NanQiangHF
commited on
Commit
•
34d87b0
1
Parent(s):
2b7f933
gpt2_bwgenerator
Browse files- README.md +3 -4
- config.json +1 -1
- model.safetensors +2 -2
- training_args.bin +1 -1
README.md
CHANGED
@@ -4,14 +4,14 @@ base_model: openai-community/gpt2
|
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
model-index:
|
7 |
-
- name:
|
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 |
-
#
|
15 |
|
16 |
This model is a fine-tuned version of [openai-community/gpt2](https://huggingface.co/openai-community/gpt2) on an unknown dataset.
|
17 |
|
@@ -38,8 +38,7 @@ 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 |
-
-
|
42 |
-
- num_epochs: 5
|
43 |
|
44 |
### Training results
|
45 |
|
|
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
model-index:
|
7 |
+
- name: gpt2_bwgenerator
|
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 |
+
# gpt2_bwgenerator
|
15 |
|
16 |
This model is a fine-tuned version of [openai-community/gpt2](https://huggingface.co/openai-community/gpt2) on an unknown dataset.
|
17 |
|
|
|
38 |
- seed: 42
|
39 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
40 |
- lr_scheduler_type: linear
|
41 |
+
- num_epochs: 3
|
|
|
42 |
|
43 |
### Training results
|
44 |
|
config.json
CHANGED
@@ -32,7 +32,7 @@
|
|
32 |
"max_length": 50
|
33 |
}
|
34 |
},
|
35 |
-
"torch_dtype": "
|
36 |
"transformers_version": "4.42.0.dev0",
|
37 |
"use_cache": true,
|
38 |
"vocab_size": 50258
|
|
|
32 |
"max_length": 50
|
33 |
}
|
34 |
},
|
35 |
+
"torch_dtype": "float16",
|
36 |
"transformers_version": "4.42.0.dev0",
|
37 |
"use_cache": true,
|
38 |
"vocab_size": 50258
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4d2951df980ef51ab7c9ac0765112871807d3538d40281c7f09333e753062d45
|
3 |
+
size 248896048
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5240
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:50dddb2f085de66931e96026fa36c7b73a52550b4049970d16712afcdcda2a83
|
3 |
size 5240
|