File size: 1,296 Bytes
b94964d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 |
{
"algorithm": {
"command": null,
"id": 2,
"name": "fastText Skipgram",
"tool": "fastText",
"url": "https://github.com/facebookresearch/fastText",
"version": null
},
"contents": [
{
"filename": "model.txt",
"format": "text"
},
{
"filename": "parameters.bin",
"format": "binary"
},
{
"filename": "meta.json",
"format": "json"
}
],
"corpus": [
{
"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": "andreku@ifi.uio.no",
"name": "Andrey Kutuzov"
}
],
"dimensions": 300,
"handle": "http://vectors.nlpl.eu/repository/20/16.zip",
"id": 16,
"iterations": 5,
"vocabulary size": 292967,
"window": 5
} |