Training in progress, epoch 1
Browse files- .gitignore +1 -0
- config.json +44 -0
- logs/1679424765.6547377/events.out.tfevents.1679424765.6bbcaab4e5b7.189.1 +3 -0
- logs/1679425207.0460706/events.out.tfevents.1679425207.6bbcaab4e5b7.189.3 +3 -0
- logs/events.out.tfevents.1679424765.6bbcaab4e5b7.189.0 +3 -0
- logs/events.out.tfevents.1679425207.6bbcaab4e5b7.189.2 +3 -0
- pytorch_model.bin +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "dccuchile/albert-tiny-spanish",
|
3 |
+
"architectures": [
|
4 |
+
"AlbertForSequenceClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0,
|
7 |
+
"bos_token_id": 2,
|
8 |
+
"classifier_dropout_prob": 0.1,
|
9 |
+
"down_scale_factor": 1,
|
10 |
+
"embedding_size": 128,
|
11 |
+
"eos_token_id": 3,
|
12 |
+
"gap_size": 0,
|
13 |
+
"hidden_act": "gelu",
|
14 |
+
"hidden_dropout_prob": 0,
|
15 |
+
"hidden_size": 312,
|
16 |
+
"id2label": {
|
17 |
+
"0": "LABEL_0",
|
18 |
+
"1": "LABEL_1",
|
19 |
+
"2": "LABEL_2"
|
20 |
+
},
|
21 |
+
"initializer_range": 0.02,
|
22 |
+
"inner_group_num": 1,
|
23 |
+
"intermediate_size": 1248,
|
24 |
+
"label2id": {
|
25 |
+
"LABEL_0": 0,
|
26 |
+
"LABEL_1": 1,
|
27 |
+
"LABEL_2": 2
|
28 |
+
},
|
29 |
+
"layer_norm_eps": 1e-12,
|
30 |
+
"max_position_embeddings": 512,
|
31 |
+
"model_type": "albert",
|
32 |
+
"net_structure_type": 0,
|
33 |
+
"num_attention_heads": 12,
|
34 |
+
"num_hidden_groups": 1,
|
35 |
+
"num_hidden_layers": 4,
|
36 |
+
"num_memory_blocks": 0,
|
37 |
+
"pad_token_id": 0,
|
38 |
+
"position_embedding_type": "absolute",
|
39 |
+
"problem_type": "single_label_classification",
|
40 |
+
"torch_dtype": "float32",
|
41 |
+
"transformers_version": "4.27.1",
|
42 |
+
"type_vocab_size": 2,
|
43 |
+
"vocab_size": 31000
|
44 |
+
}
|
logs/1679424765.6547377/events.out.tfevents.1679424765.6bbcaab4e5b7.189.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:09a269ade33549e462051599a12e8a4f2c50b21321f994d6fcf6416faba4294a
|
3 |
+
size 5778
|
logs/1679425207.0460706/events.out.tfevents.1679425207.6bbcaab4e5b7.189.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b7662181cd366c77f18238e0aad9cb9764f8fd45c2eca172d753a6b011d3d24d
|
3 |
+
size 5778
|
logs/events.out.tfevents.1679424765.6bbcaab4e5b7.189.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:93f2df0595503a61fd87a5ed8f801016abd193a828ccc7c32fee7b286656939e
|
3 |
+
size 5025
|
logs/events.out.tfevents.1679425207.6bbcaab4e5b7.189.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:74f909e53f9bdc21d65374f72a39247f4bbf2c8362b56f9b35bf00035ae0ad32
|
3 |
+
size 5546
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c5c81865a9be474732c3a0b49f2144e1c7041c327c795c32aba3a816e3a6b851
|
3 |
+
size 21393605
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:185fee310586672e641fb4844311c36ea094ad145c46056f8d8ecea4fe4e7f8c
|
3 |
+
size 3579
|