change config files
This commit is contained in:
parent
c826691a46
commit
265d5b42b8
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"_name_or_path": "BaptisteDoyen/camembert-base-xnli",
|
||||
"architectures": [
|
||||
"CamembertForSequenceClassification"
|
||||
],
|
||||
|
@ -10,16 +11,16 @@
|
|||
"hidden_dropout_prob": 0.1,
|
||||
"hidden_size": 768,
|
||||
"id2label": {
|
||||
"0": "entailment",
|
||||
"0": "contradiction",
|
||||
"1": "neutral",
|
||||
"2": "contradiction"
|
||||
"2": "entailment"
|
||||
},
|
||||
"initializer_range": 0.02,
|
||||
"intermediate_size": 3072,
|
||||
"label2id": {
|
||||
"entailment": 0,
|
||||
"contradiction": 0,
|
||||
"neutral": 1,
|
||||
"contradiction": 2
|
||||
"entailment": 2
|
||||
},
|
||||
"layer_norm_eps": 1e-05,
|
||||
"max_position_embeddings": 514,
|
||||
|
|
|
@ -1 +1 @@
|
|||
{"bos_token": "<s>", "eos_token": "</s>", "sep_token": "</s>", "cls_token": "<s>", "unk_token": "<unk>", "pad_token": "<pad>", "mask_token": {"content": "<mask>", "single_word": false, "lstrip": true, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "additional_special_tokens": ["<s>NOTUSED", "</s>NOTUSED"], "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "camembert-base"}
|
||||
{"bos_token": "<s>", "eos_token": "</s>", "sep_token": "</s>", "cls_token": "<s>", "unk_token": "<unk>", "pad_token": "<pad>", "mask_token": {"content": "<mask>", "single_word": false, "lstrip": true, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "additional_special_tokens": ["<s>NOTUSED", "</s>NOTUSED"], "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "BaptisteDoyen/camembert-base-xnli"}
|
Loading…
Reference in New Issue