Jan Krukowski commited on
Commit
49c684e
·
1 Parent(s): 1636b6f

updated readme

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -14,3 +14,7 @@ Pre-trained glove vectors based on 2B tweets, 27B tokens, 1.2M vocab, uncased.
14
  Read more:
15
  - https://nlp.stanford.edu/projects/glove/
16
  - https://nlp.stanford.edu/pubs/glove.pdf
 
 
 
 
 
14
  Read more:
15
  - https://nlp.stanford.edu/projects/glove/
16
  - https://nlp.stanford.edu/pubs/glove.pdf
17
+
18
+ `glove-twitter-25.db` is a SQLite database which intended to be used with the
19
+ [sqlite-vec](https://github.com/asg017/sqlite-vec) and contains two tables:
20
+ `words` and `embeddings`.