karmiq commited on
Commit
7dac658
1 Parent(s): 02d72f6

Update README

Browse files
Files changed (1) hide show
  1. README.md +12 -2
README.md CHANGED
@@ -1,9 +1,19 @@
1
  ---
2
  license: pddl
3
  language:
4
- - en
 
 
 
 
 
 
 
 
 
 
5
  ---
6
 
7
  ## Pre-trained vectors from GloVe: Global Vectors for Word Representation
8
 
9
- The 50d file with embeddings from <https://nlp.stanford.edu/projects/glove/>.
 
1
  ---
2
  license: pddl
3
  language:
4
+ - en
5
+ dataset_info:
6
+ description: >-
7
+ Pre-trained word vectors with 50 dimensions for GloVe: Global Vectors for Word Representation
8
+ homepage: https://nlp.stanford.edu/projects/glove/
9
+ license: pddl
10
+ features:
11
+ - name: word
12
+ dtype: string
13
+ - name: embeddings
14
+ sequence: float64
15
  ---
16
 
17
  ## Pre-trained vectors from GloVe: Global Vectors for Word Representation
18
 
19
+ The 50-dimensional embeddings from <https://nlp.stanford.edu/projects/glove/>.