CarlosDataAnalysis
commited on
Commit
•
111beb8
1
Parent(s):
9c399a9
Model save
Browse files
README.md
CHANGED
@@ -11,7 +11,6 @@ metrics:
|
|
11 |
model-index:
|
12 |
- name: test-NERv3
|
13 |
results: []
|
14 |
-
pipeline_tag: token-classification
|
15 |
---
|
16 |
|
17 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -21,11 +20,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
21 |
|
22 |
This model is a fine-tuned version of [roberta-large](https://huggingface.co/roberta-large) on the None dataset.
|
23 |
It achieves the following results on the evaluation set:
|
24 |
-
- Loss: 2.
|
25 |
-
- Precision: 0.
|
26 |
-
- Recall: 0.
|
27 |
-
- F1: 0.
|
28 |
-
- Accuracy: 0.
|
29 |
|
30 |
## Model description
|
31 |
|
@@ -57,7 +56,7 @@ The following hyperparameters were used during training:
|
|
57 |
|
58 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
59 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
60 |
-
| 2.
|
61 |
|
62 |
|
63 |
### Framework versions
|
@@ -65,4 +64,4 @@ The following hyperparameters were used during training:
|
|
65 |
- Transformers 4.34.0
|
66 |
- Pytorch 2.0.1+cu117
|
67 |
- Datasets 2.12.0
|
68 |
-
- Tokenizers 0.14.1
|
|
|
11 |
model-index:
|
12 |
- name: test-NERv3
|
13 |
results: []
|
|
|
14 |
---
|
15 |
|
16 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
20 |
|
21 |
This model is a fine-tuned version of [roberta-large](https://huggingface.co/roberta-large) on the None dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 2.1950
|
24 |
+
- Precision: 0.0009
|
25 |
+
- Recall: 0.0026
|
26 |
+
- F1: 0.0014
|
27 |
+
- Accuracy: 0.1510
|
28 |
|
29 |
## Model description
|
30 |
|
|
|
56 |
|
57 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
58 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
59 |
+
| 2.2261 | 1.0 | 14 | 2.1950 | 0.0009 | 0.0026 | 0.0014 | 0.1510 |
|
60 |
|
61 |
|
62 |
### Framework versions
|
|
|
64 |
- Transformers 4.34.0
|
65 |
- Pytorch 2.0.1+cu117
|
66 |
- Datasets 2.12.0
|
67 |
+
- Tokenizers 0.14.1
|