change config files

This commit is contained in:
BDoyen 2021-03-25 11:19:48 +00:00
parent c826691a46
commit 265d5b42b8
2 changed files with 6 additions and 5 deletions

View File

@ -1,4 +1,5 @@
{ {
"_name_or_path": "BaptisteDoyen/camembert-base-xnli",
"architectures": [ "architectures": [
"CamembertForSequenceClassification" "CamembertForSequenceClassification"
], ],
@ -10,16 +11,16 @@
"hidden_dropout_prob": 0.1, "hidden_dropout_prob": 0.1,
"hidden_size": 768, "hidden_size": 768,
"id2label": { "id2label": {
"0": "entailment", "0": "contradiction",
"1": "neutral", "1": "neutral",
"2": "contradiction" "2": "entailment"
}, },
"initializer_range": 0.02, "initializer_range": 0.02,
"intermediate_size": 3072, "intermediate_size": 3072,
"label2id": { "label2id": {
"entailment": 0, "contradiction": 0,
"neutral": 1, "neutral": 1,
"contradiction": 2 "entailment": 2
}, },
"layer_norm_eps": 1e-05, "layer_norm_eps": 1e-05,
"max_position_embeddings": 514, "max_position_embeddings": 514,

View File

@ -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"}