joheras commited on
Commit
adcdb93
1 Parent(s): 8ffc735

Training in progress, epoch 1

Browse files
README.md CHANGED
@@ -4,6 +4,8 @@ base_model: google-bert/bert-base-multilingual-uncased
4
  tags:
5
  - classification
6
  - generated_from_trainer
 
 
7
  model-index:
8
  - name: clasificador-ser-estar
9
  results: []
@@ -16,7 +18,8 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  This model is a fine-tuned version of [google-bert/bert-base-multilingual-uncased](https://huggingface.co/google-bert/bert-base-multilingual-uncased) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 0.3107
 
20
 
21
  ## Model description
22
 
@@ -45,11 +48,11 @@ The following hyperparameters were used during training:
45
 
46
  ### Training results
47
 
48
- | Training Loss | Epoch | Step | Validation Loss |
49
- |:-------------:|:-----:|:----:|:---------------:|
50
- | No log | 1.0 | 77 | 0.4129 |
51
- | No log | 2.0 | 154 | 0.3151 |
52
- | No log | 3.0 | 231 | 0.3107 |
53
 
54
 
55
  ### Framework versions
 
4
  tags:
5
  - classification
6
  - generated_from_trainer
7
+ metrics:
8
+ - accuracy
9
  model-index:
10
  - name: clasificador-ser-estar
11
  results: []
 
18
 
19
  This model is a fine-tuned version of [google-bert/bert-base-multilingual-uncased](https://huggingface.co/google-bert/bert-base-multilingual-uncased) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 0.3110
22
+ - Accuracy: 0.9064
23
 
24
  ## Model description
25
 
 
48
 
49
  ### Training results
50
 
51
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
52
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
53
+ | No log | 1.0 | 77 | 0.3969 | 0.9064 |
54
+ | No log | 2.0 | 154 | 0.3107 | 0.9064 |
55
+ | No log | 3.0 | 231 | 0.3110 | 0.9064 |
56
 
57
 
58
  ### Framework versions
config.json CHANGED
@@ -9,8 +9,16 @@
9
  "hidden_act": "gelu",
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 768,
 
 
 
 
12
  "initializer_range": 0.02,
13
  "intermediate_size": 3072,
 
 
 
 
14
  "layer_norm_eps": 1e-12,
15
  "max_position_embeddings": 512,
16
  "model_type": "bert",
 
9
  "hidden_act": "gelu",
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "No",
14
+ "1": "S\u00ed"
15
+ },
16
  "initializer_range": 0.02,
17
  "intermediate_size": 3072,
18
+ "label2id": {
19
+ "No": 0,
20
+ "S\u00ed": 1
21
+ },
22
  "layer_norm_eps": 1e-12,
23
  "max_position_embeddings": 512,
24
  "model_type": "bert",
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:11d1c356f45c700e12027e061acd9cd649128326cb359448ccd08837e95c1ff4
3
  size 669455360
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:050a4f7270369cc8ff0e59c597062d1570512ed7fc048bb938d1c4813b549b3f
3
  size 669455360
runs/Jul23_13-44-20_a26b12e6a3a8/events.out.tfevents.1721742391.a26b12e6a3a8.11476.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a396296c0d31c1e0041834fc56fec336fdff5d03119aa3e65143a51a504e0ce
3
+ size 6450
runs/Jul23_13-49-37_a26b12e6a3a8/events.out.tfevents.1721742586.a26b12e6a3a8.11476.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff926a166261e1ce81244f950865bb78abd7c8dbf7bdee25cc841a7edbf200b1
3
+ size 5538
tokenizer.json CHANGED
@@ -2,7 +2,7 @@
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
- "max_length": 128,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
 
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
+ "max_length": 512,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:efb20b66a6f42094b8b1dfae997818c10a6198bc8d5c2d90d3556eb57b8892e7
3
  size 5112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:edbdfe7da27873b4c5eb413e141dd908dd4a40dd547332afcb62d72e1435c910
3
  size 5112