Model save
Browse files- README.md +23 -2
- model.safetensors +1 -1
README.md
CHANGED
|
@@ -3,6 +3,9 @@ license: mit
|
|
| 3 |
base_model: flaubert/flaubert_base_cased
|
| 4 |
tags:
|
| 5 |
- generated_from_trainer
|
|
|
|
|
|
|
|
|
|
| 6 |
model-index:
|
| 7 |
- name: question_classification
|
| 8 |
results: []
|
|
@@ -14,6 +17,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 14 |
# question_classification
|
| 15 |
|
| 16 |
This model is a fine-tuned version of [flaubert/flaubert_base_cased](https://huggingface.co/flaubert/flaubert_base_cased) on the None dataset.
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
|
| 18 |
## Model description
|
| 19 |
|
|
@@ -38,13 +45,27 @@ The following hyperparameters were used during training:
|
|
| 38 |
- seed: 42
|
| 39 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 40 |
- lr_scheduler_type: linear
|
| 41 |
-
- num_epochs:
|
| 42 |
|
| 43 |
### Training results
|
| 44 |
|
| 45 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
| 46 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
| 47 |
-
| No log | 1.0 | 204 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 48 |
|
| 49 |
|
| 50 |
### Framework versions
|
|
|
|
| 3 |
base_model: flaubert/flaubert_base_cased
|
| 4 |
tags:
|
| 5 |
- generated_from_trainer
|
| 6 |
+
metrics:
|
| 7 |
+
- accuracy
|
| 8 |
+
- f1
|
| 9 |
model-index:
|
| 10 |
- name: question_classification
|
| 11 |
results: []
|
|
|
|
| 17 |
# question_classification
|
| 18 |
|
| 19 |
This model is a fine-tuned version of [flaubert/flaubert_base_cased](https://huggingface.co/flaubert/flaubert_base_cased) on the None dataset.
|
| 20 |
+
It achieves the following results on the evaluation set:
|
| 21 |
+
- Loss: 0.7638
|
| 22 |
+
- Accuracy: 0.8883
|
| 23 |
+
- F1: 0.8852
|
| 24 |
|
| 25 |
## Model description
|
| 26 |
|
|
|
|
| 45 |
- seed: 42
|
| 46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 47 |
- lr_scheduler_type: linear
|
| 48 |
+
- num_epochs: 15
|
| 49 |
|
| 50 |
### Training results
|
| 51 |
|
| 52 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
| 53 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
| 54 |
+
| No log | 1.0 | 204 | 2.5153 | 0.1032 | 0.0609 |
|
| 55 |
+
| No log | 2.0 | 408 | 2.4600 | 0.4097 | 0.2689 |
|
| 56 |
+
| 2.5497 | 3.0 | 612 | 0.9799 | 0.5501 | 0.5544 |
|
| 57 |
+
| 2.5497 | 4.0 | 816 | 0.5244 | 0.7994 | 0.7992 |
|
| 58 |
+
| 0.8662 | 5.0 | 1020 | 0.5419 | 0.8281 | 0.8290 |
|
| 59 |
+
| 0.8662 | 6.0 | 1224 | 0.4333 | 0.8510 | 0.8520 |
|
| 60 |
+
| 0.8662 | 7.0 | 1428 | 0.4979 | 0.8711 | 0.8722 |
|
| 61 |
+
| 0.2222 | 8.0 | 1632 | 0.5494 | 0.8625 | 0.8635 |
|
| 62 |
+
| 0.2222 | 9.0 | 1836 | 0.6660 | 0.8739 | 0.8731 |
|
| 63 |
+
| 0.0445 | 10.0 | 2040 | 0.6472 | 0.8825 | 0.8810 |
|
| 64 |
+
| 0.0445 | 11.0 | 2244 | 0.7851 | 0.8940 | 0.8910 |
|
| 65 |
+
| 0.0445 | 12.0 | 2448 | 0.7119 | 0.8854 | 0.8851 |
|
| 66 |
+
| 0.0231 | 13.0 | 2652 | 0.8183 | 0.8883 | 0.8856 |
|
| 67 |
+
| 0.0231 | 14.0 | 2856 | 0.7676 | 0.8883 | 0.8852 |
|
| 68 |
+
| 0.0185 | 15.0 | 3060 | 0.7638 | 0.8883 | 0.8852 |
|
| 69 |
|
| 70 |
|
| 71 |
### Framework versions
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 552992964
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:73694cb31a0baa20723c32206ba6f1b49000874927a9070bffacd4cf1cfa82f7
|
| 3 |
size 552992964
|