adriansanz commited on
Commit
4e07dd6
·
verified ·
1 Parent(s): 07f3c93

Training in progress, epoch 10

Browse files
logs/events.out.tfevents.1711614905.198e45d77d51.1068.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ce315542eca86b6e817dfd9f7fa9b8bc9d9ec88bd8fc4836b20f6db2c55ff44c
3
- size 35433
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e767054ca119b7c18a5cd157c0b0fdc76690a4c40ba4b7f8c7cad9b5aaa5775
3
+ size 37181
logs/events.out.tfevents.1711616593.198e45d77d51.10518.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92e897b3556b6281e0b37c7622ef3b86e70bbe71b6af7a296751c538541ce9ae
3
+ size 21178
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a24ab192aee32467af0d785a3515cd5083fbc1f1cdf60f4580badd2f5fe527fb
3
  size 498649748
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95a01355428afe8ef552371277ca606ae7e2a03ddb202d7b80c6dfff1b80a1c9
3
  size 498649748
tmp-checkpoint-1260/config.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "ibaucells/RoBERTa-ca-CaWikiTC",
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
+ "finetuning_task": "mnli",
11
+ "gradient_checkpointing": false,
12
+ "hidden_act": "gelu",
13
+ "hidden_dropout_prob": 0.1,
14
+ "hidden_size": 768,
15
+ "id2label": {
16
+ "0": "Neteja",
17
+ "1": "Aig\u00fces",
18
+ "2": "Mobilitat",
19
+ "3": "Urbanisme",
20
+ "4": "Horta",
21
+ "5": "Seguretat",
22
+ "6": "Habitatge",
23
+ "7": "Medi ambient",
24
+ "8": "Tramitacions",
25
+ "9": "Enllumenat",
26
+ "10": "Salut",
27
+ "11": "Cultura",
28
+ "12": "Educaci\u00f3",
29
+ "13": "Economia",
30
+ "14": "Comer\u00e7 i mercats",
31
+ "15": "Serveis socials",
32
+ "16": "Esports"
33
+ },
34
+ "initializer_range": 0.02,
35
+ "intermediate_size": 3072,
36
+ "label2id": {
37
+ "contradiction": 2,
38
+ "entailment": 0,
39
+ "neutral": 1
40
+ },
41
+ "layer_norm_eps": 1e-05,
42
+ "max_position_embeddings": 514,
43
+ "model_type": "roberta",
44
+ "num_attention_heads": 12,
45
+ "num_hidden_layers": 12,
46
+ "pad_token_id": 1,
47
+ "position_embedding_type": "absolute",
48
+ "problem_type": "single_label_classification",
49
+ "torch_dtype": "float32",
50
+ "transformers_version": "4.38.2",
51
+ "type_vocab_size": 1,
52
+ "use_cache": true,
53
+ "vocab_size": 50262
54
+ }
tmp-checkpoint-1260/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
tmp-checkpoint-1260/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:33472861209ce39761ae5687eefb8ae7c11b9a2c475208f2dd2f2e0dd71629f5
3
+ size 498649748
tmp-checkpoint-1260/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:355ef77587322c501ecd92ae8eb46d32c90033543879538795e4e7e27f59b665
3
+ size 931351826
tmp-checkpoint-1260/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
+ }
tmp-checkpoint-1260/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tmp-checkpoint-1260/tokenizer_config.json ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "device": 0,
49
+ "eos_token": "</s>",
50
+ "errors": "replace",
51
+ "mask_token": "<mask>",
52
+ "max_len": 512,
53
+ "max_length": 512,
54
+ "model_max_length": 512,
55
+ "pad_to_multiple_of": null,
56
+ "pad_token": "<pad>",
57
+ "pad_token_type_id": 0,
58
+ "padding_side": "right",
59
+ "sep_token": "</s>",
60
+ "stride": 0,
61
+ "tokenizer_class": "RobertaTokenizer",
62
+ "trim_offsets": true,
63
+ "truncation_side": "right",
64
+ "truncation_strategy": "longest_first",
65
+ "unk_token": "<unk>"
66
+ }
tmp-checkpoint-1260/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e97cffc69de50ee166c5b9594c6b877a2facda8a3ac8af486367e0fefae725a1
3
+ size 4920
tmp-checkpoint-1260/vocab.json ADDED
The diff for this file is too large to render. See raw diff