Alesteba commited on
Commit
7444544
1 Parent(s): 2298bfe

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -12
README.md CHANGED
@@ -1,7 +1,7 @@
1
  ---
2
  license: apache-2.0
3
  tags:
4
- - classification
5
  - generated_from_trainer
6
  datasets:
7
  - ag_news
@@ -22,7 +22,7 @@ model-index:
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
- value: 0.9242304656669298
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -30,10 +30,10 @@ should probably proofread and complete it, then remove this comment. -->
30
 
31
  # clasificador-news
32
 
33
- This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the ag_news dataset.
34
  It achieves the following results on the evaluation set:
35
- - Loss: 0.4101
36
- - Accuracy: 0.9242
37
 
38
  ## Model description
39
 
@@ -64,14 +64,14 @@ The following hyperparameters were used during training:
64
 
65
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
66
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
67
- | 0.3342 | 1.0 | 2500 | 0.3777 | 0.8990 |
68
- | 0.2165 | 2.0 | 5000 | 0.3523 | 0.9219 |
69
- | 0.0969 | 3.0 | 7500 | 0.4101 | 0.9242 |
70
 
71
 
72
  ### Framework versions
73
 
74
- - Transformers 4.27.2
75
- - Pytorch 1.13.1+cu116
76
- - Datasets 2.10.1
77
- - Tokenizers 0.13.2
 
1
  ---
2
  license: apache-2.0
3
  tags:
4
+ - ag_news-distilbert-base-uncased
5
  - generated_from_trainer
6
  datasets:
7
  - ag_news
 
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
+ value: 0.9033149171270718
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
30
 
31
  # clasificador-news
32
 
33
+ This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the ag_news dataset.
34
  It achieves the following results on the evaluation set:
35
+ - Loss: 0.4391
36
+ - Accuracy: 0.9033
37
 
38
  ## Model description
39
 
 
64
 
65
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
66
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
67
+ | 0.2513 | 1.0 | 715 | 0.3897 | 0.8978 |
68
+ | 0.1873 | 2.0 | 1430 | 0.4007 | 0.9088 |
69
+ | 0.074 | 3.0 | 2145 | 0.4391 | 0.9033 |
70
 
71
 
72
  ### Framework versions
73
 
74
+ - Transformers 4.28.1
75
+ - Pytorch 2.0.0+cu118
76
+ - Datasets 2.11.0
77
+ - Tokenizers 0.13.3