English
word2vec
nlpl_20 / meta.json
lbourdois's picture
Upload meta.json with huggingface_hub
5a4d45d
raw
history blame
1.69 kB
{
"algorithm": {
"command": null,
"id": 1,
"name": "Global Vectors",
"tool": "GloVe",
"url": "https://nlp.stanford.edu/software/GloVe-1.2.zip",
"version": "1.2"
},
"contents": [
{
"filename": "model.txt",
"format": "text"
},
{
"filename": "meta.json",
"format": "json"
}
],
"corpus": [
{
"NER": false,
"case preserved": true,
"description": "English Wikipedia Dump of February 2017",
"id": 1,
"language": "eng",
"lemmatized": false,
"public": true,
"stop words removal": "NLTK",
"tagger": null,
"tagset": null,
"tokens": 2252637050,
"tool": "Wikipedia Extractor",
"url": "https://dumps.wikimedia.org/"
},
{
"NER": false,
"case preserved": true,
"description": "Gigaword 5th Edition",
"id": 4,
"language": "eng",
"lemmatized": false,
"public": false,
"stop words removal": "NLTK",
"tagger": null,
"tagset": null,
"tokens": 4815382730,
"tool": null,
"url": "https://catalog.ldc.upenn.edu/LDC2011T07"
}
],
"creators": [
{
"email": "[email protected]",
"name": "Andrey Kutuzov"
}
],
"dimensions": 300,
"handle": "http://vectors.nlpl.eu/repository/20/20.zip",
"id": 20,
"iterations": 100,
"vocabulary size": 291392,
"window": 5
}