tonirodriguez commited on
Commit
52e7c2d
1 Parent(s): a79133d

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "BSC-TeMU/roberta-base-bne",
3
  "architectures": [
4
  "RobertaForSequenceClassification"
5
  ],
@@ -22,7 +22,7 @@
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": 50262
 
1
  {
2
+ "_name_or_path": "PlanTL-GOB-ES/roberta-base-bne",
3
  "architectures": [
4
  "RobertaForSequenceClassification"
5
  ],
 
22
  "position_embedding_type": "absolute",
23
  "problem_type": "single_label_classification",
24
  "torch_dtype": "float32",
25
+ "transformers_version": "4.21.3",
26
  "type_vocab_size": 1,
27
  "use_cache": true,
28
  "vocab_size": 50262
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0d3c400f91f632d5608b766875aa6a2b22e48873ed90736a22712f1200e529fb
3
  size 498650037
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:855914e33006080c238285f04ca19974bc05ae0ae031e6f123e1f3a6cdb0e229
3
  size 498650037
runs/Jun07_13-53-10_IT-Dev/1686213235.640855/events.out.tfevents.1686213235.IT-Dev.31250.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b6807e8e0d555ff79abb5f7a3f2bb056216c680f08c5d5cd3ec7e0663b962ac
3
+ size 5527
runs/Jun07_13-53-10_IT-Dev/events.out.tfevents.1686213235.IT-Dev.31250.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6203ec0e25404035badb6df4b6d48e06d6d4cc81a42f67c820ddbd96128ebff4
3
+ size 4769
tokenizer.json CHANGED
@@ -10,55 +10,56 @@
10
  "added_tokens": [
11
  {
12
  "id": 0,
13
- "special": true,
14
  "content": "<s>",
15
  "single_word": false,
16
  "lstrip": false,
17
  "rstrip": false,
18
- "normalized": true
 
19
  },
20
  {
21
  "id": 1,
22
- "special": true,
23
  "content": "<pad>",
24
  "single_word": false,
25
  "lstrip": false,
26
  "rstrip": false,
27
- "normalized": true
 
28
  },
29
  {
30
  "id": 2,
31
- "special": true,
32
  "content": "</s>",
33
  "single_word": false,
34
  "lstrip": false,
35
  "rstrip": false,
36
- "normalized": true
 
37
  },
38
  {
39
  "id": 3,
40
- "special": true,
41
  "content": "<unk>",
42
  "single_word": false,
43
  "lstrip": false,
44
  "rstrip": false,
45
- "normalized": true
 
46
  },
47
  {
48
  "id": 4,
49
- "special": true,
50
  "content": "<mask>",
51
  "single_word": false,
52
  "lstrip": true,
53
  "rstrip": false,
54
- "normalized": true
 
55
  }
56
  ],
57
  "normalizer": null,
58
  "pre_tokenizer": {
59
  "type": "ByteLevel",
60
  "add_prefix_space": false,
61
- "trim_offsets": true
 
62
  },
63
  "post_processor": {
64
  "type": "RobertaProcessing",
@@ -76,7 +77,8 @@
76
  "decoder": {
77
  "type": "ByteLevel",
78
  "add_prefix_space": true,
79
- "trim_offsets": true
 
80
  },
81
  "model": {
82
  "type": "BPE",
 
10
  "added_tokens": [
11
  {
12
  "id": 0,
 
13
  "content": "<s>",
14
  "single_word": false,
15
  "lstrip": false,
16
  "rstrip": false,
17
+ "normalized": true,
18
+ "special": true
19
  },
20
  {
21
  "id": 1,
 
22
  "content": "<pad>",
23
  "single_word": false,
24
  "lstrip": false,
25
  "rstrip": false,
26
+ "normalized": true,
27
+ "special": true
28
  },
29
  {
30
  "id": 2,
 
31
  "content": "</s>",
32
  "single_word": false,
33
  "lstrip": false,
34
  "rstrip": false,
35
+ "normalized": true,
36
+ "special": true
37
  },
38
  {
39
  "id": 3,
 
40
  "content": "<unk>",
41
  "single_word": false,
42
  "lstrip": false,
43
  "rstrip": false,
44
+ "normalized": true,
45
+ "special": true
46
  },
47
  {
48
  "id": 4,
 
49
  "content": "<mask>",
50
  "single_word": false,
51
  "lstrip": true,
52
  "rstrip": false,
53
+ "normalized": true,
54
+ "special": true
55
  }
56
  ],
57
  "normalizer": null,
58
  "pre_tokenizer": {
59
  "type": "ByteLevel",
60
  "add_prefix_space": false,
61
+ "trim_offsets": true,
62
+ "use_regex": true
63
  },
64
  "post_processor": {
65
  "type": "RobertaProcessing",
 
77
  "decoder": {
78
  "type": "ByteLevel",
79
  "add_prefix_space": true,
80
+ "trim_offsets": true,
81
+ "use_regex": true
82
  },
83
  "model": {
84
  "type": "BPE",
tokenizer_config.json CHANGED
@@ -8,7 +8,6 @@
8
  "rstrip": false,
9
  "single_word": false
10
  },
11
- "clean_up_tokenization_spaces": true,
12
  "cls_token": {
13
  "__type": "AddedToken",
14
  "content": "<s>",
@@ -36,6 +35,7 @@
36
  },
37
  "max_len": 512,
38
  "model_max_length": 512,
 
39
  "pad_token": {
40
  "__type": "AddedToken",
41
  "content": "<pad>",
@@ -52,6 +52,7 @@
52
  "rstrip": false,
53
  "single_word": false
54
  },
 
55
  "tokenizer_class": "RobertaTokenizer",
56
  "trim_offsets": true,
57
  "unk_token": {
 
8
  "rstrip": false,
9
  "single_word": false
10
  },
 
11
  "cls_token": {
12
  "__type": "AddedToken",
13
  "content": "<s>",
 
35
  },
36
  "max_len": 512,
37
  "model_max_length": 512,
38
+ "name_or_path": "PlanTL-GOB-ES/roberta-base-bne",
39
  "pad_token": {
40
  "__type": "AddedToken",
41
  "content": "<pad>",
 
52
  "rstrip": false,
53
  "single_word": false
54
  },
55
+ "special_tokens_map_file": null,
56
  "tokenizer_class": "RobertaTokenizer",
57
  "trim_offsets": true,
58
  "unk_token": {
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e5467f60e45fc82b248e4106d48f2faefef5d648abba2a97e1f20b6f2d217518
3
- size 3707
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00efca154d29045f2e11891b732d25523806f522ac6285efd14d07c41c964bca
3
+ size 3451