-
When trying to the load the **torontobooks_unigrams.bin** the process is stuck and the loading is not getting completed from a long time. Is there any other config that needs to be done before loadi…
-
_From @arunchaganty on May 13, 2018 6:31_
I have been trying to upload a large file (17GB) to worksheets.codalab.org using the command `cl upload wiki_bigrams.bin`, the command hangs after transferri…
-
safe thread termination is required.
-
I'm encountering a segfault while training on the Toronto Book Corpus.
For training I'm using:
`./fasttext sent2vec -input ../input.txt -output my_model -minCount 5 -dim 700 -epoch 12 -lr 0.2 -wordN…
-
When I run `sudo pip install .` in src folder after running `python setup.py build_ext`, I got the following error:
```
Running setup.py (path:/tmp/pip-IRGssa-build/setup.py) egg_info for package fr…
-
Hi! This is not an issue, I just want to say XLNET is really great and I successfully pretrained XLNET from scratch for Malay and Indonesian languages. You can read comparison and download pretrained …
-
raw_text = 'this is the text i want to extract keyphrases from'
kp1 = launch.extract_keyphrases(embedding_distributor, pos_tagger, raw_text, 10, 'en')
/home1/zy/anaconda3/envs/py36pc2t/lib/python…
-
what does model_path_de in config.ini.template mean?
in readme only one configuration ‘model_path’ is mentioned.
-
I'm looking forward to train for `Urdu` language.
https://github.com/epfml/sent2vec#training-new-models
`./fasttext sent2vec -input wiki_sentences.txt -output my_model -minCount 8 -dim 700 -epoch …
-
Hi I face problem when I try to install it with anaconda prompt
and I am quite not understand what is write in the README.md, for example:
```
Install sent2vec from https://github.com/epfml/sent…