Taizo Kaneko
commit files to HF hub
7fe102c
raw
history blame
No virus
693 Bytes
{
"architectures": [
"FastTextForSeuqenceClassification"
],
"auto_map": {
"AutoConfig": "fasttext_fsc.FastTextForSeuqenceClassificationConfig",
"AutoModelForSequenceClassification": "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",
"ngram": 2,
"tokenizerI_class": "FastTextJpTokenizer",
"tokenizer_class": "FastTextJpTokenizer",
"torch_dtype": "float32",
"transformers_version": "4.23.1",
"vocab_size": 2000000
}