Ernesto-1997
commited on
Commit
•
a48a89c
1
Parent(s):
c0c0b04
Training in progress, epoch 1
Browse files- config.json +29 -0
- merges.txt +0 -0
- model.safetensors +3 -0
- runs/Oct07_14-42-20_d3c22e9ec410/events.out.tfevents.1728312142.d3c22e9ec410.348.0 +3 -0
- runs/Oct07_14-49-28_d3c22e9ec410/events.out.tfevents.1728312571.d3c22e9ec410.348.1 +3 -0
- runs/Oct07_14-55-29_d3c22e9ec410/events.out.tfevents.1728312930.d3c22e9ec410.348.2 +3 -0
- runs/Oct07_14-56-46_d3c22e9ec410/events.out.tfevents.1728313007.d3c22e9ec410.348.3 +3 -0
- runs/Oct07_14-58-15_d3c22e9ec410/events.out.tfevents.1728313096.d3c22e9ec410.348.4 +3 -0
- runs/Oct07_15-04-05_d3c22e9ec410/events.out.tfevents.1728313446.d3c22e9ec410.348.5 +3 -0
- runs/Oct07_15-07-55_d3c22e9ec410/events.out.tfevents.1728313676.d3c22e9ec410.348.6 +3 -0
- runs/Oct07_15-14-18_d3c22e9ec410/events.out.tfevents.1728314059.d3c22e9ec410.348.7 +3 -0
- runs/Oct07_15-17-13_d3c22e9ec410/events.out.tfevents.1728314234.d3c22e9ec410.348.8 +3 -0
- runs/Oct07_15-18-31_d3c22e9ec410/events.out.tfevents.1728314312.d3c22e9ec410.348.9 +3 -0
- runs/Oct07_15-25-48_d3c22e9ec410/events.out.tfevents.1728314749.d3c22e9ec410.348.10 +3 -0
- runs/Oct07_15-34-25_d3c22e9ec410/events.out.tfevents.1728315302.d3c22e9ec410.348.11 +3 -0
- special_tokens_map.json +51 -0
- tokenizer.json +0 -0
- tokenizer_config.json +58 -0
- training_args.bin +3 -0
- vocab.json +0 -0
config.json
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "BSC-TeMU/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 |
+
"initializer_range": 0.02,
|
15 |
+
"intermediate_size": 3072,
|
16 |
+
"layer_norm_eps": 1e-05,
|
17 |
+
"max_position_embeddings": 514,
|
18 |
+
"model_type": "roberta",
|
19 |
+
"num_attention_heads": 12,
|
20 |
+
"num_hidden_layers": 12,
|
21 |
+
"pad_token_id": 1,
|
22 |
+
"position_embedding_type": "absolute",
|
23 |
+
"problem_type": "single_label_classification",
|
24 |
+
"torch_dtype": "float32",
|
25 |
+
"transformers_version": "4.44.2",
|
26 |
+
"type_vocab_size": 1,
|
27 |
+
"use_cache": true,
|
28 |
+
"vocab_size": 50262
|
29 |
+
}
|
merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:558f363279c0a77423fdcdd55f0c8c6d05ea5d080f9a1df7ff2d0f375efa3aec
|
3 |
+
size 498603608
|
runs/Oct07_14-42-20_d3c22e9ec410/events.out.tfevents.1728312142.d3c22e9ec410.348.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1a5a66e131c4f68849aedaaa9faf8cb394af82b782465ba529c8af494410a077
|
3 |
+
size 13953
|
runs/Oct07_14-49-28_d3c22e9ec410/events.out.tfevents.1728312571.d3c22e9ec410.348.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8c72d7aea7acbb2facbc44ab6138d62b80fd982ae3e035e89f514b252e12d578
|
3 |
+
size 13947
|
runs/Oct07_14-55-29_d3c22e9ec410/events.out.tfevents.1728312930.d3c22e9ec410.348.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:099eb99c0cc86682ccff369b98b271fa2ea0d0735cee7f620012fb1bd2a61f36
|
3 |
+
size 6623
|
runs/Oct07_14-56-46_d3c22e9ec410/events.out.tfevents.1728313007.d3c22e9ec410.348.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:01a6087551541aae1bb1decf1b5bdc24a1546abf30acab6e2ade176684b5607b
|
3 |
+
size 7467
|
runs/Oct07_14-58-15_d3c22e9ec410/events.out.tfevents.1728313096.d3c22e9ec410.348.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0029e304d37042148d732e2f897a72ec005731e7954d644a28d22c1abcc58715
|
3 |
+
size 13947
|
runs/Oct07_15-04-05_d3c22e9ec410/events.out.tfevents.1728313446.d3c22e9ec410.348.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aa4da1aa954aada1bb56c8886ae753d2ccb2e859ff4ed4d155ab30ebf332f07d
|
3 |
+
size 9252
|
runs/Oct07_15-07-55_d3c22e9ec410/events.out.tfevents.1728313676.d3c22e9ec410.348.6
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e76c95804898e83b554b86d912b2f9dee3995a59333216633d4a8316b99cec38
|
3 |
+
size 11886
|
runs/Oct07_15-14-18_d3c22e9ec410/events.out.tfevents.1728314059.d3c22e9ec410.348.7
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ef4a06802c95de95f61cc8a79a28bc3d49feed51a61f1d816821b47114b9276b
|
3 |
+
size 9627
|
runs/Oct07_15-17-13_d3c22e9ec410/events.out.tfevents.1728314234.d3c22e9ec410.348.8
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:38934a4677ade1d025df9ad117abd194db200aea0e0ff5ab8b4df06be585a454
|
3 |
+
size 6622
|
runs/Oct07_15-18-31_d3c22e9ec410/events.out.tfevents.1728314312.d3c22e9ec410.348.9
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:296c399e33aafe52cab7a5ab4fbf04f68bafb7e96c8b2b697fd22a7914f080fe
|
3 |
+
size 16106
|
runs/Oct07_15-25-48_d3c22e9ec410/events.out.tfevents.1728314749.d3c22e9ec410.348.10
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b74e76e08389496222ee2729809576d1baa0c4cbb552e82d5490296e9980b0f6
|
3 |
+
size 7939
|
runs/Oct07_15-34-25_d3c22e9ec410/events.out.tfevents.1728315302.d3c22e9ec410.348.11
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:afe035636640071c619a0cde65046086cc311f72f08f81ea82c2c2b0f665fd41
|
3 |
+
size 6474
|
special_tokens_map.json
ADDED
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
11 |
+
},
|
12 |
+
"1": {
|
13 |
+
"content": "<pad>",
|
14 |
+
"lstrip": false,
|
15 |
+
"normalized": true,
|
16 |
+
"rstrip": false,
|
17 |
+
"single_word": false,
|
18 |
+
"special": true
|
19 |
+
},
|
20 |
+
"2": {
|
21 |
+
"content": "</s>",
|
22 |
+
"lstrip": false,
|
23 |
+
"normalized": true,
|
24 |
+
"rstrip": false,
|
25 |
+
"single_word": false,
|
26 |
+
"special": true
|
27 |
+
},
|
28 |
+
"3": {
|
29 |
+
"content": "<unk>",
|
30 |
+
"lstrip": false,
|
31 |
+
"normalized": true,
|
32 |
+
"rstrip": false,
|
33 |
+
"single_word": false,
|
34 |
+
"special": true
|
35 |
+
},
|
36 |
+
"4": {
|
37 |
+
"content": "<mask>",
|
38 |
+
"lstrip": true,
|
39 |
+
"normalized": true,
|
40 |
+
"rstrip": false,
|
41 |
+
"single_word": false,
|
42 |
+
"special": true
|
43 |
+
}
|
44 |
+
},
|
45 |
+
"bos_token": "<s>",
|
46 |
+
"clean_up_tokenization_spaces": true,
|
47 |
+
"cls_token": "<s>",
|
48 |
+
"eos_token": "</s>",
|
49 |
+
"errors": "replace",
|
50 |
+
"mask_token": "<mask>",
|
51 |
+
"max_len": 512,
|
52 |
+
"model_max_length": 512,
|
53 |
+
"pad_token": "<pad>",
|
54 |
+
"sep_token": "</s>",
|
55 |
+
"tokenizer_class": "RobertaTokenizer",
|
56 |
+
"trim_offsets": true,
|
57 |
+
"unk_token": "<unk>"
|
58 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:55abf6cb816d40897d0d4f9f6a3acf7982c07cc1b7dcc2b2e29b6f1c1aef4d68
|
3 |
+
size 5304
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|