nlpl_42 / meta.json
lbourdois's picture
Upload meta.json with huggingface_hub
e4dd8b9
{
"algorithm": {
"command": "word2vec -min-count 10 -size 100 -window 10 -negative 5 -iter 2 -threads 16 -cbow 0 -binary 0",
"id": 3,
"name": "Word2Vec Continuous Skipgram",
"tool": "word2vec",
"url": "https://code.google.com/archive/p/word2vec/",
"version": null
},
"contents": [
{
"filename": "model.txt",
"format": "text"
},
{
"filename": "meta.json",
"format": "json"
},
{
"filename": "LIST",
"format": "text"
}
],
"corpus": [
{
"NER": false,
"case preserved": false,
"description": "Finnish CoNLL17 corpus",
"id": 42,
"language": "fin",
"lemmatized": false,
"public": true,
"stop words removal": null,
"tagger": null,
"tagset": null,
"tokens": 1052546686,
"tool": null,
"url": null
}
],
"creators": [
{
"email": "andreku@ifi.uio.no",
"name": "Andrey Kutuzov"
}
],
"dimensions": 100,
"handle": "http://vectors.nlpl.eu/repository/20/42.zip",
"id": 42,
"iterations": 2,
"vocabulary size": 2433286,
"window": 10
}