jorgeortizfuentes commited on
Commit
122a37d
1 Parent(s): 644e90f

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -15
README.md CHANGED
@@ -1,8 +1,6 @@
1
  ---
2
  tags:
3
  - generated_from_trainer
4
- datasets:
5
- - jorgeortizfuentes/spanish_nominal_groups_conll2003
6
  model-index:
7
  - name: nominal-groups-recognition-bert-base-spanish-wwm-cased
8
  results: []
@@ -13,17 +11,17 @@ should probably proofread and complete it, then remove this comment. -->
13
 
14
  # nominal-groups-recognition-bert-base-spanish-wwm-cased
15
 
16
- 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 jorgeortizfuentes/spanish_nominal_groups_conll2003 dataset.
17
  It achieves the following results on the evaluation set:
18
- - Loss: 0.2837
19
- - Ng Precision: 0.7207
20
- - Ng Recall: 0.7761
21
- - Ng F1: 0.7474
22
  - Ng Number: 3198
23
- - Overall Precision: 0.7207
24
- - Overall Recall: 0.7761
25
- - Overall F1: 0.7474
26
- - Overall Accuracy: 0.8982
27
 
28
  ## Model description
29
 
@@ -48,15 +46,17 @@ The following hyperparameters were used during training:
48
  - seed: 13
49
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
  - lr_scheduler_type: linear
51
- - num_epochs: 3
52
 
53
  ### Training results
54
 
55
  | Training Loss | Epoch | Step | Validation Loss | Ng Precision | Ng Recall | Ng F1 | Ng Number | Overall Precision | Overall Recall | Overall F1 | Overall Accuracy |
56
  |:-------------:|:-----:|:----:|:---------------:|:------------:|:---------:|:------:|:---------:|:-----------------:|:--------------:|:----------:|:----------------:|
57
- | No log | 1.0 | 114 | 0.2899 | 0.6950 | 0.7473 | 0.7202 | 3198 | 0.6950 | 0.7473 | 0.7202 | 0.8889 |
58
- | No log | 2.0 | 228 | 0.2792 | 0.7171 | 0.7674 | 0.7414 | 3198 | 0.7171 | 0.7674 | 0.7414 | 0.8969 |
59
- | No log | 3.0 | 342 | 0.2837 | 0.7207 | 0.7761 | 0.7474 | 3198 | 0.7207 | 0.7761 | 0.7474 | 0.8982 |
 
 
60
 
61
 
62
  ### Framework versions
 
1
  ---
2
  tags:
3
  - generated_from_trainer
 
 
4
  model-index:
5
  - name: nominal-groups-recognition-bert-base-spanish-wwm-cased
6
  results: []
 
11
 
12
  # nominal-groups-recognition-bert-base-spanish-wwm-cased
13
 
14
+ 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 None dataset.
15
  It achieves the following results on the evaluation set:
16
+ - Loss: 0.3116
17
+ - Ng Precision: 0.7275
18
+ - Ng Recall: 0.7770
19
+ - Ng F1: 0.7514
20
  - Ng Number: 3198
21
+ - Overall Precision: 0.7275
22
+ - Overall Recall: 0.7770
23
+ - Overall F1: 0.7514
24
+ - Overall Accuracy: 0.9003
25
 
26
  ## Model description
27
 
 
46
  - seed: 13
47
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
  - lr_scheduler_type: linear
49
+ - num_epochs: 5
50
 
51
  ### Training results
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | Ng Precision | Ng Recall | Ng F1 | Ng Number | Overall Precision | Overall Recall | Overall F1 | Overall Accuracy |
54
  |:-------------:|:-----:|:----:|:---------------:|:------------:|:---------:|:------:|:---------:|:-----------------:|:--------------:|:----------:|:----------------:|
55
+ | 0.451 | 1.0 | 114 | 0.2882 | 0.6985 | 0.7483 | 0.7225 | 3198 | 0.6985 | 0.7483 | 0.7225 | 0.8899 |
56
+ | 0.2429 | 2.0 | 228 | 0.2917 | 0.7294 | 0.7483 | 0.7387 | 3198 | 0.7294 | 0.7483 | 0.7387 | 0.8932 |
57
+ | 0.193 | 3.0 | 342 | 0.2864 | 0.7306 | 0.7727 | 0.7511 | 3198 | 0.7306 | 0.7727 | 0.7511 | 0.9000 |
58
+ | 0.1586 | 4.0 | 456 | 0.2988 | 0.7309 | 0.7780 | 0.7537 | 3198 | 0.7309 | 0.7780 | 0.7537 | 0.9019 |
59
+ | 0.1386 | 5.0 | 570 | 0.3116 | 0.7275 | 0.7770 | 0.7514 | 3198 | 0.7275 | 0.7770 | 0.7514 | 0.9003 |
60
 
61
 
62
  ### Framework versions