jhonparra18 commited on
Commit
747767a
1 Parent(s): 2e15882

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -4
README.md CHANGED
@@ -2,6 +2,11 @@
2
  license: apache-2.0
3
  tags:
4
  - generated_from_trainer
 
 
 
 
 
5
  model-index:
6
  - name: distilbert-base-uncased-ner_cv
7
  results: []
@@ -13,6 +18,12 @@ should probably proofread and complete it, then remove this comment. -->
13
  # distilbert-base-uncased-ner_cv
14
 
15
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
 
 
 
 
 
 
16
 
17
  ## Model description
18
 
@@ -38,13 +49,18 @@ The following hyperparameters were used during training:
38
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
39
  - lr_scheduler_type: linear
40
  - lr_scheduler_warmup_steps: 20
41
- - num_epochs: 5
42
 
43
  ### Training results
44
 
45
- | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
46
- |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:---:|:--------:|
47
- | No log | 5.0 | 30 | 1.1978 | 0.0 | 0.0 | 0.0 | 0.7537 |
 
 
 
 
 
48
 
49
 
50
  ### Framework versions
 
2
  license: apache-2.0
3
  tags:
4
  - generated_from_trainer
5
+ metrics:
6
+ - precision
7
+ - recall
8
+ - f1
9
+ - accuracy
10
  model-index:
11
  - name: distilbert-base-uncased-ner_cv
12
  results: []
 
18
  # distilbert-base-uncased-ner_cv
19
 
20
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 0.8548
23
+ - Precision: 0.3327
24
+ - Recall: 0.2358
25
+ - F1: 0.2760
26
+ - Accuracy: 0.7815
27
 
28
  ## Model description
29
 
 
49
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
  - lr_scheduler_type: linear
51
  - lr_scheduler_warmup_steps: 20
52
+ - num_epochs: 30
53
 
54
  ### Training results
55
 
56
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
+ | No log | 5.0 | 30 | 1.0790 | 0.0 | 0.0 | 0.0 | 0.7537 |
59
+ | No log | 10.0 | 60 | 0.9589 | 0.3208 | 0.1207 | 0.1754 | 0.7677 |
60
+ | No log | 15.0 | 90 | 0.8975 | 0.3363 | 0.1591 | 0.2160 | 0.7773 |
61
+ | No log | 20.0 | 120 | 0.8675 | 0.3354 | 0.2259 | 0.2699 | 0.7786 |
62
+ | No log | 25.0 | 150 | 0.8568 | 0.3333 | 0.2443 | 0.2820 | 0.7811 |
63
+ | No log | 30.0 | 180 | 0.8548 | 0.3327 | 0.2358 | 0.2760 | 0.7815 |
64
 
65
 
66
  ### Framework versions