update model card README.md
Browse files
README.md
CHANGED
@@ -4,6 +4,7 @@ tags:
|
|
4 |
- generated_from_trainer
|
5 |
metrics:
|
6 |
- accuracy
|
|
|
7 |
model-index:
|
8 |
- name: patentClassfication3
|
9 |
results: []
|
@@ -16,8 +17,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
This model is a fine-tuned version of [allenai/longformer-large-4096](https://huggingface.co/allenai/longformer-large-4096) on the None dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss: 0.
|
20 |
-
- Accuracy: 0.
|
|
|
21 |
|
22 |
## Model description
|
23 |
|
@@ -44,17 +46,15 @@ The following hyperparameters were used during training:
|
|
44 |
- lr_scheduler_type: cosine
|
45 |
- lr_scheduler_warmup_ratio: 0.1
|
46 |
- lr_scheduler_warmup_steps: 240
|
47 |
-
- num_epochs:
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
-
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
52 |
-
|
53 |
-
| 0.
|
54 |
-
| 0.
|
55 |
-
| 0.
|
56 |
-
| 0.4348 | 4.0 | 17752 | 0.6091 | 0.7228 |
|
57 |
-
| 0.376 | 5.0 | 22190 | 0.7537 | 0.7117 |
|
58 |
|
59 |
|
60 |
### Framework versions
|
|
|
4 |
- generated_from_trainer
|
5 |
metrics:
|
6 |
- accuracy
|
7 |
+
- f1
|
8 |
model-index:
|
9 |
- name: patentClassfication3
|
10 |
results: []
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [allenai/longformer-large-4096](https://huggingface.co/allenai/longformer-large-4096) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.5626
|
21 |
+
- Accuracy: 0.7273
|
22 |
+
- F1: 0.7363
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
46 |
- lr_scheduler_type: cosine
|
47 |
- lr_scheduler_warmup_ratio: 0.1
|
48 |
- lr_scheduler_warmup_steps: 240
|
49 |
+
- num_epochs: 3
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
54 |
+
|:-------------:|:-----:|:-----:|:---------------:|:--------:|:------:|
|
55 |
+
| 0.5874 | 1.0 | 4438 | 0.5567 | 0.7050 | 0.7191 |
|
56 |
+
| 0.5338 | 2.0 | 8876 | 0.5391 | 0.7226 | 0.7435 |
|
57 |
+
| 0.4762 | 3.0 | 13314 | 0.5626 | 0.7273 | 0.7363 |
|
|
|
|
|
58 |
|
59 |
|
60 |
### Framework versions
|