badokorach
commited on
Commit
•
34f9492
1
Parent(s):
5ea37d7
Model save
Browse files- README.md +22 -12
- model.safetensors +1 -1
README.md
CHANGED
@@ -15,7 +15,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
This model is a fine-tuned version of [csarron/mobilebert-uncased-squad-v2](https://huggingface.co/csarron/mobilebert-uncased-squad-v2) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Loss:
|
19 |
|
20 |
## Model description
|
21 |
|
@@ -40,22 +40,32 @@ The following hyperparameters were used during training:
|
|
40 |
- seed: 42
|
41 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
42 |
- lr_scheduler_type: linear
|
43 |
-
- num_epochs:
|
44 |
|
45 |
### Training results
|
46 |
|
47 |
| Training Loss | Epoch | Step | Validation Loss |
|
48 |
|:-------------:|:-----:|:----:|:---------------:|
|
49 |
-
| No log | 1.0 | 228 |
|
50 |
-
| No log | 2.0 | 456 |
|
51 |
-
| 1.
|
52 |
-
| 1.
|
53 |
-
|
|
54 |
-
|
|
55 |
-
|
|
56 |
-
|
|
57 |
-
|
|
58 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
59 |
|
60 |
|
61 |
### Framework versions
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [csarron/mobilebert-uncased-squad-v2](https://huggingface.co/csarron/mobilebert-uncased-squad-v2) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 13.5041
|
19 |
|
20 |
## Model description
|
21 |
|
|
|
40 |
- seed: 42
|
41 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
42 |
- lr_scheduler_type: linear
|
43 |
+
- num_epochs: 20
|
44 |
|
45 |
### Training results
|
46 |
|
47 |
| Training Loss | Epoch | Step | Validation Loss |
|
48 |
|:-------------:|:-----:|:----:|:---------------:|
|
49 |
+
| No log | 1.0 | 228 | 3.1250 |
|
50 |
+
| No log | 2.0 | 456 | 3.5844 |
|
51 |
+
| 1.1867 | 3.0 | 684 | 3.9242 |
|
52 |
+
| 1.1867 | 4.0 | 912 | 4.4160 |
|
53 |
+
| 0.842 | 5.0 | 1140 | 5.3645 |
|
54 |
+
| 0.842 | 6.0 | 1368 | 5.7769 |
|
55 |
+
| 0.5983 | 7.0 | 1596 | 5.6078 |
|
56 |
+
| 0.5983 | 8.0 | 1824 | 6.2784 |
|
57 |
+
| 0.4518 | 9.0 | 2052 | 7.7741 |
|
58 |
+
| 0.4518 | 10.0 | 2280 | 7.4468 |
|
59 |
+
| 0.332 | 11.0 | 2508 | 8.0155 |
|
60 |
+
| 0.332 | 12.0 | 2736 | 9.0584 |
|
61 |
+
| 0.332 | 13.0 | 2964 | 9.9912 |
|
62 |
+
| 0.2125 | 14.0 | 3192 | 11.2215 |
|
63 |
+
| 0.2125 | 15.0 | 3420 | 11.8451 |
|
64 |
+
| 0.1525 | 16.0 | 3648 | 12.2774 |
|
65 |
+
| 0.1525 | 17.0 | 3876 | 12.5938 |
|
66 |
+
| 0.1232 | 18.0 | 4104 | 13.8241 |
|
67 |
+
| 0.1232 | 19.0 | 4332 | 13.4653 |
|
68 |
+
| 0.1152 | 20.0 | 4560 | 13.5041 |
|
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 98470136
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4d6e6da5e1f8e138237ec2d48761fa8c8f310c8d3810091fcc8540b1d0604dce
|
3 |
size 98470136
|