Taizo Kaneko
commit files to HF hub
97c46f0
raw
history blame
636 Bytes
{
"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
}