Training in progress, epoch 1
Browse files- config.json +59 -0
- merges.txt +0 -0
- model.safetensors +3 -0
- runs/Mar24_05-47-39_111eecf27792/events.out.tfevents.1711259400.111eecf27792.159.0 +3 -0
- runs/Mar24_06-40-11_111eecf27792/events.out.tfevents.1711262450.111eecf27792.159.1 +3 -0
- runs/Mar24_06-44-17_111eecf27792/events.out.tfevents.1711262664.111eecf27792.20092.0 +3 -0
- runs/Mar24_06-55-50_111eecf27792/events.out.tfevents.1711263368.111eecf27792.21018.0 +3 -0
- runs/Mar24_06-59-24_111eecf27792/events.out.tfevents.1711263580.111eecf27792.23970.0 +3 -0
- runs/Mar24_07-03-44_111eecf27792/events.out.tfevents.1711263835.111eecf27792.25102.0 +3 -0
- runs/Mar24_07-03-44_111eecf27792/events.out.tfevents.1711265006.111eecf27792.25102.1 +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,59 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "projecte-aina/roberta-base-ca-v2",
|
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 |
+
"gradient_checkpointing": false,
|
11 |
+
"hidden_act": "gelu",
|
12 |
+
"hidden_dropout_prob": 0.1,
|
13 |
+
"hidden_size": 768,
|
14 |
+
"id2label": {
|
15 |
+
"0": "Ci\u00e8ncia_i_Tecnologia",
|
16 |
+
"1": "Dret",
|
17 |
+
"2": "Economia",
|
18 |
+
"3": "Enginyeria",
|
19 |
+
"4": "Entreteniment",
|
20 |
+
"5": "Esport",
|
21 |
+
"6": "Filosofia",
|
22 |
+
"7": "Hist\u00f2ria",
|
23 |
+
"8": "Humanitats",
|
24 |
+
"9": "Matem\u00e0tiques",
|
25 |
+
"10": "M\u00fasica",
|
26 |
+
"11": "Pol\u00edtica",
|
27 |
+
"12": "Religi\u00f3"
|
28 |
+
},
|
29 |
+
"initializer_range": 0.02,
|
30 |
+
"intermediate_size": 3072,
|
31 |
+
"label2id": {
|
32 |
+
"Ci\u00e8ncia_i_Tecnologia": 0,
|
33 |
+
"Dret": 1,
|
34 |
+
"Economia": 2,
|
35 |
+
"Enginyeria": 3,
|
36 |
+
"Entreteniment": 4,
|
37 |
+
"Esport": 5,
|
38 |
+
"Filosofia": 6,
|
39 |
+
"Hist\u00f2ria": 7,
|
40 |
+
"Humanitats": 8,
|
41 |
+
"Matem\u00e0tiques": 9,
|
42 |
+
"M\u00fasica": 10,
|
43 |
+
"Pol\u00edtica": 11,
|
44 |
+
"Religi\u00f3": 12
|
45 |
+
},
|
46 |
+
"layer_norm_eps": 1e-05,
|
47 |
+
"max_position_embeddings": 514,
|
48 |
+
"model_type": "roberta",
|
49 |
+
"num_attention_heads": 12,
|
50 |
+
"num_hidden_layers": 12,
|
51 |
+
"pad_token_id": 1,
|
52 |
+
"position_embedding_type": "absolute",
|
53 |
+
"problem_type": "single_label_classification",
|
54 |
+
"torch_dtype": "float32",
|
55 |
+
"transformers_version": "4.38.2",
|
56 |
+
"type_vocab_size": 1,
|
57 |
+
"use_cache": true,
|
58 |
+
"vocab_size": 50262
|
59 |
+
}
|
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:c2f2891a5744f4262344e38d58552a0d8d117c296f3b0fb62cae34fc91a5edf3
|
3 |
+
size 498637444
|
runs/Mar24_05-47-39_111eecf27792/events.out.tfevents.1711259400.111eecf27792.159.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8643d2afc94832a7d8ad35f864e3fcf016644a8abed51459c270dd836cff175f
|
3 |
+
size 574580
|
runs/Mar24_06-40-11_111eecf27792/events.out.tfevents.1711262450.111eecf27792.159.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:038604ba2400c763156334a5ef1dca6ac4f0949b6e68791ae99ebc50a00bc586
|
3 |
+
size 4184
|
runs/Mar24_06-44-17_111eecf27792/events.out.tfevents.1711262664.111eecf27792.20092.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f4f962846937f30b5451b2b386edee12bea821826e9ab6cde059ba13337fe627
|
3 |
+
size 4184
|
runs/Mar24_06-55-50_111eecf27792/events.out.tfevents.1711263368.111eecf27792.21018.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:878df14d6ef756006e296b7e59cba0c80c51d64517eb200569cb0c0e24e285df
|
3 |
+
size 4184
|
runs/Mar24_06-59-24_111eecf27792/events.out.tfevents.1711263580.111eecf27792.23970.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8f96a971a68c0632082deef33ef6cd4bff2a2105fe4580d9a9ae586d5b84b507
|
3 |
+
size 4184
|
runs/Mar24_07-03-44_111eecf27792/events.out.tfevents.1711263835.111eecf27792.25102.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1b38ec30dd575661f3bd9cb866386785341e71e36574e2440550d478e5fcfcaa
|
3 |
+
size 5260
|
runs/Mar24_07-03-44_111eecf27792/events.out.tfevents.1711265006.111eecf27792.25102.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:904305b1c4b0c02a99dc97a033c469cfccae24dcca0d7e1623b58b4d8ab1593b
|
3 |
+
size 6019
|
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": true,
|
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:44641a089b61a870bf90a8040c23e0d0e710d223b983a0141321d425121a832f
|
3 |
+
size 4856
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|