skylord/pharma_classification
Browse files- README.md +12 -10
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -5,6 +5,7 @@ tags:
|
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
7 |
- accuracy
|
|
|
8 |
model-index:
|
9 |
- name: pharma_classification
|
10 |
results: []
|
@@ -17,8 +18,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
-
- Accuracy: 0.
|
|
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -47,14 +49,14 @@ The following hyperparameters were used during training:
|
|
47 |
|
48 |
### Training results
|
49 |
|
50 |
-
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
-
|
52 |
-
| 0.
|
53 |
-
| 0.
|
54 |
-
| 0.0 | 17.96 | 15000 | 0.
|
55 |
-
| 0.
|
56 |
-
| 0.0 | 29.94 | 25000 | 0.
|
57 |
-
| 0.0 | 35.93 | 30000 | 0.
|
58 |
|
59 |
|
60 |
### Framework versions
|
|
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
7 |
- accuracy
|
8 |
+
- f1
|
9 |
model-index:
|
10 |
- name: pharma_classification
|
11 |
results: []
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.5315
|
22 |
+
- Accuracy: 0.9581
|
23 |
+
- F1: 0.9506
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
53 |
+
|:-------------:|:-----:|:-----:|:---------------:|:--------:|:------:|
|
54 |
+
| 0.0035 | 5.99 | 5000 | 0.2892 | 0.9539 | 0.9554 |
|
55 |
+
| 0.0137 | 11.98 | 10000 | 0.2620 | 0.9641 | 0.9600 |
|
56 |
+
| 0.0 | 17.96 | 15000 | 0.4022 | 0.9611 | 0.9586 |
|
57 |
+
| 0.0001 | 23.95 | 20000 | 0.3838 | 0.9611 | 0.9552 |
|
58 |
+
| 0.0 | 29.94 | 25000 | 0.4363 | 0.9575 | 0.9490 |
|
59 |
+
| 0.0 | 35.93 | 30000 | 0.5315 | 0.9581 | 0.9506 |
|
60 |
|
61 |
|
62 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 267832560
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1d0bf5a7bf66dbb4ef0d0393230fb7b2d244eb97c8fa6b6a1d3dd76fd76a004c
|
3 |
size 267832560
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4920
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d03217c4bd9bcefed5aac74887e8af89205ab97fa69573fb1624a269f263ed02
|
3 |
size 4920
|