Commit
·
3e599a5
1
Parent(s):
098a99e
update model card README.md
Browse files
README.md
CHANGED
@@ -4,6 +4,8 @@ tags:
|
|
4 |
- generated_from_trainer
|
5 |
datasets:
|
6 |
- minds14
|
|
|
|
|
7 |
model-index:
|
8 |
- name: my_awesome_mind_model
|
9 |
results: []
|
@@ -14,7 +16,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
# my_awesome_mind_model
|
16 |
|
17 |
-
This model is a fine-tuned version of [
|
|
|
|
|
|
|
18 |
|
19 |
## Model description
|
20 |
|
@@ -42,13 +47,20 @@ The following hyperparameters were used during training:
|
|
42 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
43 |
- lr_scheduler_type: linear
|
44 |
- lr_scheduler_warmup_ratio: 0.1
|
45 |
-
- num_epochs:
|
46 |
|
47 |
### Training results
|
48 |
|
49 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
50 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
51 |
-
| No log | 0.8 | 3 | 2.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
52 |
|
53 |
|
54 |
### Framework versions
|
|
|
4 |
- generated_from_trainer
|
5 |
datasets:
|
6 |
- minds14
|
7 |
+
metrics:
|
8 |
+
- accuracy
|
9 |
model-index:
|
10 |
- name: my_awesome_mind_model
|
11 |
results: []
|
|
|
16 |
|
17 |
# my_awesome_mind_model
|
18 |
|
19 |
+
This model is a fine-tuned version of [justin1983/my_awesome_mind_model](https://huggingface.co/justin1983/my_awesome_mind_model) on the minds14 dataset.
|
20 |
+
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 2.6845
|
22 |
+
- Accuracy: 0.0265
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
47 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
48 |
- lr_scheduler_type: linear
|
49 |
- lr_scheduler_warmup_ratio: 0.1
|
50 |
+
- num_epochs: 10
|
51 |
|
52 |
### Training results
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
55 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
56 |
+
| No log | 0.8 | 3 | 2.6851 | 0.0177 |
|
57 |
+
| No log | 1.87 | 7 | 2.6810 | 0.0088 |
|
58 |
+
| 2.5905 | 2.93 | 11 | 2.6795 | 0.0442 |
|
59 |
+
| 2.5905 | 4.0 | 15 | 2.6785 | 0.0531 |
|
60 |
+
| 2.5905 | 4.8 | 18 | 2.6824 | 0.0531 |
|
61 |
+
| 2.5866 | 5.87 | 22 | 2.6821 | 0.0354 |
|
62 |
+
| 2.5866 | 6.93 | 26 | 2.6839 | 0.0265 |
|
63 |
+
| 2.5824 | 8.0 | 30 | 2.6845 | 0.0265 |
|
64 |
|
65 |
|
66 |
### Framework versions
|