初始化项目,由ModelHub XC社区提供模型
Model: fpadovani/swa-latn-10mb-ppt-Dp-10mb_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: goldfish-models/swa_latn_10mb
|
||||
library_name: transformers
|
||||
model_name: swa-latn-10mb-ppt-Dp-10mb_seed3407
|
||||
tags:
|
||||
- generated_from_trainer
|
||||
- trl
|
||||
- sft
|
||||
licence: license
|
||||
---
|
||||
|
||||
# Model Card for swa-latn-10mb-ppt-Dp-10mb_seed3407
|
||||
|
||||
This model is a fine-tuned version of [goldfish-models/swa_latn_10mb](https://huggingface.co/goldfish-models/swa_latn_10mb).
|
||||
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/swa-latn-10mb-ppt-Dp-10mb_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/23q70sop)
|
||||
|
||||
|
||||
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-1000/added_tokens.json
Normal file
1202
checkpoint-1000/added_tokens.json
Normal file
File diff suppressed because it is too large
Load Diff
34
checkpoint-1000/config.json
Normal file
34
checkpoint-1000/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": 512,
|
||||
"n_head": 8,
|
||||
"n_inner": 2048,
|
||||
"n_layer": 4,
|
||||
"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-1000/generation_config.json
Normal file
9
checkpoint-1000/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-1000/model.safetensors
Normal file
3
checkpoint-1000/model.safetensors
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:71358a3dba5b6d5cb008bfec054f079c83baea7d2b548a8a898a71514418b741
|
||||
size 78179408
|
||||
3
checkpoint-1000/rng_state.pth
Normal file
3
checkpoint-1000/rng_state.pth
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4199b4168be793e99ccc26ec487e9fa9ff8f47bb2d7e18feaab9a5e5aad9bf29
|
||||
size 14645
|
||||
1249
checkpoint-1000/special_tokens_map.json
Normal file
1249
checkpoint-1000/special_tokens_map.json
Normal file
File diff suppressed because it is too large
Load Diff
3
checkpoint-1000/spiece.model
Normal file
3
checkpoint-1000/spiece.model
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fb0bca6df279e2e17a03defe0e75bcb121ed6bbd1fd100100a4be7c26e8ec87c
|
||||
size 1091784
|
||||
10825
checkpoint-1000/tokenizer_config.json
Normal file
10825
checkpoint-1000/tokenizer_config.json
Normal file
File diff suppressed because it is too large
Load Diff
2034
checkpoint-1000/trainer_state.json
Normal file
2034
checkpoint-1000/trainer_state.json
Normal file
File diff suppressed because it is too large
Load Diff
3
checkpoint-1000/training_args.bin
Normal file
3
checkpoint-1000/training_args.bin
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d7eaa14197970497a4e1da1904e0c5d0bc409a3cde063d3c581c74e4221f8ed5
|
||||
size 6289
|
||||
1202
checkpoint-1500/added_tokens.json
Normal file
1202
checkpoint-1500/added_tokens.json
Normal file
File diff suppressed because it is too large
Load Diff
34
checkpoint-1500/config.json
Normal file
34
checkpoint-1500/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": 512,
|
||||
"n_head": 8,
|
||||
"n_inner": 2048,
|
||||
"n_layer": 4,
|
||||
"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-1500/generation_config.json
Normal file
9
checkpoint-1500/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-1500/model.safetensors
Normal file
3
checkpoint-1500/model.safetensors
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:52c05bab9be97278d7824f8b2c203a6dc5325a5972a15e632fbc4881ce012c09
|
||||
size 78179408
|
||||
3
checkpoint-1500/rng_state.pth
Normal file
3
checkpoint-1500/rng_state.pth
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:96bf57b9d6dd9243da4eac4f94a41c7ef8dd510fc3b2ff4046bd4931a7069905
|
||||
size 14645
|
||||
1249
checkpoint-1500/special_tokens_map.json
Normal file
1249
checkpoint-1500/special_tokens_map.json
Normal file
File diff suppressed because it is too large
Load Diff
3
checkpoint-1500/spiece.model
Normal file
3
checkpoint-1500/spiece.model
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fb0bca6df279e2e17a03defe0e75bcb121ed6bbd1fd100100a4be7c26e8ec87c
|
||||
size 1091784
|
||||
10825
checkpoint-1500/tokenizer_config.json
Normal file
10825
checkpoint-1500/tokenizer_config.json
Normal file
File diff suppressed because it is too large
Load Diff
3034
checkpoint-1500/trainer_state.json
Normal file
3034
checkpoint-1500/trainer_state.json
Normal file
File diff suppressed because it is too large
Load Diff
3
checkpoint-1500/training_args.bin
Normal file
3
checkpoint-1500/training_args.bin
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d7eaa14197970497a4e1da1904e0c5d0bc409a3cde063d3c581c74e4221f8ed5
|
||||
size 6289
|
||||
1202
checkpoint-2000/added_tokens.json
Normal file
1202
checkpoint-2000/added_tokens.json
Normal file
File diff suppressed because it is too large
Load Diff
34
checkpoint-2000/config.json
Normal file
34
checkpoint-2000/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": 512,
|
||||
"n_head": 8,
|
||||
"n_inner": 2048,
|
||||
"n_layer": 4,
|
||||
"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-2000/generation_config.json
Normal file
9
checkpoint-2000/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-2000/model.safetensors
Normal file
3
checkpoint-2000/model.safetensors
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ee39c33ab76704fe66a13b12f4bbd28994811d358ec3df5036a58f656b19e618
|
||||
size 78179408
|
||||
3
checkpoint-2000/rng_state.pth
Normal file
3
checkpoint-2000/rng_state.pth
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e20e406669c90d69c139e1ebea5061dc8c6ffd28ce5d004ca3507481010048dc
|
||||
size 14645
|
||||
1249
checkpoint-2000/special_tokens_map.json
Normal file
1249
checkpoint-2000/special_tokens_map.json
Normal file
File diff suppressed because it is too large
Load Diff
3
checkpoint-2000/spiece.model
Normal file
3
checkpoint-2000/spiece.model
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fb0bca6df279e2e17a03defe0e75bcb121ed6bbd1fd100100a4be7c26e8ec87c
|
||||
size 1091784
|
||||
10825
checkpoint-2000/tokenizer_config.json
Normal file
10825
checkpoint-2000/tokenizer_config.json
Normal file
File diff suppressed because it is too large
Load Diff
4034
checkpoint-2000/trainer_state.json
Normal file
4034
checkpoint-2000/trainer_state.json
Normal file
File diff suppressed because it is too large
Load Diff
3
checkpoint-2000/training_args.bin
Normal file
3
checkpoint-2000/training_args.bin
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d7eaa14197970497a4e1da1904e0c5d0bc409a3cde063d3c581c74e4221f8ed5
|
||||
size 6289
|
||||
1202
checkpoint-2500/added_tokens.json
Normal file
1202
checkpoint-2500/added_tokens.json
Normal file
File diff suppressed because it is too large
Load Diff
34
checkpoint-2500/config.json
Normal file
34
checkpoint-2500/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": 512,
|
||||
"n_head": 8,
|
||||
"n_inner": 2048,
|
||||
"n_layer": 4,
|
||||
"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-2500/generation_config.json
Normal file
9
checkpoint-2500/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-2500/model.safetensors
Normal file
3
checkpoint-2500/model.safetensors
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3bdeb45837ef3f169d10306c792ec9b6ce79715d17204d6045a5880b564dfed1
|
||||
size 78179408
|
||||
3
checkpoint-2500/rng_state.pth
Normal file
3
checkpoint-2500/rng_state.pth
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:485d0a995bb7498d7989a1dd99c11d0ad4c958d45b730d5bff5ab911767f0b8e
|
||||
size 14645
|
||||
1249
checkpoint-2500/special_tokens_map.json
Normal file
1249
checkpoint-2500/special_tokens_map.json
Normal file
File diff suppressed because it is too large
Load Diff
3
checkpoint-2500/spiece.model
Normal file
3
checkpoint-2500/spiece.model
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fb0bca6df279e2e17a03defe0e75bcb121ed6bbd1fd100100a4be7c26e8ec87c
|
||||
size 1091784
|
||||
10825
checkpoint-2500/tokenizer_config.json
Normal file
10825
checkpoint-2500/tokenizer_config.json
Normal file
File diff suppressed because it is too large
Load Diff
5034
checkpoint-2500/trainer_state.json
Normal file
5034
checkpoint-2500/trainer_state.json
Normal file
File diff suppressed because it is too large
Load Diff
3
checkpoint-2500/training_args.bin
Normal file
3
checkpoint-2500/training_args.bin
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d7eaa14197970497a4e1da1904e0c5d0bc409a3cde063d3c581c74e4221f8ed5
|
||||
size 6289
|
||||
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": 512,
|
||||
"n_head": 8,
|
||||
"n_inner": 2048,
|
||||
"n_layer": 4,
|
||||
"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:5ff107a9d0202d6e4c8374ff9def12bebb4d50e6417c6e165a836daa090c8ec0
|
||||
size 78179408
|
||||
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:36f2c5384f864048d92c395cf01ca32805624f6da7ca15418e8ec3576bd2cc8f
|
||||
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:fb0bca6df279e2e17a03defe0e75bcb121ed6bbd1fd100100a4be7c26e8ec87c
|
||||
size 1091784
|
||||
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
6034
checkpoint-3000/trainer_state.json
Normal file
6034
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:d7eaa14197970497a4e1da1904e0c5d0bc409a3cde063d3c581c74e4221f8ed5
|
||||
size 6289
|
||||
1202
checkpoint-3500/added_tokens.json
Normal file
1202
checkpoint-3500/added_tokens.json
Normal file
File diff suppressed because it is too large
Load Diff
34
checkpoint-3500/config.json
Normal file
34
checkpoint-3500/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": 512,
|
||||
"n_head": 8,
|
||||
"n_inner": 2048,
|
||||
"n_layer": 4,
|
||||
"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-3500/generation_config.json
Normal file
9
checkpoint-3500/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-3500/model.safetensors
Normal file
3
checkpoint-3500/model.safetensors
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0503a3fa42e129308f18790ed39c31f1036d772cd115ce96ea7957ba1f0c43b4
|
||||
size 78179408
|
||||
3
checkpoint-3500/rng_state.pth
Normal file
3
checkpoint-3500/rng_state.pth
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:14feee36e9e4077445612603739000a1f21dfb728f511f5c353f8acae01dc96d
|
||||
size 14645
|
||||
1249
checkpoint-3500/special_tokens_map.json
Normal file
1249
checkpoint-3500/special_tokens_map.json
Normal file
File diff suppressed because it is too large
Load Diff
3
checkpoint-3500/spiece.model
Normal file
3
checkpoint-3500/spiece.model
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fb0bca6df279e2e17a03defe0e75bcb121ed6bbd1fd100100a4be7c26e8ec87c
|
||||
size 1091784
|
||||
10825
checkpoint-3500/tokenizer_config.json
Normal file
10825
checkpoint-3500/tokenizer_config.json
Normal file
File diff suppressed because it is too large
Load Diff
7034
checkpoint-3500/trainer_state.json
Normal file
7034
checkpoint-3500/trainer_state.json
Normal file
File diff suppressed because it is too large
Load Diff
3
checkpoint-3500/training_args.bin
Normal file
3
checkpoint-3500/training_args.bin
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d7eaa14197970497a4e1da1904e0c5d0bc409a3cde063d3c581c74e4221f8ed5
|
||||
size 6289
|
||||
1202
checkpoint-4000/added_tokens.json
Normal file
1202
checkpoint-4000/added_tokens.json
Normal file
File diff suppressed because it is too large
Load Diff
34
checkpoint-4000/config.json
Normal file
34
checkpoint-4000/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": 512,
|
||||
"n_head": 8,
|
||||
"n_inner": 2048,
|
||||
"n_layer": 4,
|
||||
"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-4000/generation_config.json
Normal file
9
checkpoint-4000/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-4000/model.safetensors
Normal file
3
checkpoint-4000/model.safetensors
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d9689dc6b297989fd4065c1786607002faa0e630a31e222c52dba374503265b8
|
||||
size 78179408
|
||||
3
checkpoint-4000/rng_state.pth
Normal file
3
checkpoint-4000/rng_state.pth
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:47e8be52154c0a9a191c0b72288b11a80dd606ea9c5932318f34b36447bacda7
|
||||
size 14645
|
||||
1249
checkpoint-4000/special_tokens_map.json
Normal file
1249
checkpoint-4000/special_tokens_map.json
Normal file
File diff suppressed because it is too large
Load Diff
3
checkpoint-4000/spiece.model
Normal file
3
checkpoint-4000/spiece.model
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fb0bca6df279e2e17a03defe0e75bcb121ed6bbd1fd100100a4be7c26e8ec87c
|
||||
size 1091784
|
||||
10825
checkpoint-4000/tokenizer_config.json
Normal file
10825
checkpoint-4000/tokenizer_config.json
Normal file
File diff suppressed because it is too large
Load Diff
8034
checkpoint-4000/trainer_state.json
Normal file
8034
checkpoint-4000/trainer_state.json
Normal file
File diff suppressed because it is too large
Load Diff
3
checkpoint-4000/training_args.bin
Normal file
3
checkpoint-4000/training_args.bin
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d7eaa14197970497a4e1da1904e0c5d0bc409a3cde063d3c581c74e4221f8ed5
|
||||
size 6289
|
||||
1202
checkpoint-500/added_tokens.json
Normal file
1202
checkpoint-500/added_tokens.json
Normal file
File diff suppressed because it is too large
Load Diff
34
checkpoint-500/config.json
Normal file
34
checkpoint-500/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": 512,
|
||||
"n_head": 8,
|
||||
"n_inner": 2048,
|
||||
"n_layer": 4,
|
||||
"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-500/generation_config.json
Normal file
9
checkpoint-500/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-500/model.safetensors
Normal file
3
checkpoint-500/model.safetensors
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:491bdb4206f1cd0d9013ebaefd03167d00efe6253a44d392512054633ce5caa5
|
||||
size 78179408
|
||||
3
checkpoint-500/rng_state.pth
Normal file
3
checkpoint-500/rng_state.pth
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1888683af57239125b0d00552c45250b519abfa5d4947aff42c6003253c99226
|
||||
size 14645
|
||||
1249
checkpoint-500/special_tokens_map.json
Normal file
1249
checkpoint-500/special_tokens_map.json
Normal file
File diff suppressed because it is too large
Load Diff
3
checkpoint-500/spiece.model
Normal file
3
checkpoint-500/spiece.model
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fb0bca6df279e2e17a03defe0e75bcb121ed6bbd1fd100100a4be7c26e8ec87c
|
||||
size 1091784
|
||||
10825
checkpoint-500/tokenizer_config.json
Normal file
10825
checkpoint-500/tokenizer_config.json
Normal file
File diff suppressed because it is too large
Load Diff
1034
checkpoint-500/trainer_state.json
Normal file
1034
checkpoint-500/trainer_state.json
Normal file
File diff suppressed because it is too large
Load Diff
3
checkpoint-500/training_args.bin
Normal file
3
checkpoint-500/training_args.bin
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d7eaa14197970497a4e1da1904e0c5d0bc409a3cde063d3c581c74e4221f8ed5
|
||||
size 6289
|
||||
34
config.json
Normal file
34
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": 512,
|
||||
"n_head": 8,
|
||||
"n_inner": 2048,
|
||||
"n_layer": 4,
|
||||
"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
|
||||
}
|
||||
3
model.safetensors
Normal file
3
model.safetensors
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d9689dc6b297989fd4065c1786607002faa0e630a31e222c52dba374503265b8
|
||||
size 78179408
|
||||
1249
special_tokens_map.json
Normal file
1249
special_tokens_map.json
Normal file
File diff suppressed because it is too large
Load Diff
3
spiece.model
Normal file
3
spiece.model
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fb0bca6df279e2e17a03defe0e75bcb121ed6bbd1fd100100a4be7c26e8ec87c
|
||||
size 1091784
|
||||
10825
tokenizer_config.json
Normal file
10825
tokenizer_config.json
Normal file
File diff suppressed because it is too large
Load Diff
3
training_args.bin
Normal file
3
training_args.bin
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d7eaa14197970497a4e1da1904e0c5d0bc409a3cde063d3c581c74e4221f8ed5
|
||||
size 6289
|
||||
Reference in New Issue
Block a user