ColleenMacklin
commited on
Commit
•
6a71112
1
Parent(s):
b909a5d
End of training
Browse files- README.md +8 -8
- generation_config.json +6 -0
- pytorch_model.bin +1 -1
README.md
CHANGED
@@ -1,21 +1,21 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
-
base_model: EleutherAI/gpt-neo-
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
model-index:
|
7 |
-
- name: gpt-neo-
|
8 |
results: []
|
9 |
---
|
10 |
|
11 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
12 |
should probably proofread and complete it, then remove this comment. -->
|
13 |
|
14 |
-
# gpt-neo-
|
15 |
|
16 |
-
This model is a fine-tuned version of [EleutherAI/gpt-neo-
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Loss: 3.
|
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 |
-
| No log | 1.0 |
|
50 |
-
| 3.
|
51 |
-
| 3.
|
52 |
|
53 |
|
54 |
### Framework versions
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
base_model: EleutherAI/gpt-neo-125M
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
model-index:
|
7 |
+
- name: gpt-neo-125M-primordial_earth_full
|
8 |
results: []
|
9 |
---
|
10 |
|
11 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
12 |
should probably proofread and complete it, then remove this comment. -->
|
13 |
|
14 |
+
# gpt-neo-125M-primordial_earth_full
|
15 |
|
16 |
+
This model is a fine-tuned version of [EleutherAI/gpt-neo-125M](https://huggingface.co/EleutherAI/gpt-neo-125M) on the None dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 3.7394
|
19 |
|
20 |
## Model description
|
21 |
|
|
|
46 |
|
47 |
| Training Loss | Epoch | Step | Validation Loss |
|
48 |
|:-------------:|:-----:|:----:|:---------------:|
|
49 |
+
| No log | 1.0 | 316 | 3.7931 |
|
50 |
+
| 3.7974 | 2.0 | 632 | 3.7484 |
|
51 |
+
| 3.7974 | 3.0 | 948 | 3.7394 |
|
52 |
|
53 |
|
54 |
### Framework versions
|
generation_config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 50256,
|
4 |
+
"eos_token_id": 50256,
|
5 |
+
"transformers_version": "4.32.0"
|
6 |
+
}
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 500847181
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:64a6a3241a625d30b4a34b8a7b77ea0568f7e0c53acf6018fe3c3645abb2122f
|
3 |
size 500847181
|