gFulvio commited on
Commit
a8d321e
1 Parent(s): 00517fb

Upload 8 files

Browse files
config.json CHANGED
@@ -1,12 +1,13 @@
1
  {
 
2
  "architectures": [
3
  "RobertaForSequenceClassification"
4
  ],
5
  "attention_probs_dropout_prob": 0.1,
6
  "bos_token_id": 0,
 
7
  "eos_token_id": 2,
8
  "finetuning_task": "action+context_cls",
9
- "gradient_checkpointing": false,
10
  "hidden_act": "gelu",
11
  "hidden_dropout_prob": 0.1,
12
  "hidden_size": 1024,
@@ -18,6 +19,11 @@
18
  "num_attention_heads": 16,
19
  "num_hidden_layers": 24,
20
  "pad_token_id": 1,
 
 
 
 
21
  "type_vocab_size": 1,
 
22
  "vocab_size": 50265
23
  }
 
1
  {
2
+ "_name_or_path": "roberta-large",
3
  "architectures": [
4
  "RobertaForSequenceClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
  "bos_token_id": 0,
8
+ "classifier_dropout": null,
9
  "eos_token_id": 2,
10
  "finetuning_task": "action+context_cls",
 
11
  "hidden_act": "gelu",
12
  "hidden_dropout_prob": 0.1,
13
  "hidden_size": 1024,
 
19
  "num_attention_heads": 16,
20
  "num_hidden_layers": 24,
21
  "pad_token_id": 1,
22
+ "position_embedding_type": "absolute",
23
+ "problem_type": "single_label_classification",
24
+ "torch_dtype": "float32",
25
+ "transformers_version": "4.28.1",
26
  "type_vocab_size": 1,
27
+ "use_cache": true,
28
  "vocab_size": 50265
29
  }
merges.txt CHANGED
@@ -1,4 +1,4 @@
1
- #version: 0.2
2
  Ġ t
3
  Ġ a
4
  h e
 
1
+ #version: 0.2 - Trained by `huggingface/tokenizers`
2
  Ġ t
3
  Ġ a
4
  h e
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0316a6fc848b8e9adcc4efb3235d707b777c2c25fe63fd89c3003606749d6385
3
- size 1425815143
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3141bbf28c4c122f84699983368eefeae27d8dbd34f7ca963220e4fa729c78e9
3
+ size 1421587189
special_tokens_map.json CHANGED
@@ -1 +1,15 @@
1
- {"bos_token": {"content": "<s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, "eos_token": {"content": "</s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, "unk_token": {"content": "<unk>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, "sep_token": {"content": "</s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, "pad_token": {"content": "<pad>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, "cls_token": {"content": "<s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, "mask_token": {"content": "<mask>", "single_word": false, "lstrip": true, "rstrip": false, "normalized": true}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<s>",
3
+ "cls_token": "<s>",
4
+ "eos_token": "</s>",
5
+ "mask_token": {
6
+ "content": "<mask>",
7
+ "lstrip": true,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false
11
+ },
12
+ "pad_token": "<pad>",
13
+ "sep_token": "</s>",
14
+ "unk_token": "<unk>"
15
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -1 +1,16 @@
1
- {"do_lower_case": true, "model_max_length": 512}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "bos_token": "<s>",
4
+ "clean_up_tokenization_spaces": true,
5
+ "cls_token": "<s>",
6
+ "do_lower_case": true,
7
+ "eos_token": "</s>",
8
+ "errors": "replace",
9
+ "mask_token": "<mask>",
10
+ "model_max_length": 512,
11
+ "pad_token": "<pad>",
12
+ "sep_token": "</s>",
13
+ "tokenizer_class": "RobertaTokenizer",
14
+ "trim_offsets": true,
15
+ "unk_token": "<unk>"
16
+ }
training_args_action+context_cls.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bfc96d4ec40960c2079056a32d50dfb6cc25cac4e672e99c1fa9d5e6ed238817
3
- size 1903
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39b282368961cf2778601d93bc55e78ff3ede70580a327f874e48b38b86e4c74
3
+ size 2017
vocab.json CHANGED
The diff for this file is too large to render. See raw diff