You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+27Lines changed: 27 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -318,12 +318,39 @@ Global Vectors for Word Representation (GloVe)
318
318
An implementation of the GloVe model for learning word representations is provided, and describe how to download web-dataset vectors or train your own. See the `project page <http://nlp.stanford.edu/projects/glove/>`__ or the `paper <http://nlp.stanford.edu/pubs/glove.pdf>`__ for more information on glove vectors.
319
319
320
320
321
+
------------------------------------
322
+
contextualized word representations
323
+
------------------------------------
321
324
322
325
323
326
324
327
--------
325
328
FastText
326
329
--------
330
+
fastText is a library for efficient learning of word representations and sentence classification.
- Recent state-of-the-art `English word vectors <https://fasttext.cc/docs/en/english-vectors.html>`__.
337
+
- Word vectors for `157 languages trained on Wikipedia and Crawl <https://github.com/facebookresearch/fastText/blob/master/docs/crawl-vectors.md>`__.
338
+
- Models for `language identification <https://fasttext.cc/docs/en/language-identification.html#content>`__ and `various supervised tasks <https://fasttext.cc/docs/en/supervised-models.html#content>`__.
339
+
340
+
**Supplementary data :**
341
+
342
+
343
+
- The preprocessed `YFCC100M data <https://fasttext.cc/docs/en/dataset.html#content>`__ .
344
+
345
+
**FAQ**
346
+
347
+
You can find `answers to frequently asked questions <https://fasttext.cc/docs/en/faqs.html#content>`__ on Their project `website <https://fasttext.cc/>`__.
348
+
349
+
**Cheatsheet**
350
+
351
+
Also a `cheatsheet <https://fasttext.cc/docs/en/cheatsheet.html#content>`__ is provided full of useful one-liners.
0 commit comments