初始化项目,由ModelHub XC社区提供模型
Model: fpadovani/eus-latn-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/eus-latn-100mb-ppt-shuff-dyck-100mb_seed3407
|
||||
library_name: transformers
|
||||
model_name: eus-latn-100mb-after-ppt-shuff-dyck-100mb-ckpt500_seed3407
|
||||
tags:
|
||||
- generated_from_trainer
|
||||
- trl
|
||||
- sft
|
||||
licence: license
|
||||
---
|
||||
|
||||
# Model Card for eus-latn-100mb-after-ppt-shuff-dyck-100mb-ckpt500_seed3407
|
||||
|
||||
This model is a fine-tuned version of [fpadovani/eus-latn-100mb-ppt-shuff-dyck-100mb_seed3407](https://huggingface.co/fpadovani/eus-latn-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/eus-latn-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/f4jjt1tw)
|
||||
|
||||
|
||||
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:556912d52938866dc27fe9004be547532b0df72050d2cc8cccde357b0041c40c
|
||||
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:016d149325c6ab7fd1fe1592753d15f6db039b29e988237b64b3b5c1276770ef
|
||||
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:3f141e2be9b9a4b8542400c72efca06b1a760fba52788ed65a0fafdf9382f967
|
||||
size 1172370
|
||||
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:9537fd6e2e94a0a59c807efba0769b0049df30b29f8532010670bf8fcbac10c5
|
||||
size 6353
|
||||
1202
checkpoint-105000/added_tokens.json
Normal file
1202
checkpoint-105000/added_tokens.json
Normal file
File diff suppressed because it is too large
Load Diff
34
checkpoint-105000/config.json
Normal file
34
checkpoint-105000/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-105000/generation_config.json
Normal file
9
checkpoint-105000/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-105000/model.safetensors
Normal file
3
checkpoint-105000/model.safetensors
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:849a0c37d92d0b9dd892ad243b559e20fa6ee346c0dccd466df6e3cb484633e8
|
||||
size 249556672
|
||||
3
checkpoint-105000/rng_state.pth
Normal file
3
checkpoint-105000/rng_state.pth
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:91e48478641c7eae4e060b8e2a3f4bea16a889d92a0ee633e5e6f35b5b5e44bb
|
||||
size 14645
|
||||
1249
checkpoint-105000/special_tokens_map.json
Normal file
1249
checkpoint-105000/special_tokens_map.json
Normal file
File diff suppressed because it is too large
Load Diff
3
checkpoint-105000/spiece.model
Normal file
3
checkpoint-105000/spiece.model
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3f141e2be9b9a4b8542400c72efca06b1a760fba52788ed65a0fafdf9382f967
|
||||
size 1172370
|
||||
10825
checkpoint-105000/tokenizer_config.json
Normal file
10825
checkpoint-105000/tokenizer_config.json
Normal file
File diff suppressed because it is too large
Load Diff
210419
checkpoint-105000/trainer_state.json
Normal file
210419
checkpoint-105000/trainer_state.json
Normal file
File diff suppressed because it is too large
Load Diff
3
checkpoint-105000/training_args.bin
Normal file
3
checkpoint-105000/training_args.bin
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9537fd6e2e94a0a59c807efba0769b0049df30b29f8532010670bf8fcbac10c5
|
||||
size 6353
|
||||
1202
checkpoint-108000/added_tokens.json
Normal file
1202
checkpoint-108000/added_tokens.json
Normal file
File diff suppressed because it is too large
Load Diff
34
checkpoint-108000/config.json
Normal file
34
checkpoint-108000/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-108000/generation_config.json
Normal file
9
checkpoint-108000/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-108000/model.safetensors
Normal file
3
checkpoint-108000/model.safetensors
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7afd6ea4ef76f5f322682e2aa4af676819c67c71b1ef495a56fa7206c4a2a7a4
|
||||
size 249556672
|
||||
3
checkpoint-108000/rng_state.pth
Normal file
3
checkpoint-108000/rng_state.pth
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:18ff3d6b1e36f7067db074b4ac6d13662301e520c98837f6e47fd57e1afa0eb1
|
||||
size 14645
|
||||
1249
checkpoint-108000/special_tokens_map.json
Normal file
1249
checkpoint-108000/special_tokens_map.json
Normal file
File diff suppressed because it is too large
Load Diff
3
checkpoint-108000/spiece.model
Normal file
3
checkpoint-108000/spiece.model
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3f141e2be9b9a4b8542400c72efca06b1a760fba52788ed65a0fafdf9382f967
|
||||
size 1172370
|
||||
10825
checkpoint-108000/tokenizer_config.json
Normal file
10825
checkpoint-108000/tokenizer_config.json
Normal file
File diff suppressed because it is too large
Load Diff
216430
checkpoint-108000/trainer_state.json
Normal file
216430
checkpoint-108000/trainer_state.json
Normal file
File diff suppressed because it is too large
Load Diff
3
checkpoint-108000/training_args.bin
Normal file
3
checkpoint-108000/training_args.bin
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9537fd6e2e94a0a59c807efba0769b0049df30b29f8532010670bf8fcbac10c5
|
||||
size 6353
|
||||
1202
checkpoint-111000/added_tokens.json
Normal file
1202
checkpoint-111000/added_tokens.json
Normal file
File diff suppressed because it is too large
Load Diff
34
checkpoint-111000/config.json
Normal file
34
checkpoint-111000/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-111000/generation_config.json
Normal file
9
checkpoint-111000/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-111000/model.safetensors
Normal file
3
checkpoint-111000/model.safetensors
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fb11349059d369642cad4dc89e4e0a5a490dd1589b611930aef4b175d97bcbdb
|
||||
size 249556672
|
||||
3
checkpoint-111000/rng_state.pth
Normal file
3
checkpoint-111000/rng_state.pth
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ff360a78d92223d2de83cc26ede358ff6967380952f6ce405b397a1f7e0de82b
|
||||
size 14645
|
||||
1249
checkpoint-111000/special_tokens_map.json
Normal file
1249
checkpoint-111000/special_tokens_map.json
Normal file
File diff suppressed because it is too large
Load Diff
3
checkpoint-111000/spiece.model
Normal file
3
checkpoint-111000/spiece.model
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3f141e2be9b9a4b8542400c72efca06b1a760fba52788ed65a0fafdf9382f967
|
||||
size 1172370
|
||||
10825
checkpoint-111000/tokenizer_config.json
Normal file
10825
checkpoint-111000/tokenizer_config.json
Normal file
File diff suppressed because it is too large
Load Diff
222441
checkpoint-111000/trainer_state.json
Normal file
222441
checkpoint-111000/trainer_state.json
Normal file
File diff suppressed because it is too large
Load Diff
3
checkpoint-111000/training_args.bin
Normal file
3
checkpoint-111000/training_args.bin
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9537fd6e2e94a0a59c807efba0769b0049df30b29f8532010670bf8fcbac10c5
|
||||
size 6353
|
||||
1202
checkpoint-113230/added_tokens.json
Normal file
1202
checkpoint-113230/added_tokens.json
Normal file
File diff suppressed because it is too large
Load Diff
34
checkpoint-113230/config.json
Normal file
34
checkpoint-113230/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-113230/generation_config.json
Normal file
9
checkpoint-113230/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-113230/model.safetensors
Normal file
3
checkpoint-113230/model.safetensors
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f8514a2fdb3b5569ab598b47ab429821f51be3ffd2abafd65c67938476303360
|
||||
size 249556672
|
||||
3
checkpoint-113230/rng_state.pth
Normal file
3
checkpoint-113230/rng_state.pth
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0fb1a3b9976d9995557220ece449e10f834fd4f1f7c9afef60c57500f962c43d
|
||||
size 14645
|
||||
1249
checkpoint-113230/special_tokens_map.json
Normal file
1249
checkpoint-113230/special_tokens_map.json
Normal file
File diff suppressed because it is too large
Load Diff
3
checkpoint-113230/spiece.model
Normal file
3
checkpoint-113230/spiece.model
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3f141e2be9b9a4b8542400c72efca06b1a760fba52788ed65a0fafdf9382f967
|
||||
size 1172370
|
||||
10825
checkpoint-113230/tokenizer_config.json
Normal file
10825
checkpoint-113230/tokenizer_config.json
Normal file
File diff suppressed because it is too large
Load Diff
226901
checkpoint-113230/trainer_state.json
Normal file
226901
checkpoint-113230/trainer_state.json
Normal file
File diff suppressed because it is too large
Load Diff
3
checkpoint-113230/training_args.bin
Normal file
3
checkpoint-113230/training_args.bin
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9537fd6e2e94a0a59c807efba0769b0049df30b29f8532010670bf8fcbac10c5
|
||||
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:b46942817a3bf2101d12c227017483271413ab3ed69349d3e5e098eeb294074a
|
||||
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:b86ae54288ade9622ae6cc63141004187b92cf5df99087360b148784dd3e45bc
|
||||
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:3f141e2be9b9a4b8542400c72efca06b1a760fba52788ed65a0fafdf9382f967
|
||||
size 1172370
|
||||
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:9537fd6e2e94a0a59c807efba0769b0049df30b29f8532010670bf8fcbac10c5
|
||||
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:9fc953b9523aee3d5786c5483a609059f8ab2ce36986777727883a8ad51b24fe
|
||||
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:25ea467e4917a66f3c2f0488ff0efa6f5d5a0bca15d520aba78d514ba96fbd8d
|
||||
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:3f141e2be9b9a4b8542400c72efca06b1a760fba52788ed65a0fafdf9382f967
|
||||
size 1172370
|
||||
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:9537fd6e2e94a0a59c807efba0769b0049df30b29f8532010670bf8fcbac10c5
|
||||
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:6edf23424c0364417c6c41a13b663b63c71e01df6fba11d2578e092d0a76323f
|
||||
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:ed8cec634395539c729d2808234b0ec8abbdf4d85e0e69cbc26d24dd22ad9a1b
|
||||
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:3f141e2be9b9a4b8542400c72efca06b1a760fba52788ed65a0fafdf9382f967
|
||||
size 1172370
|
||||
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:9537fd6e2e94a0a59c807efba0769b0049df30b29f8532010670bf8fcbac10c5
|
||||
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:ab2e4c4b8153efdaff7aa0a6a2da61a4ff674fab3314fbac6700b19014e87458
|
||||
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:f1007edb94a4708aaf13027b3bed5e88eddd98f4bc2a287aaa7fe8a3b44482af
|
||||
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:3f141e2be9b9a4b8542400c72efca06b1a760fba52788ed65a0fafdf9382f967
|
||||
size 1172370
|
||||
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:9537fd6e2e94a0a59c807efba0769b0049df30b29f8532010670bf8fcbac10c5
|
||||
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:601cca8db2efb0a43536c1dcfbe3247e0d220c1fc5868417a469557490a95454
|
||||
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:de54828455328b2b9cda2f6df8f1b24ee862af9ed11d5e6e34222297043fb319
|
||||
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:3f141e2be9b9a4b8542400c72efca06b1a760fba52788ed65a0fafdf9382f967
|
||||
size 1172370
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user