Training in progress, step 10
Browse files- README.md +2 -2
- adapter_config.json +2 -2
- adapter_model.safetensors +1 -1
- trainer_state.json +1 -1
- training_args.bin +1 -1
README.md
CHANGED
|
@@ -4,8 +4,8 @@ library_name: transformers
|
|
| 4 |
model_name: Qwen3-235B-test8
|
| 5 |
tags:
|
| 6 |
- generated_from_trainer
|
| 7 |
-
- trl
|
| 8 |
- sft
|
|
|
|
| 9 |
licence: license
|
| 10 |
---
|
| 11 |
|
|
@@ -27,7 +27,7 @@ print(output["generated_text"])
|
|
| 27 |
|
| 28 |
## Training procedure
|
| 29 |
|
| 30 |
-
[<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/neko-llm/huggingface/runs/
|
| 31 |
|
| 32 |
|
| 33 |
This model was trained with SFT.
|
|
|
|
| 4 |
model_name: Qwen3-235B-test8
|
| 5 |
tags:
|
| 6 |
- generated_from_trainer
|
|
|
|
| 7 |
- sft
|
| 8 |
+
- trl
|
| 9 |
licence: license
|
| 10 |
---
|
| 11 |
|
|
|
|
| 27 |
|
| 28 |
## Training procedure
|
| 29 |
|
| 30 |
+
[<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/neko-llm/huggingface/runs/oup9nenm)
|
| 31 |
|
| 32 |
|
| 33 |
This model was trained with SFT.
|
adapter_config.json
CHANGED
|
@@ -25,10 +25,10 @@
|
|
| 25 |
"rank_pattern": {},
|
| 26 |
"revision": null,
|
| 27 |
"target_modules": [
|
|
|
|
| 28 |
"q_proj",
|
| 29 |
"v_proj",
|
| 30 |
-
"o_proj"
|
| 31 |
-
"k_proj"
|
| 32 |
],
|
| 33 |
"target_parameters": null,
|
| 34 |
"task_type": "CAUSAL_LM",
|
|
|
|
| 25 |
"rank_pattern": {},
|
| 26 |
"revision": null,
|
| 27 |
"target_modules": [
|
| 28 |
+
"k_proj",
|
| 29 |
"q_proj",
|
| 30 |
"v_proj",
|
| 31 |
+
"o_proj"
|
|
|
|
| 32 |
],
|
| 33 |
"target_parameters": null,
|
| 34 |
"task_type": "CAUSAL_LM",
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 101748240
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bf68d015af1da0f0c924d36459ccc557cf5dbb6e9c6a59fcefaaab89a0c7b67d
|
| 3 |
size 101748240
|
trainer_state.json
CHANGED
|
@@ -47,7 +47,7 @@
|
|
| 47 |
"max_steps": 3,
|
| 48 |
"num_input_tokens_seen": 0,
|
| 49 |
"num_train_epochs": 1,
|
| 50 |
-
"save_steps":
|
| 51 |
"stateful_callbacks": {
|
| 52 |
"TrainerControl": {
|
| 53 |
"args": {
|
|
|
|
| 47 |
"max_steps": 3,
|
| 48 |
"num_input_tokens_seen": 0,
|
| 49 |
"num_train_epochs": 1,
|
| 50 |
+
"save_steps": 5,
|
| 51 |
"stateful_callbacks": {
|
| 52 |
"TrainerControl": {
|
| 53 |
"args": {
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 7480
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4506758d6499685679a514d2890801362dc00bef1a2763dfc41b1347d7cb5223
|
| 3 |
size 7480
|