Model save
Browse files- README.md +10 -10
- model.safetensors +1 -1
README.md
CHANGED
@@ -20,11 +20,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
20 |
|
21 |
This model is a fine-tuned version of [numind/NuNER-v2.0](https://huggingface.co/numind/NuNER-v2.0) on an unknown dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
-
- Loss: 0.
|
24 |
-
- Precision: 0.
|
25 |
-
- Recall: 0.
|
26 |
-
- F1: 0.
|
27 |
-
- Accuracy: 0.
|
28 |
|
29 |
## Model description
|
30 |
|
@@ -43,7 +43,7 @@ More information needed
|
|
43 |
### Training hyperparameters
|
44 |
|
45 |
The following hyperparameters were used during training:
|
46 |
-
- learning_rate:
|
47 |
- train_batch_size: 32
|
48 |
- eval_batch_size: 32
|
49 |
- seed: 42
|
@@ -58,10 +58,10 @@ The following hyperparameters were used during training:
|
|
58 |
|
59 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
60 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
|
66 |
|
67 |
### Framework versions
|
|
|
20 |
|
21 |
This model is a fine-tuned version of [numind/NuNER-v2.0](https://huggingface.co/numind/NuNER-v2.0) on an unknown dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.2362
|
24 |
+
- Precision: 0.6810
|
25 |
+
- Recall: 0.7160
|
26 |
+
- F1: 0.6981
|
27 |
+
- Accuracy: 0.9313
|
28 |
|
29 |
## Model description
|
30 |
|
|
|
43 |
### Training hyperparameters
|
44 |
|
45 |
The following hyperparameters were used during training:
|
46 |
+
- learning_rate: 3e-05
|
47 |
- train_batch_size: 32
|
48 |
- eval_batch_size: 32
|
49 |
- seed: 42
|
|
|
58 |
|
59 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
60 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
61 |
+
| 0.2602 | 1.0 | 2059 | 0.2486 | 0.6570 | 0.7031 | 0.6793 | 0.9270 |
|
62 |
+
| 0.2199 | 2.0 | 4118 | 0.2369 | 0.6791 | 0.7043 | 0.6915 | 0.9302 |
|
63 |
+
| 0.2052 | 3.0 | 6177 | 0.2349 | 0.6785 | 0.7143 | 0.6959 | 0.9312 |
|
64 |
+
| 0.1835 | 4.0 | 8236 | 0.2362 | 0.6810 | 0.7160 | 0.6981 | 0.9313 |
|
65 |
|
66 |
|
67 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 496450188
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0777393abe423435ee96a9064752eed10c794bf261c4fbedb5fa88f70327377e
|
3 |
size 496450188
|