asquevedos commited on
Commit
b8b97eb
·
verified ·
1 Parent(s): 309c5bd

Training in progress, epoch 0

Browse files
config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
- "_name_or_path": "FacebookAI/xlm-roberta-base",
3
  "architectures": [
4
- "XLMRobertaForSequenceClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
  "bos_token_id": 0,
@@ -28,10 +28,9 @@
28
  },
29
  "layer_norm_eps": 1e-05,
30
  "max_position_embeddings": 514,
31
- "model_type": "xlm-roberta",
32
  "num_attention_heads": 12,
33
  "num_hidden_layers": 12,
34
- "output_past": true,
35
  "pad_token_id": 1,
36
  "position_embedding_type": "absolute",
37
  "problem_type": "single_label_classification",
@@ -39,5 +38,5 @@
39
  "transformers_version": "4.39.3",
40
  "type_vocab_size": 1,
41
  "use_cache": true,
42
- "vocab_size": 250002
43
  }
 
1
  {
2
+ "_name_or_path": "FacebookAI/roberta-base",
3
  "architectures": [
4
+ "RobertaForSequenceClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
  "bos_token_id": 0,
 
28
  },
29
  "layer_norm_eps": 1e-05,
30
  "max_position_embeddings": 514,
31
+ "model_type": "roberta",
32
  "num_attention_heads": 12,
33
  "num_hidden_layers": 12,
 
34
  "pad_token_id": 1,
35
  "position_embedding_type": "absolute",
36
  "problem_type": "single_label_classification",
 
38
  "transformers_version": "4.39.3",
39
  "type_vocab_size": 1,
40
  "use_cache": true,
41
+ "vocab_size": 50265
42
  }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0f410d43746c01c0f5ca4cb8191f6280c6de4a90a2195838ab3addd26763a1c7
3
- size 1112214236
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4cb61f2e08ebd913ef94644fa3a02ffe0bba1364fd7dbe684cbc7caaffdef977
3
+ size 498622052
tokenizer.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9a4661b2cb6b8a1007906509fe18cbfbc03062a086102bf7b80cfedb80f16c37
3
- size 17082854
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a5e0a8892d7e66e3265eaf425e6d51489e1fc56995846ea9fb3397878de4d2e
3
+ size 2108713
tokenizer_config.json CHANGED
@@ -1,9 +1,10 @@
1
  {
 
2
  "added_tokens_decoder": {
3
  "0": {
4
  "content": "<s>",
5
  "lstrip": false,
6
- "normalized": false,
7
  "rstrip": false,
8
  "single_word": false,
9
  "special": true
@@ -11,7 +12,7 @@
11
  "1": {
12
  "content": "<pad>",
13
  "lstrip": false,
14
- "normalized": false,
15
  "rstrip": false,
16
  "single_word": false,
17
  "special": true
@@ -19,7 +20,7 @@
19
  "2": {
20
  "content": "</s>",
21
  "lstrip": false,
22
- "normalized": false,
23
  "rstrip": false,
24
  "single_word": false,
25
  "special": true
@@ -27,12 +28,12 @@
27
  "3": {
28
  "content": "<unk>",
29
  "lstrip": false,
30
- "normalized": false,
31
  "rstrip": false,
32
  "single_word": false,
33
  "special": true
34
  },
35
- "250001": {
36
  "content": "<mask>",
37
  "lstrip": true,
38
  "normalized": false,
@@ -45,10 +46,12 @@
45
  "clean_up_tokenization_spaces": true,
46
  "cls_token": "<s>",
47
  "eos_token": "</s>",
 
48
  "mask_token": "<mask>",
49
  "model_max_length": 512,
50
  "pad_token": "<pad>",
51
  "sep_token": "</s>",
52
- "tokenizer_class": "XLMRobertaTokenizer",
 
53
  "unk_token": "<unk>"
54
  }
 
1
  {
2
+ "add_prefix_space": false,
3
  "added_tokens_decoder": {
4
  "0": {
5
  "content": "<s>",
6
  "lstrip": false,
7
+ "normalized": true,
8
  "rstrip": false,
9
  "single_word": false,
10
  "special": true
 
12
  "1": {
13
  "content": "<pad>",
14
  "lstrip": false,
15
+ "normalized": true,
16
  "rstrip": false,
17
  "single_word": false,
18
  "special": true
 
20
  "2": {
21
  "content": "</s>",
22
  "lstrip": false,
23
+ "normalized": true,
24
  "rstrip": false,
25
  "single_word": false,
26
  "special": true
 
28
  "3": {
29
  "content": "<unk>",
30
  "lstrip": false,
31
+ "normalized": true,
32
  "rstrip": false,
33
  "single_word": false,
34
  "special": true
35
  },
36
+ "50264": {
37
  "content": "<mask>",
38
  "lstrip": true,
39
  "normalized": false,
 
46
  "clean_up_tokenization_spaces": true,
47
  "cls_token": "<s>",
48
  "eos_token": "</s>",
49
+ "errors": "replace",
50
  "mask_token": "<mask>",
51
  "model_max_length": 512,
52
  "pad_token": "<pad>",
53
  "sep_token": "</s>",
54
+ "tokenizer_class": "RobertaTokenizer",
55
+ "trim_offsets": true,
56
  "unk_token": "<unk>"
57
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bfe1a9010091611acb02cff979ee3bfc4100ed35aa6a5c4d9e4942f7ba8ae4c4
3
  size 4920
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18cf78a3a5078b79837909cc3e999501f79bc0a7b40d2cd75aaf7ed1a55b6c40
3
  size 4920
vocab.json ADDED
The diff for this file is too large to render. See raw diff