File size: 636 Bytes
97c46f0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "architectures": [
    "FastTextForSeuqenceClassification"
  ],
  "auto_map": {
    "AutoConfig": "fasttext_jp_embedding.FastTextJpConfig",
    "AutoModel": "fasttext_fsc.FastTextForSeuqenceClassification"
  },
  "hidden_size": 300,
  "id2label": {
    "0": "entailment",
    "1": "neutral",
    "2": "contradiction"
  },
  "label2id": {
    "contradiction": 2,
    "entailment": 0,
    "neutral": 1
  },
  "max_length": 128,
  "model_type": "fasttext_jp",
  "tokenizerI_class": "FastTextJpTokenizer",
  "tokenizer_class": "FastTextJpTokenizer",
  "torch_dtype": "float32",
  "transformers_version": "4.23.1",
  "vocab_size": 500
}