gayanin commited on
Commit
734d93e
1 Parent(s): 25b7087

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +76 -0
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ datasets:
5
+ - xnli
6
+ metrics:
7
+ - accuracy
8
+ model-index:
9
+ - name: bert-xnli-es-classifier
10
+ results:
11
+ - task:
12
+ name: Text Classification
13
+ type: text-classification
14
+ dataset:
15
+ name: xnli
16
+ type: xnli
17
+ config: es
18
+ split: validation
19
+ args: es
20
+ metrics:
21
+ - name: Accuracy
22
+ type: accuracy
23
+ value: 0.827710843373494
24
+ ---
25
+
26
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
27
+ should probably proofread and complete it, then remove this comment. -->
28
+
29
+ # bert-xnli-es-classifier
30
+
31
+ 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 xnli dataset.
32
+ It achieves the following results on the evaluation set:
33
+ - Loss: 0.5109
34
+ - Accuracy: 0.8277
35
+
36
+ ## Model description
37
+
38
+ More information needed
39
+
40
+ ## Intended uses & limitations
41
+
42
+ More information needed
43
+
44
+ ## Training and evaluation data
45
+
46
+ More information needed
47
+
48
+ ## Training procedure
49
+
50
+ ### Training hyperparameters
51
+
52
+ The following hyperparameters were used during training:
53
+ - learning_rate: 2e-05
54
+ - train_batch_size: 64
55
+ - eval_batch_size: 64
56
+ - seed: 42
57
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
58
+ - lr_scheduler_type: linear
59
+ - num_epochs: 3
60
+ - mixed_precision_training: Native AMP
61
+
62
+ ### Training results
63
+
64
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
65
+ |:-------------:|:-----:|:-----:|:---------------:|:--------:|
66
+ | 0.4401 | 1.0 | 6136 | 0.4733 | 0.8116 |
67
+ | 0.4245 | 2.0 | 12272 | 0.4667 | 0.8309 |
68
+ | 0.29 | 3.0 | 18408 | 0.5109 | 0.8277 |
69
+
70
+
71
+ ### Framework versions
72
+
73
+ - Transformers 4.28.0
74
+ - Pytorch 2.0.1+cu118
75
+ - Datasets 2.14.5
76
+ - Tokenizers 0.13.3