Kurosawama commited on
Commit
79c8e06
·
verified ·
1 Parent(s): a53125a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +62 -62
README.md CHANGED
@@ -1,62 +1,62 @@
1
- ---
2
- library_name: transformers
3
- base_model: dccuchile/bert-base-spanish-wwm-cased
4
- tags:
5
- - generated_from_trainer
6
- metrics:
7
- - f1
8
- model-index:
9
- - name: baseline
10
- results: []
11
- ---
12
-
13
- <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
- should probably proofread and complete it, then remove this comment. -->
15
-
16
- # baseline
17
-
18
- This model is a fine-tuned version of [dccuchile/bert-base-spanish-wwm-cased](https://huggingface.co/dccuchile/bert-base-spanish-wwm-cased) on the None dataset.
19
- It achieves the following results on the evaluation set:
20
- - Loss: 2.5824
21
- - F1: 0.4106
22
-
23
- ## Model description
24
-
25
- More information needed
26
-
27
- ## Intended uses & limitations
28
-
29
- More information needed
30
-
31
- ## Training and evaluation data
32
-
33
- More information needed
34
-
35
- ## Training procedure
36
-
37
- ### Training hyperparameters
38
-
39
- The following hyperparameters were used during training:
40
- - learning_rate: 5e-05
41
- - train_batch_size: 8
42
- - eval_batch_size: 8
43
- - seed: 42
44
- - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
45
- - lr_scheduler_type: linear
46
- - num_epochs: 3.0
47
-
48
- ### Training results
49
-
50
- | Training Loss | Epoch | Step | Validation Loss | F1 |
51
- |:-------------:|:-----:|:----:|:---------------:|:------:|
52
- | 0.4391 | 1.0 | 721 | 2.0503 | 0.4027 |
53
- | 0.348 | 2.0 | 1442 | 2.2211 | 0.3899 |
54
- | 0.1382 | 3.0 | 2163 | 2.5824 | 0.4106 |
55
-
56
-
57
- ### Framework versions
58
-
59
- - Transformers 4.51.1
60
- - Pytorch 2.6.0+cu118
61
- - Datasets 3.3.2
62
- - Tokenizers 0.21.0
 
1
+ ---
2
+ library_name: transformers
3
+ base_model: dccuchile/bert-base-spanish-wwm-cased
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - f1
8
+ model-index:
9
+ - name: homolat25-baseline
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # baseline
17
+
18
+ This model is a fine-tuned version of [dccuchile/bert-base-spanish-wwm-cased](https://huggingface.co/dccuchile/bert-base-spanish-wwm-cased) on the HomoLat-25 dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 2.5824
21
+ - F1: 0.4106
22
+
23
+ ## Model description
24
+
25
+ More information needed
26
+
27
+ ## Intended uses & limitations
28
+
29
+ More information needed
30
+
31
+ ## Training and evaluation data
32
+
33
+ More information needed
34
+
35
+ ## Training procedure
36
+
37
+ ### Training hyperparameters
38
+
39
+ The following hyperparameters were used during training:
40
+ - learning_rate: 5e-05
41
+ - train_batch_size: 8
42
+ - eval_batch_size: 8
43
+ - seed: 42
44
+ - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
45
+ - lr_scheduler_type: linear
46
+ - num_epochs: 3.0
47
+
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss | F1 |
51
+ |:-------------:|:-----:|:----:|:---------------:|:------:|
52
+ | 0.4391 | 1.0 | 721 | 2.0503 | 0.4027 |
53
+ | 0.348 | 2.0 | 1442 | 2.2211 | 0.3899 |
54
+ | 0.1382 | 3.0 | 2163 | 2.5824 | 0.4106 |
55
+
56
+
57
+ ### Framework versions
58
+
59
+ - Transformers 4.51.1
60
+ - Pytorch 2.6.0+cu118
61
+ - Datasets 3.3.2
62
+ - Tokenizers 0.21.0