初始化项目,由ModelHub XC社区提供模型
Model: fpadovani/hin-deva-100mb-after-ppt-shuff-dyck-100mb-ckpt500_seed3407 Source: Original Platform
This commit is contained in:
35
.gitattributes
vendored
Normal file
35
.gitattributes
vendored
Normal file
@@ -0,0 +1,35 @@
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.arrow filter=lfs diff=lfs merge=lfs -text
|
||||
*.bin filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
||||
*.ftz filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.h5 filter=lfs diff=lfs merge=lfs -text
|
||||
*.joblib filter=lfs diff=lfs merge=lfs -text
|
||||
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
||||
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
||||
*.model filter=lfs diff=lfs merge=lfs -text
|
||||
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
||||
*.npy filter=lfs diff=lfs merge=lfs -text
|
||||
*.npz filter=lfs diff=lfs merge=lfs -text
|
||||
*.onnx filter=lfs diff=lfs merge=lfs -text
|
||||
*.ot filter=lfs diff=lfs merge=lfs -text
|
||||
*.parquet filter=lfs diff=lfs merge=lfs -text
|
||||
*.pb filter=lfs diff=lfs merge=lfs -text
|
||||
*.pickle filter=lfs diff=lfs merge=lfs -text
|
||||
*.pkl filter=lfs diff=lfs merge=lfs -text
|
||||
*.pt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pth filter=lfs diff=lfs merge=lfs -text
|
||||
*.rar filter=lfs diff=lfs merge=lfs -text
|
||||
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
||||
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
||||
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
||||
*.tar filter=lfs diff=lfs merge=lfs -text
|
||||
*.tflite filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.wasm filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
||||
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
||||
58
README.md
Normal file
58
README.md
Normal file
@@ -0,0 +1,58 @@
|
||||
---
|
||||
base_model: fpadovani/hin-deva-100mb-ppt-shuff-dyck-100mb_seed3407
|
||||
library_name: transformers
|
||||
model_name: hin-deva-100mb-after-ppt-shuff-dyck-100mb-ckpt500_seed3407
|
||||
tags:
|
||||
- generated_from_trainer
|
||||
- trl
|
||||
- sft
|
||||
licence: license
|
||||
---
|
||||
|
||||
# Model Card for hin-deva-100mb-after-ppt-shuff-dyck-100mb-ckpt500_seed3407
|
||||
|
||||
This model is a fine-tuned version of [fpadovani/hin-deva-100mb-ppt-shuff-dyck-100mb_seed3407](https://huggingface.co/fpadovani/hin-deva-100mb-ppt-shuff-dyck-100mb_seed3407).
|
||||
It has been trained using [TRL](https://github.com/huggingface/trl).
|
||||
|
||||
## Quick start
|
||||
|
||||
```python
|
||||
from transformers import pipeline
|
||||
|
||||
question = "If you had a time machine, but could only go to the past or the future once and never return, which would you choose and why?"
|
||||
generator = pipeline("text-generation", model="fpadovani/hin-deva-100mb-after-ppt-shuff-dyck-100mb-ckpt500_seed3407", device="cuda")
|
||||
output = generator([{"role": "user", "content": question}], max_new_tokens=128, return_full_text=False)[0]
|
||||
print(output["generated_text"])
|
||||
```
|
||||
|
||||
## Training procedure
|
||||
|
||||
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="150" height="24"/>](https://wandb.ai/f-padovani-university-of-groningen/new_tokenizers/runs/w7g8ihrk)
|
||||
|
||||
|
||||
This model was trained with SFT.
|
||||
|
||||
### Framework versions
|
||||
|
||||
- TRL: 0.23.0
|
||||
- Transformers: 4.56.2
|
||||
- Pytorch: 2.11.0
|
||||
- Datasets: 4.8.4
|
||||
- Tokenizers: 0.22.1
|
||||
|
||||
## Citations
|
||||
|
||||
|
||||
|
||||
Cite TRL as:
|
||||
|
||||
```bibtex
|
||||
@misc{vonwerra2022trl,
|
||||
title = {{TRL: Transformer Reinforcement Learning}},
|
||||
author = {Leandro von Werra and Younes Belkada and Lewis Tunstall and Edward Beeching and Tristan Thrush and Nathan Lambert and Shengyi Huang and Kashif Rasul and Quentin Gallou{\'e}dec},
|
||||
year = 2020,
|
||||
journal = {GitHub repository},
|
||||
publisher = {GitHub},
|
||||
howpublished = {\url{https://github.com/huggingface/trl}}
|
||||
}
|
||||
```
|
||||
1202
added_tokens.json
Normal file
1202
added_tokens.json
Normal file
File diff suppressed because it is too large
Load Diff
1202
checkpoint-102000/added_tokens.json
Normal file
1202
checkpoint-102000/added_tokens.json
Normal file
File diff suppressed because it is too large
Load Diff
34
checkpoint-102000/config.json
Normal file
34
checkpoint-102000/config.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"activation_function": "gelu",
|
||||
"architectures": [
|
||||
"GPT2LMHeadModel"
|
||||
],
|
||||
"attn_pdrop": 0.1,
|
||||
"bos_token_id": 50000,
|
||||
"dtype": "bfloat16",
|
||||
"embd_pdrop": 0.1,
|
||||
"eos_token_id": 50001,
|
||||
"initializer_range": 0.02,
|
||||
"layer_norm_epsilon": 1e-05,
|
||||
"model_type": "gpt2",
|
||||
"n_ctx": 512,
|
||||
"n_embd": 768,
|
||||
"n_head": 12,
|
||||
"n_inner": 3072,
|
||||
"n_layer": 12,
|
||||
"n_positions": 512,
|
||||
"pad_token_id": 50002,
|
||||
"prefix": "[CLS]",
|
||||
"reorder_and_upcast_attn": false,
|
||||
"resid_pdrop": 0.1,
|
||||
"scale_attn_by_inverse_layer_idx": false,
|
||||
"scale_attn_weights": true,
|
||||
"summary_activation": null,
|
||||
"summary_first_dropout": 0.1,
|
||||
"summary_proj_to_labels": true,
|
||||
"summary_type": "cls_index",
|
||||
"summary_use_proj": true,
|
||||
"transformers_version": "4.56.2",
|
||||
"use_cache": true,
|
||||
"vocab_size": 51200
|
||||
}
|
||||
9
checkpoint-102000/generation_config.json
Normal file
9
checkpoint-102000/generation_config.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"_from_model_config": true,
|
||||
"bos_token_id": 50000,
|
||||
"eos_token_id": [
|
||||
50001
|
||||
],
|
||||
"pad_token_id": 50002,
|
||||
"transformers_version": "4.56.2"
|
||||
}
|
||||
3
checkpoint-102000/model.safetensors
Normal file
3
checkpoint-102000/model.safetensors
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:272b9879d04ed9557a62465177b31fbdcc1c479154d18f7444c290c8ed112acf
|
||||
size 249556672
|
||||
3
checkpoint-102000/rng_state.pth
Normal file
3
checkpoint-102000/rng_state.pth
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1496cf8d3bfda25aa9592767b0c8734aef97fbd3474881d9a2279b2cdb9062db
|
||||
size 14645
|
||||
1249
checkpoint-102000/special_tokens_map.json
Normal file
1249
checkpoint-102000/special_tokens_map.json
Normal file
File diff suppressed because it is too large
Load Diff
3
checkpoint-102000/spiece.model
Normal file
3
checkpoint-102000/spiece.model
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cfcecb41352908b2a034dc4ec11e511d1a7ed2d594a679147bc9b51bfe6bd14a
|
||||
size 1500527
|
||||
10825
checkpoint-102000/tokenizer_config.json
Normal file
10825
checkpoint-102000/tokenizer_config.json
Normal file
File diff suppressed because it is too large
Load Diff
204408
checkpoint-102000/trainer_state.json
Normal file
204408
checkpoint-102000/trainer_state.json
Normal file
File diff suppressed because it is too large
Load Diff
3
checkpoint-102000/training_args.bin
Normal file
3
checkpoint-102000/training_args.bin
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1107a6b3ce1f160767a5fc9c3059c21f9a18c070d8fac619479741fa9e41dd02
|
||||
size 6353
|
||||
1202
checkpoint-104090/added_tokens.json
Normal file
1202
checkpoint-104090/added_tokens.json
Normal file
File diff suppressed because it is too large
Load Diff
34
checkpoint-104090/config.json
Normal file
34
checkpoint-104090/config.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"activation_function": "gelu",
|
||||
"architectures": [
|
||||
"GPT2LMHeadModel"
|
||||
],
|
||||
"attn_pdrop": 0.1,
|
||||
"bos_token_id": 50000,
|
||||
"dtype": "bfloat16",
|
||||
"embd_pdrop": 0.1,
|
||||
"eos_token_id": 50001,
|
||||
"initializer_range": 0.02,
|
||||
"layer_norm_epsilon": 1e-05,
|
||||
"model_type": "gpt2",
|
||||
"n_ctx": 512,
|
||||
"n_embd": 768,
|
||||
"n_head": 12,
|
||||
"n_inner": 3072,
|
||||
"n_layer": 12,
|
||||
"n_positions": 512,
|
||||
"pad_token_id": 50002,
|
||||
"prefix": "[CLS]",
|
||||
"reorder_and_upcast_attn": false,
|
||||
"resid_pdrop": 0.1,
|
||||
"scale_attn_by_inverse_layer_idx": false,
|
||||
"scale_attn_weights": true,
|
||||
"summary_activation": null,
|
||||
"summary_first_dropout": 0.1,
|
||||
"summary_proj_to_labels": true,
|
||||
"summary_type": "cls_index",
|
||||
"summary_use_proj": true,
|
||||
"transformers_version": "4.56.2",
|
||||
"use_cache": true,
|
||||
"vocab_size": 51200
|
||||
}
|
||||
9
checkpoint-104090/generation_config.json
Normal file
9
checkpoint-104090/generation_config.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"_from_model_config": true,
|
||||
"bos_token_id": 50000,
|
||||
"eos_token_id": [
|
||||
50001
|
||||
],
|
||||
"pad_token_id": 50002,
|
||||
"transformers_version": "4.56.2"
|
||||
}
|
||||
3
checkpoint-104090/model.safetensors
Normal file
3
checkpoint-104090/model.safetensors
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6cd9a9fdb771a08924fbc8e7917d0bfe9eb7024d0687e577fe748916a47ed3e7
|
||||
size 249556672
|
||||
3
checkpoint-104090/rng_state.pth
Normal file
3
checkpoint-104090/rng_state.pth
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1117e54ed041a5e2cd0ad58027945d3f3c45e4ac9ed2be59d4e84e9d8976375b
|
||||
size 14645
|
||||
1249
checkpoint-104090/special_tokens_map.json
Normal file
1249
checkpoint-104090/special_tokens_map.json
Normal file
File diff suppressed because it is too large
Load Diff
3
checkpoint-104090/spiece.model
Normal file
3
checkpoint-104090/spiece.model
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cfcecb41352908b2a034dc4ec11e511d1a7ed2d594a679147bc9b51bfe6bd14a
|
||||
size 1500527
|
||||
10825
checkpoint-104090/tokenizer_config.json
Normal file
10825
checkpoint-104090/tokenizer_config.json
Normal file
File diff suppressed because it is too large
Load Diff
208588
checkpoint-104090/trainer_state.json
Normal file
208588
checkpoint-104090/trainer_state.json
Normal file
File diff suppressed because it is too large
Load Diff
3
checkpoint-104090/training_args.bin
Normal file
3
checkpoint-104090/training_args.bin
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1107a6b3ce1f160767a5fc9c3059c21f9a18c070d8fac619479741fa9e41dd02
|
||||
size 6353
|
||||
1202
checkpoint-12000/added_tokens.json
Normal file
1202
checkpoint-12000/added_tokens.json
Normal file
File diff suppressed because it is too large
Load Diff
34
checkpoint-12000/config.json
Normal file
34
checkpoint-12000/config.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"activation_function": "gelu",
|
||||
"architectures": [
|
||||
"GPT2LMHeadModel"
|
||||
],
|
||||
"attn_pdrop": 0.1,
|
||||
"bos_token_id": 50000,
|
||||
"dtype": "bfloat16",
|
||||
"embd_pdrop": 0.1,
|
||||
"eos_token_id": 50001,
|
||||
"initializer_range": 0.02,
|
||||
"layer_norm_epsilon": 1e-05,
|
||||
"model_type": "gpt2",
|
||||
"n_ctx": 512,
|
||||
"n_embd": 768,
|
||||
"n_head": 12,
|
||||
"n_inner": 3072,
|
||||
"n_layer": 12,
|
||||
"n_positions": 512,
|
||||
"pad_token_id": 50002,
|
||||
"prefix": "[CLS]",
|
||||
"reorder_and_upcast_attn": false,
|
||||
"resid_pdrop": 0.1,
|
||||
"scale_attn_by_inverse_layer_idx": false,
|
||||
"scale_attn_weights": true,
|
||||
"summary_activation": null,
|
||||
"summary_first_dropout": 0.1,
|
||||
"summary_proj_to_labels": true,
|
||||
"summary_type": "cls_index",
|
||||
"summary_use_proj": true,
|
||||
"transformers_version": "4.56.2",
|
||||
"use_cache": true,
|
||||
"vocab_size": 51200
|
||||
}
|
||||
9
checkpoint-12000/generation_config.json
Normal file
9
checkpoint-12000/generation_config.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"_from_model_config": true,
|
||||
"bos_token_id": 50000,
|
||||
"eos_token_id": [
|
||||
50001
|
||||
],
|
||||
"pad_token_id": 50002,
|
||||
"transformers_version": "4.56.2"
|
||||
}
|
||||
3
checkpoint-12000/model.safetensors
Normal file
3
checkpoint-12000/model.safetensors
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b9abbbd45d51eb56a964e0e4ff681f4da2f15ddec9bb75d29e9a3e2e29b30968
|
||||
size 249556672
|
||||
3
checkpoint-12000/rng_state.pth
Normal file
3
checkpoint-12000/rng_state.pth
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:115702b5e95f2b87af6a6473ffd4cbc1d059ac1c73a7ab43135f89394c1ef8d0
|
||||
size 14645
|
||||
1249
checkpoint-12000/special_tokens_map.json
Normal file
1249
checkpoint-12000/special_tokens_map.json
Normal file
File diff suppressed because it is too large
Load Diff
3
checkpoint-12000/spiece.model
Normal file
3
checkpoint-12000/spiece.model
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cfcecb41352908b2a034dc4ec11e511d1a7ed2d594a679147bc9b51bfe6bd14a
|
||||
size 1500527
|
||||
10825
checkpoint-12000/tokenizer_config.json
Normal file
10825
checkpoint-12000/tokenizer_config.json
Normal file
File diff suppressed because it is too large
Load Diff
24078
checkpoint-12000/trainer_state.json
Normal file
24078
checkpoint-12000/trainer_state.json
Normal file
File diff suppressed because it is too large
Load Diff
3
checkpoint-12000/training_args.bin
Normal file
3
checkpoint-12000/training_args.bin
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1107a6b3ce1f160767a5fc9c3059c21f9a18c070d8fac619479741fa9e41dd02
|
||||
size 6353
|
||||
1202
checkpoint-15000/added_tokens.json
Normal file
1202
checkpoint-15000/added_tokens.json
Normal file
File diff suppressed because it is too large
Load Diff
34
checkpoint-15000/config.json
Normal file
34
checkpoint-15000/config.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"activation_function": "gelu",
|
||||
"architectures": [
|
||||
"GPT2LMHeadModel"
|
||||
],
|
||||
"attn_pdrop": 0.1,
|
||||
"bos_token_id": 50000,
|
||||
"dtype": "bfloat16",
|
||||
"embd_pdrop": 0.1,
|
||||
"eos_token_id": 50001,
|
||||
"initializer_range": 0.02,
|
||||
"layer_norm_epsilon": 1e-05,
|
||||
"model_type": "gpt2",
|
||||
"n_ctx": 512,
|
||||
"n_embd": 768,
|
||||
"n_head": 12,
|
||||
"n_inner": 3072,
|
||||
"n_layer": 12,
|
||||
"n_positions": 512,
|
||||
"pad_token_id": 50002,
|
||||
"prefix": "[CLS]",
|
||||
"reorder_and_upcast_attn": false,
|
||||
"resid_pdrop": 0.1,
|
||||
"scale_attn_by_inverse_layer_idx": false,
|
||||
"scale_attn_weights": true,
|
||||
"summary_activation": null,
|
||||
"summary_first_dropout": 0.1,
|
||||
"summary_proj_to_labels": true,
|
||||
"summary_type": "cls_index",
|
||||
"summary_use_proj": true,
|
||||
"transformers_version": "4.56.2",
|
||||
"use_cache": true,
|
||||
"vocab_size": 51200
|
||||
}
|
||||
9
checkpoint-15000/generation_config.json
Normal file
9
checkpoint-15000/generation_config.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"_from_model_config": true,
|
||||
"bos_token_id": 50000,
|
||||
"eos_token_id": [
|
||||
50001
|
||||
],
|
||||
"pad_token_id": 50002,
|
||||
"transformers_version": "4.56.2"
|
||||
}
|
||||
3
checkpoint-15000/model.safetensors
Normal file
3
checkpoint-15000/model.safetensors
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e13627a586d58e5a7f9b995c53d74c41fe9f95cb11d9e43312e2da0c17fa9790
|
||||
size 249556672
|
||||
3
checkpoint-15000/rng_state.pth
Normal file
3
checkpoint-15000/rng_state.pth
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1b3e0b4c3bac755bbe8a478eb0c2f9babe9a1c3d44ff83547a5a55e5f9e42fb8
|
||||
size 14645
|
||||
1249
checkpoint-15000/special_tokens_map.json
Normal file
1249
checkpoint-15000/special_tokens_map.json
Normal file
File diff suppressed because it is too large
Load Diff
3
checkpoint-15000/spiece.model
Normal file
3
checkpoint-15000/spiece.model
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cfcecb41352908b2a034dc4ec11e511d1a7ed2d594a679147bc9b51bfe6bd14a
|
||||
size 1500527
|
||||
10825
checkpoint-15000/tokenizer_config.json
Normal file
10825
checkpoint-15000/tokenizer_config.json
Normal file
File diff suppressed because it is too large
Load Diff
30089
checkpoint-15000/trainer_state.json
Normal file
30089
checkpoint-15000/trainer_state.json
Normal file
File diff suppressed because it is too large
Load Diff
3
checkpoint-15000/training_args.bin
Normal file
3
checkpoint-15000/training_args.bin
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1107a6b3ce1f160767a5fc9c3059c21f9a18c070d8fac619479741fa9e41dd02
|
||||
size 6353
|
||||
1202
checkpoint-18000/added_tokens.json
Normal file
1202
checkpoint-18000/added_tokens.json
Normal file
File diff suppressed because it is too large
Load Diff
34
checkpoint-18000/config.json
Normal file
34
checkpoint-18000/config.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"activation_function": "gelu",
|
||||
"architectures": [
|
||||
"GPT2LMHeadModel"
|
||||
],
|
||||
"attn_pdrop": 0.1,
|
||||
"bos_token_id": 50000,
|
||||
"dtype": "bfloat16",
|
||||
"embd_pdrop": 0.1,
|
||||
"eos_token_id": 50001,
|
||||
"initializer_range": 0.02,
|
||||
"layer_norm_epsilon": 1e-05,
|
||||
"model_type": "gpt2",
|
||||
"n_ctx": 512,
|
||||
"n_embd": 768,
|
||||
"n_head": 12,
|
||||
"n_inner": 3072,
|
||||
"n_layer": 12,
|
||||
"n_positions": 512,
|
||||
"pad_token_id": 50002,
|
||||
"prefix": "[CLS]",
|
||||
"reorder_and_upcast_attn": false,
|
||||
"resid_pdrop": 0.1,
|
||||
"scale_attn_by_inverse_layer_idx": false,
|
||||
"scale_attn_weights": true,
|
||||
"summary_activation": null,
|
||||
"summary_first_dropout": 0.1,
|
||||
"summary_proj_to_labels": true,
|
||||
"summary_type": "cls_index",
|
||||
"summary_use_proj": true,
|
||||
"transformers_version": "4.56.2",
|
||||
"use_cache": true,
|
||||
"vocab_size": 51200
|
||||
}
|
||||
9
checkpoint-18000/generation_config.json
Normal file
9
checkpoint-18000/generation_config.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"_from_model_config": true,
|
||||
"bos_token_id": 50000,
|
||||
"eos_token_id": [
|
||||
50001
|
||||
],
|
||||
"pad_token_id": 50002,
|
||||
"transformers_version": "4.56.2"
|
||||
}
|
||||
3
checkpoint-18000/model.safetensors
Normal file
3
checkpoint-18000/model.safetensors
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c540da3a52ccda263c9682ecb202d606363f0b07c5abc196d951033a27f0b53a
|
||||
size 249556672
|
||||
3
checkpoint-18000/rng_state.pth
Normal file
3
checkpoint-18000/rng_state.pth
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0bc1737b3a8e629f1586a0d920ed7f99cff035e8d448b2fce738149f0af661ff
|
||||
size 14645
|
||||
1249
checkpoint-18000/special_tokens_map.json
Normal file
1249
checkpoint-18000/special_tokens_map.json
Normal file
File diff suppressed because it is too large
Load Diff
3
checkpoint-18000/spiece.model
Normal file
3
checkpoint-18000/spiece.model
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cfcecb41352908b2a034dc4ec11e511d1a7ed2d594a679147bc9b51bfe6bd14a
|
||||
size 1500527
|
||||
10825
checkpoint-18000/tokenizer_config.json
Normal file
10825
checkpoint-18000/tokenizer_config.json
Normal file
File diff suppressed because it is too large
Load Diff
36100
checkpoint-18000/trainer_state.json
Normal file
36100
checkpoint-18000/trainer_state.json
Normal file
File diff suppressed because it is too large
Load Diff
3
checkpoint-18000/training_args.bin
Normal file
3
checkpoint-18000/training_args.bin
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1107a6b3ce1f160767a5fc9c3059c21f9a18c070d8fac619479741fa9e41dd02
|
||||
size 6353
|
||||
1202
checkpoint-21000/added_tokens.json
Normal file
1202
checkpoint-21000/added_tokens.json
Normal file
File diff suppressed because it is too large
Load Diff
34
checkpoint-21000/config.json
Normal file
34
checkpoint-21000/config.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"activation_function": "gelu",
|
||||
"architectures": [
|
||||
"GPT2LMHeadModel"
|
||||
],
|
||||
"attn_pdrop": 0.1,
|
||||
"bos_token_id": 50000,
|
||||
"dtype": "bfloat16",
|
||||
"embd_pdrop": 0.1,
|
||||
"eos_token_id": 50001,
|
||||
"initializer_range": 0.02,
|
||||
"layer_norm_epsilon": 1e-05,
|
||||
"model_type": "gpt2",
|
||||
"n_ctx": 512,
|
||||
"n_embd": 768,
|
||||
"n_head": 12,
|
||||
"n_inner": 3072,
|
||||
"n_layer": 12,
|
||||
"n_positions": 512,
|
||||
"pad_token_id": 50002,
|
||||
"prefix": "[CLS]",
|
||||
"reorder_and_upcast_attn": false,
|
||||
"resid_pdrop": 0.1,
|
||||
"scale_attn_by_inverse_layer_idx": false,
|
||||
"scale_attn_weights": true,
|
||||
"summary_activation": null,
|
||||
"summary_first_dropout": 0.1,
|
||||
"summary_proj_to_labels": true,
|
||||
"summary_type": "cls_index",
|
||||
"summary_use_proj": true,
|
||||
"transformers_version": "4.56.2",
|
||||
"use_cache": true,
|
||||
"vocab_size": 51200
|
||||
}
|
||||
9
checkpoint-21000/generation_config.json
Normal file
9
checkpoint-21000/generation_config.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"_from_model_config": true,
|
||||
"bos_token_id": 50000,
|
||||
"eos_token_id": [
|
||||
50001
|
||||
],
|
||||
"pad_token_id": 50002,
|
||||
"transformers_version": "4.56.2"
|
||||
}
|
||||
3
checkpoint-21000/model.safetensors
Normal file
3
checkpoint-21000/model.safetensors
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:35f405e2714bee94f84aa15e9c845d6e3eaa31fad992a37bcf38d1ec183fdf7f
|
||||
size 249556672
|
||||
3
checkpoint-21000/rng_state.pth
Normal file
3
checkpoint-21000/rng_state.pth
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e3a866943089049bea6079cf31351231c43f8ef919e3da546eb81fdb05eb7b37
|
||||
size 14645
|
||||
1249
checkpoint-21000/special_tokens_map.json
Normal file
1249
checkpoint-21000/special_tokens_map.json
Normal file
File diff suppressed because it is too large
Load Diff
3
checkpoint-21000/spiece.model
Normal file
3
checkpoint-21000/spiece.model
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cfcecb41352908b2a034dc4ec11e511d1a7ed2d594a679147bc9b51bfe6bd14a
|
||||
size 1500527
|
||||
10825
checkpoint-21000/tokenizer_config.json
Normal file
10825
checkpoint-21000/tokenizer_config.json
Normal file
File diff suppressed because it is too large
Load Diff
42111
checkpoint-21000/trainer_state.json
Normal file
42111
checkpoint-21000/trainer_state.json
Normal file
File diff suppressed because it is too large
Load Diff
3
checkpoint-21000/training_args.bin
Normal file
3
checkpoint-21000/training_args.bin
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1107a6b3ce1f160767a5fc9c3059c21f9a18c070d8fac619479741fa9e41dd02
|
||||
size 6353
|
||||
1202
checkpoint-24000/added_tokens.json
Normal file
1202
checkpoint-24000/added_tokens.json
Normal file
File diff suppressed because it is too large
Load Diff
34
checkpoint-24000/config.json
Normal file
34
checkpoint-24000/config.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"activation_function": "gelu",
|
||||
"architectures": [
|
||||
"GPT2LMHeadModel"
|
||||
],
|
||||
"attn_pdrop": 0.1,
|
||||
"bos_token_id": 50000,
|
||||
"dtype": "bfloat16",
|
||||
"embd_pdrop": 0.1,
|
||||
"eos_token_id": 50001,
|
||||
"initializer_range": 0.02,
|
||||
"layer_norm_epsilon": 1e-05,
|
||||
"model_type": "gpt2",
|
||||
"n_ctx": 512,
|
||||
"n_embd": 768,
|
||||
"n_head": 12,
|
||||
"n_inner": 3072,
|
||||
"n_layer": 12,
|
||||
"n_positions": 512,
|
||||
"pad_token_id": 50002,
|
||||
"prefix": "[CLS]",
|
||||
"reorder_and_upcast_attn": false,
|
||||
"resid_pdrop": 0.1,
|
||||
"scale_attn_by_inverse_layer_idx": false,
|
||||
"scale_attn_weights": true,
|
||||
"summary_activation": null,
|
||||
"summary_first_dropout": 0.1,
|
||||
"summary_proj_to_labels": true,
|
||||
"summary_type": "cls_index",
|
||||
"summary_use_proj": true,
|
||||
"transformers_version": "4.56.2",
|
||||
"use_cache": true,
|
||||
"vocab_size": 51200
|
||||
}
|
||||
9
checkpoint-24000/generation_config.json
Normal file
9
checkpoint-24000/generation_config.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"_from_model_config": true,
|
||||
"bos_token_id": 50000,
|
||||
"eos_token_id": [
|
||||
50001
|
||||
],
|
||||
"pad_token_id": 50002,
|
||||
"transformers_version": "4.56.2"
|
||||
}
|
||||
3
checkpoint-24000/model.safetensors
Normal file
3
checkpoint-24000/model.safetensors
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7621f58e6104afc3db3acc3273c5a60dc3a0b52f8f75074a5f41b76f6d44a061
|
||||
size 249556672
|
||||
3
checkpoint-24000/rng_state.pth
Normal file
3
checkpoint-24000/rng_state.pth
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7682093023a12c56f3f566e64e467fe10fb7e5936f9006d1d30568064d6acdce
|
||||
size 14645
|
||||
1249
checkpoint-24000/special_tokens_map.json
Normal file
1249
checkpoint-24000/special_tokens_map.json
Normal file
File diff suppressed because it is too large
Load Diff
3
checkpoint-24000/spiece.model
Normal file
3
checkpoint-24000/spiece.model
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cfcecb41352908b2a034dc4ec11e511d1a7ed2d594a679147bc9b51bfe6bd14a
|
||||
size 1500527
|
||||
10825
checkpoint-24000/tokenizer_config.json
Normal file
10825
checkpoint-24000/tokenizer_config.json
Normal file
File diff suppressed because it is too large
Load Diff
48122
checkpoint-24000/trainer_state.json
Normal file
48122
checkpoint-24000/trainer_state.json
Normal file
File diff suppressed because it is too large
Load Diff
3
checkpoint-24000/training_args.bin
Normal file
3
checkpoint-24000/training_args.bin
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1107a6b3ce1f160767a5fc9c3059c21f9a18c070d8fac619479741fa9e41dd02
|
||||
size 6353
|
||||
1202
checkpoint-27000/added_tokens.json
Normal file
1202
checkpoint-27000/added_tokens.json
Normal file
File diff suppressed because it is too large
Load Diff
34
checkpoint-27000/config.json
Normal file
34
checkpoint-27000/config.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"activation_function": "gelu",
|
||||
"architectures": [
|
||||
"GPT2LMHeadModel"
|
||||
],
|
||||
"attn_pdrop": 0.1,
|
||||
"bos_token_id": 50000,
|
||||
"dtype": "bfloat16",
|
||||
"embd_pdrop": 0.1,
|
||||
"eos_token_id": 50001,
|
||||
"initializer_range": 0.02,
|
||||
"layer_norm_epsilon": 1e-05,
|
||||
"model_type": "gpt2",
|
||||
"n_ctx": 512,
|
||||
"n_embd": 768,
|
||||
"n_head": 12,
|
||||
"n_inner": 3072,
|
||||
"n_layer": 12,
|
||||
"n_positions": 512,
|
||||
"pad_token_id": 50002,
|
||||
"prefix": "[CLS]",
|
||||
"reorder_and_upcast_attn": false,
|
||||
"resid_pdrop": 0.1,
|
||||
"scale_attn_by_inverse_layer_idx": false,
|
||||
"scale_attn_weights": true,
|
||||
"summary_activation": null,
|
||||
"summary_first_dropout": 0.1,
|
||||
"summary_proj_to_labels": true,
|
||||
"summary_type": "cls_index",
|
||||
"summary_use_proj": true,
|
||||
"transformers_version": "4.56.2",
|
||||
"use_cache": true,
|
||||
"vocab_size": 51200
|
||||
}
|
||||
9
checkpoint-27000/generation_config.json
Normal file
9
checkpoint-27000/generation_config.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"_from_model_config": true,
|
||||
"bos_token_id": 50000,
|
||||
"eos_token_id": [
|
||||
50001
|
||||
],
|
||||
"pad_token_id": 50002,
|
||||
"transformers_version": "4.56.2"
|
||||
}
|
||||
3
checkpoint-27000/model.safetensors
Normal file
3
checkpoint-27000/model.safetensors
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f1fe3a2f81c118b911c9a9242c10bc7463c900dc05fe86903d2da366980f1406
|
||||
size 249556672
|
||||
3
checkpoint-27000/rng_state.pth
Normal file
3
checkpoint-27000/rng_state.pth
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:54c6fb12f11d303c467f3e36f9b49c27ce936045999031b535a5495cba25c728
|
||||
size 14645
|
||||
1249
checkpoint-27000/special_tokens_map.json
Normal file
1249
checkpoint-27000/special_tokens_map.json
Normal file
File diff suppressed because it is too large
Load Diff
3
checkpoint-27000/spiece.model
Normal file
3
checkpoint-27000/spiece.model
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cfcecb41352908b2a034dc4ec11e511d1a7ed2d594a679147bc9b51bfe6bd14a
|
||||
size 1500527
|
||||
10825
checkpoint-27000/tokenizer_config.json
Normal file
10825
checkpoint-27000/tokenizer_config.json
Normal file
File diff suppressed because it is too large
Load Diff
54133
checkpoint-27000/trainer_state.json
Normal file
54133
checkpoint-27000/trainer_state.json
Normal file
File diff suppressed because it is too large
Load Diff
3
checkpoint-27000/training_args.bin
Normal file
3
checkpoint-27000/training_args.bin
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1107a6b3ce1f160767a5fc9c3059c21f9a18c070d8fac619479741fa9e41dd02
|
||||
size 6353
|
||||
1202
checkpoint-3000/added_tokens.json
Normal file
1202
checkpoint-3000/added_tokens.json
Normal file
File diff suppressed because it is too large
Load Diff
34
checkpoint-3000/config.json
Normal file
34
checkpoint-3000/config.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"activation_function": "gelu",
|
||||
"architectures": [
|
||||
"GPT2LMHeadModel"
|
||||
],
|
||||
"attn_pdrop": 0.1,
|
||||
"bos_token_id": 50000,
|
||||
"dtype": "bfloat16",
|
||||
"embd_pdrop": 0.1,
|
||||
"eos_token_id": 50001,
|
||||
"initializer_range": 0.02,
|
||||
"layer_norm_epsilon": 1e-05,
|
||||
"model_type": "gpt2",
|
||||
"n_ctx": 512,
|
||||
"n_embd": 768,
|
||||
"n_head": 12,
|
||||
"n_inner": 3072,
|
||||
"n_layer": 12,
|
||||
"n_positions": 512,
|
||||
"pad_token_id": 50002,
|
||||
"prefix": "[CLS]",
|
||||
"reorder_and_upcast_attn": false,
|
||||
"resid_pdrop": 0.1,
|
||||
"scale_attn_by_inverse_layer_idx": false,
|
||||
"scale_attn_weights": true,
|
||||
"summary_activation": null,
|
||||
"summary_first_dropout": 0.1,
|
||||
"summary_proj_to_labels": true,
|
||||
"summary_type": "cls_index",
|
||||
"summary_use_proj": true,
|
||||
"transformers_version": "4.56.2",
|
||||
"use_cache": true,
|
||||
"vocab_size": 51200
|
||||
}
|
||||
9
checkpoint-3000/generation_config.json
Normal file
9
checkpoint-3000/generation_config.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"_from_model_config": true,
|
||||
"bos_token_id": 50000,
|
||||
"eos_token_id": [
|
||||
50001
|
||||
],
|
||||
"pad_token_id": 50002,
|
||||
"transformers_version": "4.56.2"
|
||||
}
|
||||
3
checkpoint-3000/model.safetensors
Normal file
3
checkpoint-3000/model.safetensors
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ed27411a0d82c272eb3f6619e556f585a8619d2d0845d427257bc6cfe67a9911
|
||||
size 249556672
|
||||
3
checkpoint-3000/rng_state.pth
Normal file
3
checkpoint-3000/rng_state.pth
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7392b053a6723e743a15b340b897fb35425a0e25ba282cc5dc9565c280f743bd
|
||||
size 14645
|
||||
1249
checkpoint-3000/special_tokens_map.json
Normal file
1249
checkpoint-3000/special_tokens_map.json
Normal file
File diff suppressed because it is too large
Load Diff
3
checkpoint-3000/spiece.model
Normal file
3
checkpoint-3000/spiece.model
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cfcecb41352908b2a034dc4ec11e511d1a7ed2d594a679147bc9b51bfe6bd14a
|
||||
size 1500527
|
||||
10825
checkpoint-3000/tokenizer_config.json
Normal file
10825
checkpoint-3000/tokenizer_config.json
Normal file
File diff suppressed because it is too large
Load Diff
6045
checkpoint-3000/trainer_state.json
Normal file
6045
checkpoint-3000/trainer_state.json
Normal file
File diff suppressed because it is too large
Load Diff
3
checkpoint-3000/training_args.bin
Normal file
3
checkpoint-3000/training_args.bin
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1107a6b3ce1f160767a5fc9c3059c21f9a18c070d8fac619479741fa9e41dd02
|
||||
size 6353
|
||||
1202
checkpoint-30000/added_tokens.json
Normal file
1202
checkpoint-30000/added_tokens.json
Normal file
File diff suppressed because it is too large
Load Diff
34
checkpoint-30000/config.json
Normal file
34
checkpoint-30000/config.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"activation_function": "gelu",
|
||||
"architectures": [
|
||||
"GPT2LMHeadModel"
|
||||
],
|
||||
"attn_pdrop": 0.1,
|
||||
"bos_token_id": 50000,
|
||||
"dtype": "bfloat16",
|
||||
"embd_pdrop": 0.1,
|
||||
"eos_token_id": 50001,
|
||||
"initializer_range": 0.02,
|
||||
"layer_norm_epsilon": 1e-05,
|
||||
"model_type": "gpt2",
|
||||
"n_ctx": 512,
|
||||
"n_embd": 768,
|
||||
"n_head": 12,
|
||||
"n_inner": 3072,
|
||||
"n_layer": 12,
|
||||
"n_positions": 512,
|
||||
"pad_token_id": 50002,
|
||||
"prefix": "[CLS]",
|
||||
"reorder_and_upcast_attn": false,
|
||||
"resid_pdrop": 0.1,
|
||||
"scale_attn_by_inverse_layer_idx": false,
|
||||
"scale_attn_weights": true,
|
||||
"summary_activation": null,
|
||||
"summary_first_dropout": 0.1,
|
||||
"summary_proj_to_labels": true,
|
||||
"summary_type": "cls_index",
|
||||
"summary_use_proj": true,
|
||||
"transformers_version": "4.56.2",
|
||||
"use_cache": true,
|
||||
"vocab_size": 51200
|
||||
}
|
||||
9
checkpoint-30000/generation_config.json
Normal file
9
checkpoint-30000/generation_config.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"_from_model_config": true,
|
||||
"bos_token_id": 50000,
|
||||
"eos_token_id": [
|
||||
50001
|
||||
],
|
||||
"pad_token_id": 50002,
|
||||
"transformers_version": "4.56.2"
|
||||
}
|
||||
3
checkpoint-30000/model.safetensors
Normal file
3
checkpoint-30000/model.safetensors
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cce04a0028bab5e5d7dcb8760a373ceee9e15469b5018811e136f7a1d27cca35
|
||||
size 249556672
|
||||
3
checkpoint-30000/rng_state.pth
Normal file
3
checkpoint-30000/rng_state.pth
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a6226570ee1b1c24525c81d667a2963f7ad1496688f2137082c2490357b92344
|
||||
size 14645
|
||||
1249
checkpoint-30000/special_tokens_map.json
Normal file
1249
checkpoint-30000/special_tokens_map.json
Normal file
File diff suppressed because it is too large
Load Diff
3
checkpoint-30000/spiece.model
Normal file
3
checkpoint-30000/spiece.model
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cfcecb41352908b2a034dc4ec11e511d1a7ed2d594a679147bc9b51bfe6bd14a
|
||||
size 1500527
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user