CarlosDataAnalysis
commited on
Commit
•
0edb139
1
Parent(s):
fb23d2b
Model save
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
-
license:
|
3 |
-
base_model:
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
@@ -18,13 +18,13 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
# test-NERv3
|
20 |
|
21 |
-
This model is a fine-tuned version of [
|
22 |
It achieves the following results on the evaluation set:
|
23 |
-
- Loss:
|
24 |
-
- Precision: 0.
|
25 |
- Recall: 0.0026
|
26 |
-
- F1: 0.
|
27 |
-
- Accuracy: 0.
|
28 |
|
29 |
## Model description
|
30 |
|
@@ -45,18 +45,17 @@ More information needed
|
|
45 |
The following hyperparameters were used during training:
|
46 |
- learning_rate: 5e-05
|
47 |
- train_batch_size: 16
|
48 |
-
- eval_batch_size:
|
49 |
- seed: 42
|
50 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
51 |
- lr_scheduler_type: linear
|
52 |
-
- lr_scheduler_warmup_steps: 500
|
53 |
- num_epochs: 1
|
54 |
|
55 |
### Training results
|
56 |
|
57 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
58 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
59 |
-
|
|
60 |
|
61 |
|
62 |
### Framework versions
|
|
|
1 |
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: tiiuae/falcon-7b
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
|
|
18 |
|
19 |
# test-NERv3
|
20 |
|
21 |
+
This model is a fine-tuned version of [tiiuae/falcon-7b](https://huggingface.co/tiiuae/falcon-7b) on the None dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 9.0789
|
24 |
+
- Precision: 0.0076
|
25 |
- Recall: 0.0026
|
26 |
+
- F1: 0.0038
|
27 |
+
- Accuracy: 0.0815
|
28 |
|
29 |
## Model description
|
30 |
|
|
|
45 |
The following hyperparameters were used during training:
|
46 |
- learning_rate: 5e-05
|
47 |
- train_batch_size: 16
|
48 |
+
- eval_batch_size: 16
|
49 |
- seed: 42
|
50 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
51 |
- lr_scheduler_type: linear
|
|
|
52 |
- num_epochs: 1
|
53 |
|
54 |
### Training results
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
58 |
+
| 9.8268 | 1.0 | 14 | 9.0789 | 0.0076 | 0.0026 | 0.0038 | 0.0815 |
|
59 |
|
60 |
|
61 |
### Framework versions
|