karmiq commited on
Commit
4c5116c
1 Parent(s): eb13327

Upload 50d file

Browse files
Files changed (2) hide show
  1. data-00000-of-00001.arrow +3 -0
  2. dataset_info.json +19 -0
data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95d4061ddb19072315cf22fe76229a6d6959812db721859188475d8d63579ca8
3
+ size 166278712
dataset_info.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "Pre-trained word vectors for GloVe: Global Vectors for Word Representation",
4
+ "features": {
5
+ "word": {
6
+ "dtype": "string",
7
+ "_type": "Value"
8
+ },
9
+ "embeddings": {
10
+ "feature": {
11
+ "dtype": "float64",
12
+ "_type": "Value"
13
+ },
14
+ "_type": "Sequence"
15
+ }
16
+ },
17
+ "homepage": "https://nlp.stanford.edu/projects/glove/",
18
+ "license": "PDDL"
19
+ }