初始化项目,由ModelHub XC社区提供模型
Model: fpadovani/ind-latn-100mb-after-ppt-shuff-dyck-10mb-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/ind-latn-100mb-ppt-shuff-dyck-10mb_seed3407
|
||||
library_name: transformers
|
||||
model_name: ind-latn-100mb-after-ppt-shuff-dyck-10mb-ckpt500_seed3407
|
||||
tags:
|
||||
- generated_from_trainer
|
||||
- trl
|
||||
- sft
|
||||
licence: license
|
||||
---
|
||||
|
||||
# Model Card for ind-latn-100mb-after-ppt-shuff-dyck-10mb-ckpt500_seed3407
|
||||
|
||||
This model is a fine-tuned version of [fpadovani/ind-latn-100mb-ppt-shuff-dyck-10mb_seed3407](https://huggingface.co/fpadovani/ind-latn-100mb-ppt-shuff-dyck-10mb_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/ind-latn-100mb-after-ppt-shuff-dyck-10mb-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/0zhamvai)
|
||||
|
||||
|
||||
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": 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-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:1436a0356b7935fb812c7b716e55b6b273def665619dd9d6626fa39037715bf3
|
||||
size 249556672
|
||||
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:7b6ddb48e977f7ffda64b79ed09801f6beca36daa1d048bf940b7a89ac5489b2
|
||||
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:521f1d3fcae0031363abcb3468b2ba4b5914798c61e596af42b34c9689bd3ed0
|
||||
size 1096235
|
||||
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
2056
checkpoint-1000/trainer_state.json
Normal file
2056
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:1042182794912fb327f2d2430ce430c654fe8271bfc5e4ae68b3c2eafb9ae4c8
|
||||
size 6353
|
||||
1202
checkpoint-10000/added_tokens.json
Normal file
1202
checkpoint-10000/added_tokens.json
Normal file
File diff suppressed because it is too large
Load Diff
34
checkpoint-10000/config.json
Normal file
34
checkpoint-10000/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-10000/generation_config.json
Normal file
9
checkpoint-10000/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-10000/model.safetensors
Normal file
3
checkpoint-10000/model.safetensors
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b61edb82493406508da51854ed3e0e08b0a917deaf104dec71c060872924b3e3
|
||||
size 249556672
|
||||
3
checkpoint-10000/rng_state.pth
Normal file
3
checkpoint-10000/rng_state.pth
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5addb70fb5561e337f1d2bdc09d99104c8a8dd0fcf2596e6f655e54ff20fe2f8
|
||||
size 14645
|
||||
1249
checkpoint-10000/special_tokens_map.json
Normal file
1249
checkpoint-10000/special_tokens_map.json
Normal file
File diff suppressed because it is too large
Load Diff
3
checkpoint-10000/spiece.model
Normal file
3
checkpoint-10000/spiece.model
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:521f1d3fcae0031363abcb3468b2ba4b5914798c61e596af42b34c9689bd3ed0
|
||||
size 1096235
|
||||
10825
checkpoint-10000/tokenizer_config.json
Normal file
10825
checkpoint-10000/tokenizer_config.json
Normal file
File diff suppressed because it is too large
Load Diff
20254
checkpoint-10000/trainer_state.json
Normal file
20254
checkpoint-10000/trainer_state.json
Normal file
File diff suppressed because it is too large
Load Diff
3
checkpoint-10000/training_args.bin
Normal file
3
checkpoint-10000/training_args.bin
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1042182794912fb327f2d2430ce430c654fe8271bfc5e4ae68b3c2eafb9ae4c8
|
||||
size 6353
|
||||
1202
checkpoint-10500/added_tokens.json
Normal file
1202
checkpoint-10500/added_tokens.json
Normal file
File diff suppressed because it is too large
Load Diff
34
checkpoint-10500/config.json
Normal file
34
checkpoint-10500/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-10500/generation_config.json
Normal file
9
checkpoint-10500/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-10500/model.safetensors
Normal file
3
checkpoint-10500/model.safetensors
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b1f902096d0ed63bb1a754d2cba2439ab36a86cc53c282df495a16821d1e0def
|
||||
size 249556672
|
||||
3
checkpoint-10500/rng_state.pth
Normal file
3
checkpoint-10500/rng_state.pth
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c365bdc361af8392cba6342f8e90533b7cd3ec3dcbb087a1681b4fe1afa58c63
|
||||
size 14645
|
||||
1249
checkpoint-10500/special_tokens_map.json
Normal file
1249
checkpoint-10500/special_tokens_map.json
Normal file
File diff suppressed because it is too large
Load Diff
3
checkpoint-10500/spiece.model
Normal file
3
checkpoint-10500/spiece.model
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:521f1d3fcae0031363abcb3468b2ba4b5914798c61e596af42b34c9689bd3ed0
|
||||
size 1096235
|
||||
10825
checkpoint-10500/tokenizer_config.json
Normal file
10825
checkpoint-10500/tokenizer_config.json
Normal file
File diff suppressed because it is too large
Load Diff
21265
checkpoint-10500/trainer_state.json
Normal file
21265
checkpoint-10500/trainer_state.json
Normal file
File diff suppressed because it is too large
Load Diff
3
checkpoint-10500/training_args.bin
Normal file
3
checkpoint-10500/training_args.bin
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1042182794912fb327f2d2430ce430c654fe8271bfc5e4ae68b3c2eafb9ae4c8
|
||||
size 6353
|
||||
1202
checkpoint-11000/added_tokens.json
Normal file
1202
checkpoint-11000/added_tokens.json
Normal file
File diff suppressed because it is too large
Load Diff
34
checkpoint-11000/config.json
Normal file
34
checkpoint-11000/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-11000/generation_config.json
Normal file
9
checkpoint-11000/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-11000/model.safetensors
Normal file
3
checkpoint-11000/model.safetensors
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7aa9db5b120dc759f07e6164bbfb1892714c4db9be7df3a0e21bfc0799dbb2c4
|
||||
size 249556672
|
||||
3
checkpoint-11000/rng_state.pth
Normal file
3
checkpoint-11000/rng_state.pth
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:788e76f63c0aca5ff28b8b1aa48fa0281c13a76a94ea0bd925125e18a1e89d60
|
||||
size 14645
|
||||
1249
checkpoint-11000/special_tokens_map.json
Normal file
1249
checkpoint-11000/special_tokens_map.json
Normal file
File diff suppressed because it is too large
Load Diff
3
checkpoint-11000/spiece.model
Normal file
3
checkpoint-11000/spiece.model
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:521f1d3fcae0031363abcb3468b2ba4b5914798c61e596af42b34c9689bd3ed0
|
||||
size 1096235
|
||||
10825
checkpoint-11000/tokenizer_config.json
Normal file
10825
checkpoint-11000/tokenizer_config.json
Normal file
File diff suppressed because it is too large
Load Diff
22276
checkpoint-11000/trainer_state.json
Normal file
22276
checkpoint-11000/trainer_state.json
Normal file
File diff suppressed because it is too large
Load Diff
3
checkpoint-11000/training_args.bin
Normal file
3
checkpoint-11000/training_args.bin
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1042182794912fb327f2d2430ce430c654fe8271bfc5e4ae68b3c2eafb9ae4c8
|
||||
size 6353
|
||||
1202
checkpoint-11500/added_tokens.json
Normal file
1202
checkpoint-11500/added_tokens.json
Normal file
File diff suppressed because it is too large
Load Diff
34
checkpoint-11500/config.json
Normal file
34
checkpoint-11500/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-11500/generation_config.json
Normal file
9
checkpoint-11500/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-11500/model.safetensors
Normal file
3
checkpoint-11500/model.safetensors
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e0f8698c6bad6f6d2af542d1460b53f15f886095a70b15b0d5219541e786b1e8
|
||||
size 249556672
|
||||
3
checkpoint-11500/rng_state.pth
Normal file
3
checkpoint-11500/rng_state.pth
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9ad8401a0842063b76c5ca1c1a1f10072f1cfa78450b0d96d852b529872bc814
|
||||
size 14645
|
||||
1249
checkpoint-11500/special_tokens_map.json
Normal file
1249
checkpoint-11500/special_tokens_map.json
Normal file
File diff suppressed because it is too large
Load Diff
3
checkpoint-11500/spiece.model
Normal file
3
checkpoint-11500/spiece.model
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:521f1d3fcae0031363abcb3468b2ba4b5914798c61e596af42b34c9689bd3ed0
|
||||
size 1096235
|
||||
10825
checkpoint-11500/tokenizer_config.json
Normal file
10825
checkpoint-11500/tokenizer_config.json
Normal file
File diff suppressed because it is too large
Load Diff
23287
checkpoint-11500/trainer_state.json
Normal file
23287
checkpoint-11500/trainer_state.json
Normal file
File diff suppressed because it is too large
Load Diff
3
checkpoint-11500/training_args.bin
Normal file
3
checkpoint-11500/training_args.bin
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1042182794912fb327f2d2430ce430c654fe8271bfc5e4ae68b3c2eafb9ae4c8
|
||||
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:d642d3ab63c1d6838f5a4a15c508ee2e1e3338fadc60f18533ba2a9acded809f
|
||||
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:fc1685c8fd7f5ab835cd3b9f896c9e33f8008c144b2c975e20e7d761e99eb669
|
||||
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:521f1d3fcae0031363abcb3468b2ba4b5914798c61e596af42b34c9689bd3ed0
|
||||
size 1096235
|
||||
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
24298
checkpoint-12000/trainer_state.json
Normal file
24298
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:1042182794912fb327f2d2430ce430c654fe8271bfc5e4ae68b3c2eafb9ae4c8
|
||||
size 6353
|
||||
1202
checkpoint-12500/added_tokens.json
Normal file
1202
checkpoint-12500/added_tokens.json
Normal file
File diff suppressed because it is too large
Load Diff
34
checkpoint-12500/config.json
Normal file
34
checkpoint-12500/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-12500/generation_config.json
Normal file
9
checkpoint-12500/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-12500/model.safetensors
Normal file
3
checkpoint-12500/model.safetensors
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c3f76c3abe6665ed4833baf75c46e219ee7e86c213b5f27055b40cba72e27a9d
|
||||
size 249556672
|
||||
3
checkpoint-12500/rng_state.pth
Normal file
3
checkpoint-12500/rng_state.pth
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:be6c67eb95344caae4f59dd72843235951ca6a0c5cb4049e5a1ee8a423e3e0e7
|
||||
size 14645
|
||||
1249
checkpoint-12500/special_tokens_map.json
Normal file
1249
checkpoint-12500/special_tokens_map.json
Normal file
File diff suppressed because it is too large
Load Diff
3
checkpoint-12500/spiece.model
Normal file
3
checkpoint-12500/spiece.model
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:521f1d3fcae0031363abcb3468b2ba4b5914798c61e596af42b34c9689bd3ed0
|
||||
size 1096235
|
||||
10825
checkpoint-12500/tokenizer_config.json
Normal file
10825
checkpoint-12500/tokenizer_config.json
Normal file
File diff suppressed because it is too large
Load Diff
25309
checkpoint-12500/trainer_state.json
Normal file
25309
checkpoint-12500/trainer_state.json
Normal file
File diff suppressed because it is too large
Load Diff
3
checkpoint-12500/training_args.bin
Normal file
3
checkpoint-12500/training_args.bin
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1042182794912fb327f2d2430ce430c654fe8271bfc5e4ae68b3c2eafb9ae4c8
|
||||
size 6353
|
||||
1202
checkpoint-12750/added_tokens.json
Normal file
1202
checkpoint-12750/added_tokens.json
Normal file
File diff suppressed because it is too large
Load Diff
34
checkpoint-12750/config.json
Normal file
34
checkpoint-12750/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-12750/generation_config.json
Normal file
9
checkpoint-12750/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-12750/model.safetensors
Normal file
3
checkpoint-12750/model.safetensors
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a3f035339cec5580a4e5ce7afcb2ec8402acc266453e97fcf2192f6b05b9268a
|
||||
size 249556672
|
||||
3
checkpoint-12750/rng_state.pth
Normal file
3
checkpoint-12750/rng_state.pth
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:65ac18d3b71888dabee6ef78f545b0634ff3d4923cc48aae87794f3b121696d1
|
||||
size 14645
|
||||
1249
checkpoint-12750/special_tokens_map.json
Normal file
1249
checkpoint-12750/special_tokens_map.json
Normal file
File diff suppressed because it is too large
Load Diff
3
checkpoint-12750/spiece.model
Normal file
3
checkpoint-12750/spiece.model
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:521f1d3fcae0031363abcb3468b2ba4b5914798c61e596af42b34c9689bd3ed0
|
||||
size 1096235
|
||||
10825
checkpoint-12750/tokenizer_config.json
Normal file
10825
checkpoint-12750/tokenizer_config.json
Normal file
File diff suppressed because it is too large
Load Diff
25809
checkpoint-12750/trainer_state.json
Normal file
25809
checkpoint-12750/trainer_state.json
Normal file
File diff suppressed because it is too large
Load Diff
3
checkpoint-12750/training_args.bin
Normal file
3
checkpoint-12750/training_args.bin
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1042182794912fb327f2d2430ce430c654fe8271bfc5e4ae68b3c2eafb9ae4c8
|
||||
size 6353
|
||||
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": 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-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:b8cdcbfb518fc57ca0654440f2a33cbc9c20305f68848ba3363f5b48b619aab5
|
||||
size 249556672
|
||||
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:34f2011a4e17dcebecbd818c44004f21a169c0b6f3e7d683ce5c1e96bbd27570
|
||||
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:521f1d3fcae0031363abcb3468b2ba4b5914798c61e596af42b34c9689bd3ed0
|
||||
size 1096235
|
||||
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
3067
checkpoint-1500/trainer_state.json
Normal file
3067
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:1042182794912fb327f2d2430ce430c654fe8271bfc5e4ae68b3c2eafb9ae4c8
|
||||
size 6353
|
||||
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": 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-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:051afcf286317541ab4e2d11d3955dede7beca51758a256c7c6ab2b1479c7a00
|
||||
size 249556672
|
||||
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:06e7eb9ad86d8ecd105cdbd836498f640347a4b41593c528a84d08f3a11b22b2
|
||||
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:521f1d3fcae0031363abcb3468b2ba4b5914798c61e596af42b34c9689bd3ed0
|
||||
size 1096235
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user