Model save
Browse files- README.md +55 -62
- config.json +39 -39
- generation_config.json +6 -6
- model.safetensors +2 -2
- training_args.bin +2 -2
README.md
CHANGED
|
@@ -1,62 +1,55 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
base_model: gpt2
|
| 4 |
-
tags:
|
| 5 |
-
- generated_from_trainer
|
| 6 |
-
model-index:
|
| 7 |
-
- name: shan_gpt2
|
| 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 |
-
# shan_gpt2
|
| 15 |
-
|
| 16 |
-
This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on the None dataset.
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
## Training
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
-
|
| 38 |
-
-
|
| 39 |
-
-
|
| 40 |
-
-
|
| 41 |
-
-
|
| 42 |
-
-
|
| 43 |
-
-
|
| 44 |
-
-
|
| 45 |
-
|
| 46 |
-
|
| 47 |
-
|
| 48 |
-
|
| 49 |
-
|
| 50 |
-
|
| 51 |
-
|
| 52 |
-
|
| 53 |
-
|
| 54 |
-
|
| 55 |
-
|
| 56 |
-
|
| 57 |
-
### Framework versions
|
| 58 |
-
|
| 59 |
-
- Transformers 4.38.2
|
| 60 |
-
- Pytorch 2.2.1+cu121
|
| 61 |
-
- Datasets 2.18.0
|
| 62 |
-
- Tokenizers 0.15.2
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
base_model: gpt2
|
| 4 |
+
tags:
|
| 5 |
+
- generated_from_trainer
|
| 6 |
+
model-index:
|
| 7 |
+
- name: shan_gpt2
|
| 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 |
+
# shan_gpt2
|
| 15 |
+
|
| 16 |
+
This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on the None dataset.
|
| 17 |
+
|
| 18 |
+
## Model description
|
| 19 |
+
|
| 20 |
+
More information needed
|
| 21 |
+
|
| 22 |
+
## Intended uses & limitations
|
| 23 |
+
|
| 24 |
+
More information needed
|
| 25 |
+
|
| 26 |
+
## Training and evaluation data
|
| 27 |
+
|
| 28 |
+
More information needed
|
| 29 |
+
|
| 30 |
+
## Training procedure
|
| 31 |
+
|
| 32 |
+
### Training hyperparameters
|
| 33 |
+
|
| 34 |
+
The following hyperparameters were used during training:
|
| 35 |
+
- learning_rate: 0.0005
|
| 36 |
+
- train_batch_size: 32
|
| 37 |
+
- eval_batch_size: 32
|
| 38 |
+
- seed: 42
|
| 39 |
+
- gradient_accumulation_steps: 4
|
| 40 |
+
- total_train_batch_size: 128
|
| 41 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 42 |
+
- lr_scheduler_type: cosine
|
| 43 |
+
- lr_scheduler_warmup_steps: 500
|
| 44 |
+
- num_epochs: 1
|
| 45 |
+
|
| 46 |
+
### Training results
|
| 47 |
+
|
| 48 |
+
|
| 49 |
+
|
| 50 |
+
### Framework versions
|
| 51 |
+
|
| 52 |
+
- Transformers 4.41.2
|
| 53 |
+
- Pytorch 2.3.1+cu121
|
| 54 |
+
- Datasets 2.20.0
|
| 55 |
+
- Tokenizers 0.19.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
config.json
CHANGED
|
@@ -1,39 +1,39 @@
|
|
| 1 |
-
{
|
| 2 |
-
"_name_or_path": "gpt2",
|
| 3 |
-
"activation_function": "gelu_new",
|
| 4 |
-
"architectures": [
|
| 5 |
-
"GPT2LMHeadModel"
|
| 6 |
-
],
|
| 7 |
-
"attn_pdrop": 0.1,
|
| 8 |
-
"bos_token_id": 50256,
|
| 9 |
-
"embd_pdrop": 0.1,
|
| 10 |
-
"eos_token_id": 50256,
|
| 11 |
-
"initializer_range": 0.02,
|
| 12 |
-
"layer_norm_epsilon": 1e-05,
|
| 13 |
-
"model_type": "gpt2",
|
| 14 |
-
"n_ctx": 1024,
|
| 15 |
-
"n_embd": 768,
|
| 16 |
-
"n_head": 12,
|
| 17 |
-
"n_inner": null,
|
| 18 |
-
"n_layer": 12,
|
| 19 |
-
"n_positions": 1024,
|
| 20 |
-
"reorder_and_upcast_attn": false,
|
| 21 |
-
"resid_pdrop": 0.1,
|
| 22 |
-
"scale_attn_by_inverse_layer_idx": false,
|
| 23 |
-
"scale_attn_weights": true,
|
| 24 |
-
"summary_activation": null,
|
| 25 |
-
"summary_first_dropout": 0.1,
|
| 26 |
-
"summary_proj_to_labels": true,
|
| 27 |
-
"summary_type": "cls_index",
|
| 28 |
-
"summary_use_proj": true,
|
| 29 |
-
"task_specific_params": {
|
| 30 |
-
"text-generation": {
|
| 31 |
-
"do_sample": true,
|
| 32 |
-
"max_length": 50
|
| 33 |
-
}
|
| 34 |
-
},
|
| 35 |
-
"torch_dtype": "float32",
|
| 36 |
-
"transformers_version": "4.
|
| 37 |
-
"use_cache": true,
|
| 38 |
-
"vocab_size":
|
| 39 |
-
}
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "gpt2",
|
| 3 |
+
"activation_function": "gelu_new",
|
| 4 |
+
"architectures": [
|
| 5 |
+
"GPT2LMHeadModel"
|
| 6 |
+
],
|
| 7 |
+
"attn_pdrop": 0.1,
|
| 8 |
+
"bos_token_id": 50256,
|
| 9 |
+
"embd_pdrop": 0.1,
|
| 10 |
+
"eos_token_id": 50256,
|
| 11 |
+
"initializer_range": 0.02,
|
| 12 |
+
"layer_norm_epsilon": 1e-05,
|
| 13 |
+
"model_type": "gpt2",
|
| 14 |
+
"n_ctx": 1024,
|
| 15 |
+
"n_embd": 768,
|
| 16 |
+
"n_head": 12,
|
| 17 |
+
"n_inner": null,
|
| 18 |
+
"n_layer": 12,
|
| 19 |
+
"n_positions": 1024,
|
| 20 |
+
"reorder_and_upcast_attn": false,
|
| 21 |
+
"resid_pdrop": 0.1,
|
| 22 |
+
"scale_attn_by_inverse_layer_idx": false,
|
| 23 |
+
"scale_attn_weights": true,
|
| 24 |
+
"summary_activation": null,
|
| 25 |
+
"summary_first_dropout": 0.1,
|
| 26 |
+
"summary_proj_to_labels": true,
|
| 27 |
+
"summary_type": "cls_index",
|
| 28 |
+
"summary_use_proj": true,
|
| 29 |
+
"task_specific_params": {
|
| 30 |
+
"text-generation": {
|
| 31 |
+
"do_sample": true,
|
| 32 |
+
"max_length": 50
|
| 33 |
+
}
|
| 34 |
+
},
|
| 35 |
+
"torch_dtype": "float32",
|
| 36 |
+
"transformers_version": "4.41.2",
|
| 37 |
+
"use_cache": true,
|
| 38 |
+
"vocab_size": 50752
|
| 39 |
+
}
|
generation_config.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
-
{
|
| 2 |
-
"_from_model_config": true,
|
| 3 |
-
"bos_token_id": 50256,
|
| 4 |
-
"eos_token_id": 50256,
|
| 5 |
-
"transformers_version": "4.
|
| 6 |
-
}
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"bos_token_id": 50256,
|
| 4 |
+
"eos_token_id": 50256,
|
| 5 |
+
"transformers_version": "4.41.2"
|
| 6 |
+
}
|
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:0eed760dbd7eca5d395984fdb30e7c1eb6919f89a6d19ed7c0bad00abbe3993a
|
| 3 |
+
size 499294848
|
training_args.bin
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:05e22c27c3f44c6a02d69506fa39565453f7e28714694f7dceef979d6c74be09
|
| 3 |
+
size 5048
|