jorgeortizfuentes
commited on
Commit
•
0df95b6
1
Parent(s):
b5b1940
update model card README.md
Browse files
README.md
ADDED
@@ -0,0 +1,65 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- generated_from_trainer
|
4 |
+
model-index:
|
5 |
+
- name: nominal-groups-recognition-bert-base-spanish-wwm-cased
|
6 |
+
results: []
|
7 |
+
---
|
8 |
+
|
9 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
10 |
+
should probably proofread and complete it, then remove this comment. -->
|
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.2837
|
17 |
+
- Ng Precision: 0.7207
|
18 |
+
- Ng Recall: 0.7761
|
19 |
+
- Ng F1: 0.7474
|
20 |
+
- Ng Number: 3198
|
21 |
+
- Overall Precision: 0.7207
|
22 |
+
- Overall Recall: 0.7761
|
23 |
+
- Overall F1: 0.7474
|
24 |
+
- Overall Accuracy: 0.8982
|
25 |
+
|
26 |
+
## Model description
|
27 |
+
|
28 |
+
More information needed
|
29 |
+
|
30 |
+
## Intended uses & limitations
|
31 |
+
|
32 |
+
More information needed
|
33 |
+
|
34 |
+
## Training and evaluation data
|
35 |
+
|
36 |
+
More information needed
|
37 |
+
|
38 |
+
## Training procedure
|
39 |
+
|
40 |
+
### Training hyperparameters
|
41 |
+
|
42 |
+
The following hyperparameters were used during training:
|
43 |
+
- learning_rate: 2e-05
|
44 |
+
- train_batch_size: 16
|
45 |
+
- eval_batch_size: 16
|
46 |
+
- seed: 13
|
47 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
48 |
+
- lr_scheduler_type: linear
|
49 |
+
- num_epochs: 3
|
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 |
+
| No log | 1.0 | 114 | 0.2899 | 0.6950 | 0.7473 | 0.7202 | 3198 | 0.6950 | 0.7473 | 0.7202 | 0.8889 |
|
56 |
+
| No log | 2.0 | 228 | 0.2792 | 0.7171 | 0.7674 | 0.7414 | 3198 | 0.7171 | 0.7674 | 0.7414 | 0.8969 |
|
57 |
+
| No log | 3.0 | 342 | 0.2837 | 0.7207 | 0.7761 | 0.7474 | 3198 | 0.7207 | 0.7761 | 0.7474 | 0.8982 |
|
58 |
+
|
59 |
+
|
60 |
+
### Framework versions
|
61 |
+
|
62 |
+
- Transformers 4.30.2
|
63 |
+
- Pytorch 2.0.1+cu117
|
64 |
+
- Datasets 2.13.1
|
65 |
+
- Tokenizers 0.13.3
|