akashmaggon
commited on
Commit
•
7343cd4
1
Parent(s):
1dd58f6
End of training
Browse files- README.md +4 -4
- pytorch_model.bin +1 -1
- tokenizer.json +1 -1
- training_args.bin +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 [EleutherAI/pythia-70m](https://huggingface.co/EleutherAI/pythia-70m) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Loss:
|
19 |
|
20 |
## Model description
|
21 |
|
@@ -46,9 +46,9 @@ The following hyperparameters were used during training:
|
|
46 |
|
47 |
| Training Loss | Epoch | Step | Validation Loss |
|
48 |
|:-------------:|:-----:|:----:|:---------------:|
|
49 |
-
| 2.
|
50 |
-
| 1.
|
51 |
-
| 1.
|
52 |
|
53 |
|
54 |
### Framework versions
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [EleutherAI/pythia-70m](https://huggingface.co/EleutherAI/pythia-70m) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 1.9123
|
19 |
|
20 |
## Model description
|
21 |
|
|
|
46 |
|
47 |
| Training Loss | Epoch | Step | Validation Loss |
|
48 |
|:-------------:|:-----:|:----:|:---------------:|
|
49 |
+
| 2.0469 | 1.0 | 141 | 1.9369 |
|
50 |
+
| 1.8264 | 2.0 | 282 | 1.9149 |
|
51 |
+
| 1.7581 | 3.0 | 423 | 1.9123 |
|
52 |
|
53 |
|
54 |
### Framework versions
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 281733863
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:606cadb42508cccbe25afb7a68178c9fbb7848ecd9dd1838eeb8cf027e825b97
|
3 |
size 281733863
|
tokenizer.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
"truncation": {
|
4 |
-
"direction": "
|
5 |
"max_length": 300,
|
6 |
"strategy": "LongestFirst",
|
7 |
"stride": 0
|
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
"truncation": {
|
4 |
+
"direction": "Left",
|
5 |
"max_length": 300,
|
6 |
"strategy": "LongestFirst",
|
7 |
"stride": 0
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4027
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:986e70b19598d4987926566e0d33ab227d22df0366cdb087b78a8c99d3140f15
|
3 |
size 4027
|