Skip to content

Commit

Permalink
Update README.md (#57)
Browse files Browse the repository at this point in the history
* Update README.md

* Attempt to fix ImportError issue in CI build

* Move from trusty to xenial
  • Loading branch information
rloganiv authored Jan 16, 2020
1 parent dc08cf2 commit c9cb7f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sudo: false
dist: trusty
dist: xenial
language: python

cache:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ KGLM is trained on the *Linked WikiText-2* dataset which can be downloaded at ht
Additionally, you will need embeddings for entities/relations in the [Wikidata](https://www.wikidata.org/) knowledge graph, as well as access to the knowledge graph itself (in order to look up entity aliases/related entities).
For convenience, we provide pre-trained embeddings and pickled dictionaries containing the relevant portions of Wikidata [here](https://drive.google.com/file/d/1odypT9EDwtAYqzvRYnA2B_97hN_BWFnr/view?usp=sharing).

If you would like to apply our annotation pipeline to your own data, please refer to: https://github.com/rloganiv/kglm-data.

Training
---
Expand Down
2 changes: 1 addition & 1 deletion build_tools/travis/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ then
chmod +x miniconda.sh && ./miniconda.sh -b -f
conda update --yes conda
echo "Creating environment to run tests in."
conda create -q -n testenv --yes python="$PYTHON_VERSION"
conda create -q -n testenv --yes python=3.6.9
fi
cd ..
popd
Expand Down

0 comments on commit c9cb7f9

Please sign in to comment.