Add files using upload-large-folder tool
Browse files- README.md +154 -0
- axolotl/stratos.yaml +83 -0
- config.json +1 -1
- generation_config.json +1 -1
- model-00001-of-00030.safetensors +1 -1
- model-00002-of-00030.safetensors +1 -1
- model-00003-of-00030.safetensors +1 -1
- model-00004-of-00030.safetensors +1 -1
- model-00005-of-00030.safetensors +1 -1
- model-00006-of-00030.safetensors +1 -1
- model-00007-of-00030.safetensors +1 -1
- model-00008-of-00030.safetensors +1 -1
- model-00009-of-00030.safetensors +1 -1
- model-00010-of-00030.safetensors +1 -1
- model-00011-of-00030.safetensors +1 -1
- model-00012-of-00030.safetensors +1 -1
- model-00013-of-00030.safetensors +1 -1
- model-00014-of-00030.safetensors +1 -1
- model-00015-of-00030.safetensors +1 -1
- model-00016-of-00030.safetensors +1 -1
- model-00017-of-00030.safetensors +1 -1
- model-00018-of-00030.safetensors +1 -1
- model-00019-of-00030.safetensors +1 -1
- model-00020-of-00030.safetensors +1 -1
- model-00021-of-00030.safetensors +1 -1
- model-00022-of-00030.safetensors +1 -1
- model-00023-of-00030.safetensors +1 -1
- model-00024-of-00030.safetensors +1 -1
- model-00025-of-00030.safetensors +1 -1
- model-00026-of-00030.safetensors +1 -1
- model-00027-of-00030.safetensors +1 -1
- model-00028-of-00030.safetensors +1 -1
- model-00029-of-00030.safetensors +1 -1
- model-00030-of-00030.safetensors +1 -1
- training_args.bin +3 -0
README.md
ADDED
@@ -0,0 +1,154 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
license: llama3.1
|
4 |
+
base_model: meta-llama/Llama-3.1-70B
|
5 |
+
tags:
|
6 |
+
- generated_from_trainer
|
7 |
+
- axolotl
|
8 |
+
datasets:
|
9 |
+
- bespokelabs/Bespoke-Stratos-17k
|
10 |
+
model-index:
|
11 |
+
- name: outputs/out/reasoning-70b-stratos
|
12 |
+
results: []
|
13 |
+
---
|
14 |
+
|
15 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
16 |
+
should probably proofread and complete it, then remove this comment. -->
|
17 |
+
|
18 |
+
[<img src="https://raw.githubusercontent.com/axolotl-ai-cloud/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/axolotl-ai-cloud/axolotl)
|
19 |
+
<details><summary>See axolotl config</summary>
|
20 |
+
|
21 |
+
axolotl version: `0.8.0.dev0`
|
22 |
+
```yaml
|
23 |
+
base_model: meta-llama/Llama-3.1-70B
|
24 |
+
# Automatically upload checkpoint and final model to HF
|
25 |
+
# hub_model_id: username/custom_model_name
|
26 |
+
#
|
27 |
+
|
28 |
+
plugins:
|
29 |
+
- axolotl.integrations.liger.LigerPlugin
|
30 |
+
- axolotl.integrations.spectrum.SpectrumPlugin
|
31 |
+
spectrum_top_fraction: 0.5
|
32 |
+
spectrum_model_name: meta-llama/Meta-Llama-3.1-70B
|
33 |
+
liger_rope: true
|
34 |
+
liger_rms_norm: true
|
35 |
+
liger_glu_activation: true
|
36 |
+
liger_fused_linear_cross_entropy: true
|
37 |
+
|
38 |
+
strict: false
|
39 |
+
|
40 |
+
chat_template: llama3
|
41 |
+
datasets:
|
42 |
+
- path: bespokelabs/Bespoke-Stratos-17k
|
43 |
+
field_messages: conversations
|
44 |
+
message_property_mappings:
|
45 |
+
content: value
|
46 |
+
role: from
|
47 |
+
split: train
|
48 |
+
type: chat_template
|
49 |
+
dataset_prepared_path: last_run_prepared
|
50 |
+
val_set_size: 0.0
|
51 |
+
output_dir: ./outputs/out/reasoning-70b-stratos
|
52 |
+
save_safetensors: true
|
53 |
+
|
54 |
+
wandb_project: reasoning-70b-stratos
|
55 |
+
wandb_entity: axolotl-ai
|
56 |
+
wandb_watch:
|
57 |
+
wandb_name:
|
58 |
+
wandb_log_model:
|
59 |
+
|
60 |
+
sequence_len: 16384
|
61 |
+
sample_packing: true
|
62 |
+
pad_to_sequence_len: true
|
63 |
+
|
64 |
+
gradient_accumulation_steps: 1
|
65 |
+
micro_batch_size: 4
|
66 |
+
num_epochs: 3
|
67 |
+
optimizer: adamw_torch_fused
|
68 |
+
lr_scheduler: rex
|
69 |
+
learning_rate: 2.0e-6
|
70 |
+
max_grad_norm: 1.0
|
71 |
+
|
72 |
+
train_on_inputs: false
|
73 |
+
group_by_length: false
|
74 |
+
bf16: true
|
75 |
+
tf32: true
|
76 |
+
|
77 |
+
gradient_checkpointing: offload
|
78 |
+
gradient_checkpointing_kwargs:
|
79 |
+
use_reentrant: true
|
80 |
+
logging_steps: 1
|
81 |
+
flash_attention: true
|
82 |
+
|
83 |
+
warmup_steps: 20
|
84 |
+
evals_per_epoch: 4
|
85 |
+
saves_per_epoch: 2
|
86 |
+
weight_decay: 0.01
|
87 |
+
deepspeed: deepspeed_configs/zero3_bf16_cpuoffload_params.json
|
88 |
+
special_tokens:
|
89 |
+
pad_token: <|finetune_right_pad_id|>
|
90 |
+
eos_token: <|eot_id|>
|
91 |
+
added_tokens_overrides:
|
92 |
+
128011: <think>
|
93 |
+
128012: </think>
|
94 |
+
128013: <|begin_of_thought|>
|
95 |
+
128014: <|end_of_thought|>
|
96 |
+
128015: <|begin_of_solution|>
|
97 |
+
128016: <|end_of_solution|>
|
98 |
+
fix_untrained_tokens:
|
99 |
+
- 128011
|
100 |
+
- 128012
|
101 |
+
- 128013
|
102 |
+
- 128014
|
103 |
+
- 128015
|
104 |
+
- 128016
|
105 |
+
|
106 |
+
|
107 |
+
```
|
108 |
+
|
109 |
+
</details><br>
|
110 |
+
|
111 |
+
# outputs/out/reasoning-70b-stratos
|
112 |
+
|
113 |
+
This model is a fine-tuned version of [meta-llama/Llama-3.1-70B](https://huggingface.co/meta-llama/Llama-3.1-70B) on the bespokelabs/Bespoke-Stratos-17k dataset.
|
114 |
+
|
115 |
+
## Model description
|
116 |
+
|
117 |
+
More information needed
|
118 |
+
|
119 |
+
## Intended uses & limitations
|
120 |
+
|
121 |
+
More information needed
|
122 |
+
|
123 |
+
## Training and evaluation data
|
124 |
+
|
125 |
+
More information needed
|
126 |
+
|
127 |
+
## Training procedure
|
128 |
+
|
129 |
+
### Training hyperparameters
|
130 |
+
|
131 |
+
The following hyperparameters were used during training:
|
132 |
+
- learning_rate: 2e-06
|
133 |
+
- train_batch_size: 4
|
134 |
+
- eval_batch_size: 4
|
135 |
+
- seed: 42
|
136 |
+
- distributed_type: multi-GPU
|
137 |
+
- num_devices: 16
|
138 |
+
- total_train_batch_size: 64
|
139 |
+
- total_eval_batch_size: 64
|
140 |
+
- optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
141 |
+
- lr_scheduler_type: rex
|
142 |
+
- lr_scheduler_warmup_steps: 20
|
143 |
+
- num_epochs: 3.0
|
144 |
+
|
145 |
+
### Training results
|
146 |
+
|
147 |
+
|
148 |
+
|
149 |
+
### Framework versions
|
150 |
+
|
151 |
+
- Transformers 4.49.0
|
152 |
+
- Pytorch 2.5.1+cu124
|
153 |
+
- Datasets 3.2.0
|
154 |
+
- Tokenizers 0.21.0
|
axolotl/stratos.yaml
ADDED
@@ -0,0 +1,83 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
base_model: meta-llama/Llama-3.1-70B
|
2 |
+
# Automatically upload checkpoint and final model to HF
|
3 |
+
# hub_model_id: username/custom_model_name
|
4 |
+
#
|
5 |
+
|
6 |
+
plugins:
|
7 |
+
- axolotl.integrations.liger.LigerPlugin
|
8 |
+
- axolotl.integrations.spectrum.SpectrumPlugin
|
9 |
+
spectrum_top_fraction: 0.5
|
10 |
+
spectrum_model_name: meta-llama/Meta-Llama-3.1-70B
|
11 |
+
liger_rope: true
|
12 |
+
liger_rms_norm: true
|
13 |
+
liger_glu_activation: true
|
14 |
+
liger_fused_linear_cross_entropy: true
|
15 |
+
|
16 |
+
strict: false
|
17 |
+
|
18 |
+
chat_template: llama3
|
19 |
+
datasets:
|
20 |
+
- path: bespokelabs/Bespoke-Stratos-17k
|
21 |
+
field_messages: conversations
|
22 |
+
message_property_mappings:
|
23 |
+
content: value
|
24 |
+
role: from
|
25 |
+
split: train
|
26 |
+
type: chat_template
|
27 |
+
dataset_prepared_path: last_run_prepared
|
28 |
+
val_set_size: 0.0
|
29 |
+
output_dir: ./outputs/out/reasoning-70b-stratos
|
30 |
+
save_safetensors: true
|
31 |
+
|
32 |
+
wandb_project: reasoning-70b-stratos
|
33 |
+
wandb_entity: axolotl-ai
|
34 |
+
wandb_watch:
|
35 |
+
wandb_name:
|
36 |
+
wandb_log_model:
|
37 |
+
|
38 |
+
sequence_len: 16384
|
39 |
+
sample_packing: true
|
40 |
+
pad_to_sequence_len: true
|
41 |
+
|
42 |
+
gradient_accumulation_steps: 1
|
43 |
+
micro_batch_size: 4
|
44 |
+
num_epochs: 3
|
45 |
+
optimizer: adamw_torch_fused
|
46 |
+
lr_scheduler: rex
|
47 |
+
learning_rate: 2.0e-6
|
48 |
+
max_grad_norm: 1.0
|
49 |
+
|
50 |
+
train_on_inputs: false
|
51 |
+
group_by_length: false
|
52 |
+
bf16: true
|
53 |
+
tf32: true
|
54 |
+
|
55 |
+
gradient_checkpointing: offload
|
56 |
+
gradient_checkpointing_kwargs:
|
57 |
+
use_reentrant: true
|
58 |
+
logging_steps: 1
|
59 |
+
flash_attention: true
|
60 |
+
|
61 |
+
warmup_steps: 20
|
62 |
+
evals_per_epoch: 4
|
63 |
+
saves_per_epoch: 2
|
64 |
+
weight_decay: 0.01
|
65 |
+
deepspeed: deepspeed_configs/zero3_bf16_cpuoffload_params.json
|
66 |
+
special_tokens:
|
67 |
+
pad_token: <|finetune_right_pad_id|>
|
68 |
+
eos_token: <|eot_id|>
|
69 |
+
added_tokens_overrides:
|
70 |
+
128011: <think>
|
71 |
+
128012: </think>
|
72 |
+
128013: <|begin_of_thought|>
|
73 |
+
128014: <|end_of_thought|>
|
74 |
+
128015: <|begin_of_solution|>
|
75 |
+
128016: <|end_of_solution|>
|
76 |
+
fix_untrained_tokens:
|
77 |
+
- 128011
|
78 |
+
- 128012
|
79 |
+
- 128013
|
80 |
+
- 128014
|
81 |
+
- 128015
|
82 |
+
- 128016
|
83 |
+
|
config.json
CHANGED
@@ -31,6 +31,6 @@
|
|
31 |
"tie_word_embeddings": false,
|
32 |
"torch_dtype": "bfloat16",
|
33 |
"transformers_version": "4.49.0",
|
34 |
-
"use_cache":
|
35 |
"vocab_size": 128256
|
36 |
}
|
|
|
31 |
"tie_word_embeddings": false,
|
32 |
"torch_dtype": "bfloat16",
|
33 |
"transformers_version": "4.49.0",
|
34 |
+
"use_cache": true,
|
35 |
"vocab_size": 128256
|
36 |
}
|
generation_config.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
"_from_model_config": true,
|
3 |
"bos_token_id": 128000,
|
4 |
"do_sample": true,
|
5 |
-
"eos_token_id":
|
6 |
"temperature": 0.6,
|
7 |
"top_p": 0.9,
|
8 |
"transformers_version": "4.49.0"
|
|
|
2 |
"_from_model_config": true,
|
3 |
"bos_token_id": 128000,
|
4 |
"do_sample": true,
|
5 |
+
"eos_token_id": 128009,
|
6 |
"temperature": 0.6,
|
7 |
"top_p": 0.9,
|
8 |
"transformers_version": "4.49.0"
|
model-00001-of-00030.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4584408808
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4fc7b98b7522d7424f5d9a8c4511527fb917f5adf4cd405b4f203a4c020d4983
|
3 |
size 4584408808
|
model-00002-of-00030.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4664167376
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cc17175b07d1cdd90136c0a93d94e249b10dec70ac22912276be6b42f66f3be2
|
3 |
size 4664167376
|
model-00003-of-00030.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4999711704
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8beb2e8315c98168b6bc811f91c946aaa93064930a490bcd41e7452faf986d2b
|
3 |
size 4999711704
|
model-00004-of-00030.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4966157032
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4c0cca3b856cb7add8f6d1751c9847a341f4525a9e047ee559793153cc3c6a73
|
3 |
size 4966157032
|
model-00005-of-00030.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4664134408
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f04b374d990b42f97740db43db74ea5e1093d9cc6cd0d4c8155702e3a42bd435
|
3 |
size 4664134408
|
model-00006-of-00030.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4664167408
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8039b214e68bcbaef9f4fb2b3dab38260337f43ddfde8bbf36f5da55a527d905
|
3 |
size 4664167408
|
model-00007-of-00030.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4664167408
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:91b73747b26f73e66daca0d655838669e61409923bf29c08a0745745880fb481
|
3 |
size 4664167408
|
model-00008-of-00030.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4999711728
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:01e2dcf4218e9ae3e25ed827729a12e1aacae68c2124694394c7f0a778c8ad4a
|
3 |
size 4999711728
|
model-00009-of-00030.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4966157056
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a78bba2d8da6301de6d8acd0ed4cba86f0cab38a49b492c6a2a89c775be77691
|
3 |
size 4966157056
|
model-00010-of-00030.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4664134408
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b1aa1dece387e5ecd2aecfdf3e2c14af1e5c26cc284f80598158fa3731b09022
|
3 |
size 4664134408
|
model-00011-of-00030.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4664167408
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:559ed213d9a1f666318aadd95203afdc441eee4976af81b361816d0fbee7e8fd
|
3 |
size 4664167408
|
model-00012-of-00030.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4664167408
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7d744a56d55dfdc00ef3a9ebc9d2be9bc4c06ddbf47eb6aab90e4d8dddf36dc0
|
3 |
size 4664167408
|
model-00013-of-00030.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4999711728
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1fbf3d8b3db3084b708bee80b1bce1a845c505de0e87c6f3dee53b5985dda229
|
3 |
size 4999711728
|
model-00014-of-00030.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4966157056
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c942c785d84fefe4dc237ff244d27701a5ffe9f677ea095680f2932ee98dbeaf
|
3 |
size 4966157056
|
model-00015-of-00030.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4664134408
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e80ec14ac958d9f4d96b943882ab1a83ed8e575ffed6d3b18392a0cf14741edf
|
3 |
size 4664134408
|
model-00016-of-00030.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4664167408
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:15ac4c897760b2e53ddc9cccb75c2bff1d178ba82429f709295a607c62170dfc
|
3 |
size 4664167408
|
model-00017-of-00030.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4664167408
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:01bcd4f1135f1b169765cb787d4f0b632f066b6b34b46abf12812c74bfb188ae
|
3 |
size 4664167408
|
model-00018-of-00030.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4999711728
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9c9ebc10f2213e68fecc7948c759623df31b2553d344cac65b67136d248336fd
|
3 |
size 4999711728
|
model-00019-of-00030.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4966157056
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:257faaf17421bdbf96ce474ca32bfc0f1c09bb95a18fc7e79cc61923df1c6f4a
|
3 |
size 4966157056
|
model-00020-of-00030.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4664134408
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:852e5d26dc312522d746d00f7aa00295c64e271e7d01740c2a9d3f95bfb8d5a2
|
3 |
size 4664134408
|
model-00021-of-00030.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4664167408
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4ccbe9309d606f0586f52f19ac6edd7f48f3b544aa5247407d9b1ec91731afa1
|
3 |
size 4664167408
|
model-00022-of-00030.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4664167408
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:304bc52da148a550f3da05ca4c93022968da605798408d97578cc2364c093d45
|
3 |
size 4664167408
|
model-00023-of-00030.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4999711728
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e5e28b06a3916ed162cdbfa6a72b78cb5fbce0b95b8f9abe9d9618e0b881f4ab
|
3 |
size 4999711728
|
model-00024-of-00030.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4966157056
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c7815109f69efed0ae5fb5979e926129b9a191c2d93a86e95ea7720bc919b545
|
3 |
size 4966157056
|
model-00025-of-00030.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4664134408
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5269083fa70b4c3adf1fda159ad34738a43ea9480cad60ad4a4d02d693106a6f
|
3 |
size 4664134408
|
model-00026-of-00030.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4664167408
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:198039c00faf863c73ef6f38f7d40d2d40f34139d360e7ca8a72361b7d1b86e9
|
3 |
size 4664167408
|
model-00027-of-00030.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4664167408
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e3704750548c4d689addd041ee0740144f074cad571054292df1ad1da6ab036d
|
3 |
size 4664167408
|
model-00028-of-00030.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4999711728
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cae32f673ba22a34c2faea31844f6a7287323246d7285684c14199ad6b5f6da6
|
3 |
size 4999711728
|
model-00029-of-00030.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4966173536
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3bd49561abfdc0bda3bb7a7669170e63f9c04e5b440b9b1c5474a98036f8cf7a
|
3 |
size 4966173536
|
model-00030-of-00030.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2101346432
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9ccca7dd64397d52d7a306f14db6ab7f9604075368275818fad4c10fea8f4c2d
|
3 |
size 2101346432
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1a77d6d91546c39d9bb5cbb150b96772783d97bb43be2593ca79b74147e2a329
|
3 |
+
size 9144
|