fredymad commited on
Commit
9aa5f7a
·
1 Parent(s): e3f270b

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,14 +1,15 @@
1
  {
2
- "_name_or_path": "roberta-base",
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
  "hidden_act": "gelu",
11
- "hidden_dropout_prob": 0.1,
12
  "hidden_size": 768,
13
  "id2label": {
14
  "0": "NO",
@@ -32,5 +33,5 @@
32
  "transformers_version": "4.28.0",
33
  "type_vocab_size": 1,
34
  "use_cache": true,
35
- "vocab_size": 50265
36
  }
 
1
  {
2
+ "_name_or_path": "PlanTL-GOB-ES/roberta-base-bne",
3
  "architectures": [
4
  "RobertaForSequenceClassification"
5
  ],
6
+ "attention_probs_dropout_prob": 0.0,
7
  "bos_token_id": 0,
8
  "classifier_dropout": null,
9
  "eos_token_id": 2,
10
+ "gradient_checkpointing": false,
11
  "hidden_act": "gelu",
12
+ "hidden_dropout_prob": 0.0,
13
  "hidden_size": 768,
14
  "id2label": {
15
  "0": "NO",
 
33
  "transformers_version": "4.28.0",
34
  "type_vocab_size": 1,
35
  "use_cache": true,
36
+ "vocab_size": 50262
37
  }
merges.txt CHANGED
The diff for this file is too large to render. See raw diff
 
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d1106da8009aa517bdce75e88f47014a9ab3ea145e2d023d1079afd4336310a9
3
- size 498662069
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b30f90697bdb63cf0336dc6bb76788953f5e35be8a27a82466f774ce917f7478
3
+ size 498652853
runs/Jun02_11-46-03_113538384a44/1685706468.6863372/events.out.tfevents.1685706468.113538384a44.3666.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7868995386156f2b3d2ddc7ac911b427921e76f55ac1fb27bb3349309d109dc6
3
+ size 5894
runs/Jun02_11-46-03_113538384a44/events.out.tfevents.1685706468.113538384a44.3666.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5db43bb0aaa8f3757e11e18ad8f2f311366a07a1102f7ee6883025e55b81ee18
3
+ size 4640
special_tokens_map.json CHANGED
@@ -1,15 +1,51 @@
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
  }
 
1
  {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": true,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "cls_token": {
10
+ "content": "<s>",
11
+ "lstrip": false,
12
+ "normalized": true,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "eos_token": {
17
+ "content": "</s>",
18
+ "lstrip": false,
19
+ "normalized": true,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
  "mask_token": {
24
  "content": "<mask>",
25
  "lstrip": true,
26
+ "normalized": true,
27
  "rstrip": false,
28
  "single_word": false
29
  },
30
+ "pad_token": {
31
+ "content": "<pad>",
32
+ "lstrip": false,
33
+ "normalized": true,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ },
37
+ "sep_token": {
38
+ "content": "</s>",
39
+ "lstrip": false,
40
+ "normalized": true,
41
+ "rstrip": false,
42
+ "single_word": false
43
+ },
44
+ "unk_token": {
45
+ "content": "<unk>",
46
+ "lstrip": false,
47
+ "normalized": true,
48
+ "rstrip": false,
49
+ "single_word": false
50
+ }
51
  }
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -1,15 +1,65 @@
1
  {
2
  "add_prefix_space": false,
3
- "bos_token": "<s>",
 
 
 
 
 
 
 
4
  "clean_up_tokenization_spaces": true,
5
- "cls_token": "<s>",
6
- "eos_token": "</s>",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  "errors": "replace",
8
- "mask_token": "<mask>",
 
 
 
 
 
 
 
 
9
  "model_max_length": 512,
10
- "pad_token": "<pad>",
11
- "sep_token": "</s>",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  "tokenizer_class": "RobertaTokenizer",
13
  "trim_offsets": true,
14
- "unk_token": "<unk>"
 
 
 
 
 
 
 
15
  }
 
1
  {
2
  "add_prefix_space": false,
3
+ "bos_token": {
4
+ "__type": "AddedToken",
5
+ "content": "<s>",
6
+ "lstrip": false,
7
+ "normalized": true,
8
+ "rstrip": false,
9
+ "single_word": false
10
+ },
11
  "clean_up_tokenization_spaces": true,
12
+ "cls_token": {
13
+ "__type": "AddedToken",
14
+ "content": "<s>",
15
+ "lstrip": false,
16
+ "normalized": true,
17
+ "rstrip": false,
18
+ "single_word": false
19
+ },
20
+ "eos_token": {
21
+ "__type": "AddedToken",
22
+ "content": "</s>",
23
+ "lstrip": false,
24
+ "normalized": true,
25
+ "rstrip": false,
26
+ "single_word": false
27
+ },
28
  "errors": "replace",
29
+ "mask_token": {
30
+ "__type": "AddedToken",
31
+ "content": "<mask>",
32
+ "lstrip": true,
33
+ "normalized": true,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ },
37
+ "max_len": 512,
38
  "model_max_length": 512,
39
+ "pad_token": {
40
+ "__type": "AddedToken",
41
+ "content": "<pad>",
42
+ "lstrip": false,
43
+ "normalized": true,
44
+ "rstrip": false,
45
+ "single_word": false
46
+ },
47
+ "sep_token": {
48
+ "__type": "AddedToken",
49
+ "content": "</s>",
50
+ "lstrip": false,
51
+ "normalized": true,
52
+ "rstrip": false,
53
+ "single_word": false
54
+ },
55
  "tokenizer_class": "RobertaTokenizer",
56
  "trim_offsets": true,
57
+ "unk_token": {
58
+ "__type": "AddedToken",
59
+ "content": "<unk>",
60
+ "lstrip": false,
61
+ "normalized": true,
62
+ "rstrip": false,
63
+ "single_word": false
64
+ }
65
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f99787104f14347c7f3cd71dfd11a2bde0a4ce10a3cb6b62dcfc33fcc22002f2
3
  size 3579
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44e65a96d4bf970525649e0ec616586e94bc22255fc0fa9e54c025f90ea34596
3
  size 3579
vocab.json CHANGED
The diff for this file is too large to render. See raw diff