asquevedos commited on
Commit
46be171
·
verified ·
1 Parent(s): 770a1be

End of training

Browse files
Files changed (1) hide show
  1. README.md +69 -0
README.md ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: dccuchile/bert-base-spanish-wwm-uncased
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - accuracy
7
+ - f1
8
+ - precision
9
+ - recall
10
+ model-index:
11
+ - name: roberta-academic
12
+ results: []
13
+ ---
14
+
15
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
+ should probably proofread and complete it, then remove this comment. -->
17
+
18
+ # roberta-academic
19
+
20
+ This model is a fine-tuned version of [dccuchile/bert-base-spanish-wwm-uncased](https://huggingface.co/dccuchile/bert-base-spanish-wwm-uncased) on an unknown dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 0.1070
23
+ - Accuracy: 0.9692
24
+ - F1: 0.9687
25
+ - Precision: 0.9692
26
+ - Recall: 0.9692
27
+
28
+ ## Model description
29
+
30
+ More information needed
31
+
32
+ ## Intended uses & limitations
33
+
34
+ More information needed
35
+
36
+ ## Training and evaluation data
37
+
38
+ More information needed
39
+
40
+ ## Training procedure
41
+
42
+ ### Training hyperparameters
43
+
44
+ The following hyperparameters were used during training:
45
+ - learning_rate: 5e-05
46
+ - train_batch_size: 34
47
+ - eval_batch_size: 34
48
+ - seed: 42
49
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
+ - lr_scheduler_type: linear
51
+ - num_epochs: 5
52
+
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
56
+ |:-------------:|:-----:|:-----:|:---------------:|:--------:|:------:|:---------:|:------:|
57
+ | 0.3143 | 1.0 | 10831 | 0.2892 | 0.9106 | 0.9070 | 0.9137 | 0.9106 |
58
+ | 0.2042 | 2.0 | 21662 | 0.1880 | 0.9388 | 0.9366 | 0.9415 | 0.9388 |
59
+ | 0.121 | 3.0 | 32493 | 0.1437 | 0.9552 | 0.9545 | 0.9560 | 0.9552 |
60
+ | 0.0843 | 4.0 | 43324 | 0.1152 | 0.9655 | 0.9651 | 0.9658 | 0.9655 |
61
+ | 0.049 | 5.0 | 54155 | 0.1070 | 0.9692 | 0.9687 | 0.9692 | 0.9692 |
62
+
63
+
64
+ ### Framework versions
65
+
66
+ - Transformers 4.39.3
67
+ - Pytorch 2.2.1+cu121
68
+ - Datasets 2.18.0
69
+ - Tokenizers 0.15.2