santyzenith
commited on
Commit
•
9d0fc54
1
Parent(s):
3d0b919
Training in progress, epoch 1
Browse files- config.json +48 -0
- model.safetensors +3 -0
- runs/Jan09_17-31-34_6c0f626f2ca7/events.out.tfevents.1704821521.6c0f626f2ca7.1009.0 +3 -0
- runs/Jan09_17-31-34_6c0f626f2ca7/events.out.tfevents.1704821549.6c0f626f2ca7.1009.1 +3 -0
- runs/Jan09_17-34-35_6c0f626f2ca7/events.out.tfevents.1704821690.6c0f626f2ca7.2902.0 +3 -0
- runs/Jan09_17-38-11_6c0f626f2ca7/events.out.tfevents.1704821905.6c0f626f2ca7.3902.0 +3 -0
- runs/Jan09_17-46-28_6c0f626f2ca7/events.out.tfevents.1704822397.6c0f626f2ca7.4615.0 +3 -0
- runs/Jan09_17-48-16_6c0f626f2ca7/events.out.tfevents.1704822499.6c0f626f2ca7.6723.0 +3 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "vgaraujov/bart-base-spanish",
|
3 |
+
"activation_dropout": 0.1,
|
4 |
+
"activation_function": "gelu",
|
5 |
+
"architectures": [
|
6 |
+
"BartForConditionalGeneration"
|
7 |
+
],
|
8 |
+
"attention_dropout": 0.1,
|
9 |
+
"bos_token_id": 0,
|
10 |
+
"classifier_dropout": 0.1,
|
11 |
+
"d_model": 768,
|
12 |
+
"decoder_attention_heads": 12,
|
13 |
+
"decoder_ffn_dim": 3072,
|
14 |
+
"decoder_layerdrop": 0.0,
|
15 |
+
"decoder_layers": 6,
|
16 |
+
"decoder_start_token_id": 2,
|
17 |
+
"dropout": 0.1,
|
18 |
+
"encoder_attention_heads": 12,
|
19 |
+
"encoder_ffn_dim": 3072,
|
20 |
+
"encoder_layerdrop": 0.0,
|
21 |
+
"encoder_layers": 6,
|
22 |
+
"eos_token_id": 2,
|
23 |
+
"forced_bos_token_id": 0,
|
24 |
+
"forced_eos_token_id": 2,
|
25 |
+
"id2label": {
|
26 |
+
"0": "LABEL_0",
|
27 |
+
"1": "LABEL_1",
|
28 |
+
"2": "LABEL_2"
|
29 |
+
},
|
30 |
+
"init_std": 0.02,
|
31 |
+
"is_encoder_decoder": true,
|
32 |
+
"label2id": {
|
33 |
+
"LABEL_0": 0,
|
34 |
+
"LABEL_1": 1,
|
35 |
+
"LABEL_2": 2
|
36 |
+
},
|
37 |
+
"max_position_embeddings": 1024,
|
38 |
+
"model_type": "bart",
|
39 |
+
"no_repeat_ngram_size": 3,
|
40 |
+
"num_beams": 4,
|
41 |
+
"num_hidden_layers": 6,
|
42 |
+
"pad_token_id": 1,
|
43 |
+
"scale_embedding": false,
|
44 |
+
"torch_dtype": "float32",
|
45 |
+
"transformers_version": "4.35.2",
|
46 |
+
"use_cache": true,
|
47 |
+
"vocab_size": 50264
|
48 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c0ec5b441d732c257b6601b22baafb1aae97e9f135dc227bf5a443d0b9367be3
|
3 |
+
size 557909544
|
runs/Jan09_17-31-34_6c0f626f2ca7/events.out.tfevents.1704821521.6c0f626f2ca7.1009.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c5db1330824a379cf48d2a387f7d863f68a081e899793a61c5368cb3b44d8571
|
3 |
+
size 4184
|
runs/Jan09_17-31-34_6c0f626f2ca7/events.out.tfevents.1704821549.6c0f626f2ca7.1009.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0966b8207ee5a01ae126c4f360ccc554f758c580002c9a7a8fabc5064940825b
|
3 |
+
size 4184
|
runs/Jan09_17-34-35_6c0f626f2ca7/events.out.tfevents.1704821690.6c0f626f2ca7.2902.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f5931bef1e66ac207a53070ba048ea8eb615d056efffc3123aca6fad71473b68
|
3 |
+
size 4184
|
runs/Jan09_17-38-11_6c0f626f2ca7/events.out.tfevents.1704821905.6c0f626f2ca7.3902.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6e7d0e33ae6acf15865ee4efa9172bbfbf506d3ce90769535b3b15d68f9a398d
|
3 |
+
size 4184
|
runs/Jan09_17-46-28_6c0f626f2ca7/events.out.tfevents.1704822397.6c0f626f2ca7.4615.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c34ecb15e1695d6f530b46c8f8f890c586f06b44f4ba280d797c3fd1453df57c
|
3 |
+
size 4184
|
runs/Jan09_17-48-16_6c0f626f2ca7/events.out.tfevents.1704822499.6c0f626f2ca7.6723.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:35b05b46f9ed8d374eb13129c90720fb14fe8c6e71a59aa8cdcad330d792179b
|
3 |
+
size 5519
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:343fa412af619157d58bdfbc1b5384e08eb5f82250bfcebc45c39e118ab5027a
|
3 |
+
size 4728
|