Upload meta.json with huggingface_hub
Browse files
    	
        meta.json
    ADDED
    
    | @@ -0,0 +1,53 @@ | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            {
         | 
| 2 | 
            +
                "algorithm": {
         | 
| 3 | 
            +
                    "command": "word2vec -min-count 10 -size 100 -window 10 -negative 5 -iter 2 -threads 16 -cbow 0 -binary 0",
         | 
| 4 | 
            +
                    "id": 3,
         | 
| 5 | 
            +
                    "name": "Word2Vec Continuous Skipgram",
         | 
| 6 | 
            +
                    "tool": "word2vec",
         | 
| 7 | 
            +
                    "url": "https://code.google.com/archive/p/word2vec/",
         | 
| 8 | 
            +
                    "version": null
         | 
| 9 | 
            +
                },
         | 
| 10 | 
            +
                "contents": [
         | 
| 11 | 
            +
                    {
         | 
| 12 | 
            +
                        "filename": "model.txt",
         | 
| 13 | 
            +
                        "format": "text"
         | 
| 14 | 
            +
                    },
         | 
| 15 | 
            +
                    {
         | 
| 16 | 
            +
                        "filename": "meta.json",
         | 
| 17 | 
            +
                        "format": "json"
         | 
| 18 | 
            +
                    },
         | 
| 19 | 
            +
                    {
         | 
| 20 | 
            +
                        "filename": "LIST",
         | 
| 21 | 
            +
                        "format": "text"
         | 
| 22 | 
            +
                    }
         | 
| 23 | 
            +
                ],
         | 
| 24 | 
            +
                "corpus": [
         | 
| 25 | 
            +
                    {
         | 
| 26 | 
            +
                        "NER": false,
         | 
| 27 | 
            +
                        "case preserved": false,
         | 
| 28 | 
            +
                        "description": "Catalan CoNLL17 corpus",
         | 
| 29 | 
            +
                        "id": 34,
         | 
| 30 | 
            +
                        "language": "cat",
         | 
| 31 | 
            +
                        "lemmatized": false,
         | 
| 32 | 
            +
                        "public": true,
         | 
| 33 | 
            +
                        "stop words removal": null,
         | 
| 34 | 
            +
                        "tagger": null,
         | 
| 35 | 
            +
                        "tagset": null,
         | 
| 36 | 
            +
                        "tokens": 897648446,
         | 
| 37 | 
            +
                        "tool": null,
         | 
| 38 | 
            +
                        "url": null
         | 
| 39 | 
            +
                    }
         | 
| 40 | 
            +
                ],
         | 
| 41 | 
            +
                "creators": [
         | 
| 42 | 
            +
                    {
         | 
| 43 | 
            +
                        "email": "[email protected]",
         | 
| 44 | 
            +
                        "name": "Andrey Kutuzov"
         | 
| 45 | 
            +
                    }
         | 
| 46 | 
            +
                ],
         | 
| 47 | 
            +
                "dimensions": 100,
         | 
| 48 | 
            +
                "handle": "http://vectors.nlpl.eu/repository/20/34.zip",
         | 
| 49 | 
            +
                "id": 34,
         | 
| 50 | 
            +
                "iterations": 2,
         | 
| 51 | 
            +
                "vocabulary size": 799020,
         | 
| 52 | 
            +
                "window": 10
         | 
| 53 | 
            +
            }
         | 
