dtorber commited on
Commit
7d5c719
1 Parent(s): 4cf98cb

Model save

Browse files
Files changed (1) hide show
  1. README.md +70 -0
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: dccuchile/bert-base-spanish-wwm-cased
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - f1
7
+ - recall
8
+ model-index:
9
+ - name: PAN-2024-transformer-base_bert-base-spanish-wwm-cased_K4
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
+ # PAN-2024-transformer-base_bert-base-spanish-wwm-cased_K4
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 an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.3759
21
+ - F1 Macro: 1.0
22
+ - F1: 1.0
23
+ - F1 Neg: 1.0
24
+ - Acc: 1.0
25
+ - Prec: 1.0
26
+ - Recall: 1.0
27
+ - Mcc: 1.0
28
+
29
+ ## Model description
30
+
31
+ More information needed
32
+
33
+ ## Intended uses & limitations
34
+
35
+ More information needed
36
+
37
+ ## Training and evaluation data
38
+
39
+ More information needed
40
+
41
+ ## Training procedure
42
+
43
+ ### Training hyperparameters
44
+
45
+ The following hyperparameters were used during training:
46
+ - learning_rate: 2e-05
47
+ - train_batch_size: 8
48
+ - eval_batch_size: 8
49
+ - seed: 42
50
+ - distributed_type: multi-GPU
51
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
52
+ - lr_scheduler_type: linear
53
+ - num_epochs: 3
54
+ - mixed_precision_training: Native AMP
55
+
56
+ ### Training results
57
+
58
+ | Training Loss | Epoch | Step | Validation Loss | F1 Macro | F1 | F1 Neg | Acc | Prec | Recall | Mcc |
59
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:---:|:------:|:---:|:----:|:------:|:---:|
60
+ | No log | 1.0 | 1 | 0.3759 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 |
61
+ | No log | 2.0 | 2 | 0.3698 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 |
62
+ | No log | 3.0 | 3 | 0.3664 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 |
63
+
64
+
65
+ ### Framework versions
66
+
67
+ - Transformers 4.37.2
68
+ - Pytorch 2.2.0+cu121
69
+ - Datasets 2.16.1
70
+ - Tokenizers 0.15.2