Model save
Browse files- README.md +3 -2
- all_results.json +6 -6
- generation_config.json +2 -3
- train_results.json +6 -6
- trainer_state.json +0 -0
README.md
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
---
|
|
|
|
| 2 |
library_name: transformers
|
| 3 |
model_name: PreThink_MemAgent
|
| 4 |
tags:
|
|
@@ -10,7 +11,7 @@ licence: license
|
|
| 10 |
|
| 11 |
# Model Card for PreThink_MemAgent
|
| 12 |
|
| 13 |
-
This model is a fine-tuned version of [
|
| 14 |
It has been trained using [TRL](https://github.com/huggingface/trl).
|
| 15 |
|
| 16 |
## Quick start
|
|
@@ -26,7 +27,7 @@ print(output["generated_text"])
|
|
| 26 |
|
| 27 |
## Training procedure
|
| 28 |
|
| 29 |
-
[<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/mingzeli/PreThink_MemAgent/runs/
|
| 30 |
|
| 31 |
|
| 32 |
This model was trained with SFT.
|
|
|
|
| 1 |
---
|
| 2 |
+
base_model: Qwen/Qwen3-4B
|
| 3 |
library_name: transformers
|
| 4 |
model_name: PreThink_MemAgent
|
| 5 |
tags:
|
|
|
|
| 11 |
|
| 12 |
# Model Card for PreThink_MemAgent
|
| 13 |
|
| 14 |
+
This model is a fine-tuned version of [Qwen/Qwen3-4B](https://huggingface.co/Qwen/Qwen3-4B).
|
| 15 |
It has been trained using [TRL](https://github.com/huggingface/trl).
|
| 16 |
|
| 17 |
## Quick start
|
|
|
|
| 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/mingzeli/PreThink_MemAgent/runs/qe6p1l0a)
|
| 31 |
|
| 32 |
|
| 33 |
This model was trained with SFT.
|
all_results.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
{
|
| 2 |
-
"total_flos":
|
| 3 |
-
"train_loss":
|
| 4 |
-
"train_runtime":
|
| 5 |
-
"train_samples":
|
| 6 |
-
"train_samples_per_second":
|
| 7 |
-
"train_steps_per_second": 0.
|
| 8 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"total_flos": 967966479089664.0,
|
| 3 |
+
"train_loss": 1.0463442883413772,
|
| 4 |
+
"train_runtime": 10114.1342,
|
| 5 |
+
"train_samples": 47071,
|
| 6 |
+
"train_samples_per_second": 13.962,
|
| 7 |
+
"train_steps_per_second": 0.055
|
| 8 |
}
|
generation_config.json
CHANGED
|
@@ -3,9 +3,8 @@
|
|
| 3 |
"do_sample": true,
|
| 4 |
"eos_token_id": 151645,
|
| 5 |
"pad_token_id": 151643,
|
| 6 |
-
"
|
| 7 |
-
"temperature": 0.7,
|
| 8 |
"top_k": 20,
|
| 9 |
-
"top_p": 0.
|
| 10 |
"transformers_version": "4.52.3"
|
| 11 |
}
|
|
|
|
| 3 |
"do_sample": true,
|
| 4 |
"eos_token_id": 151645,
|
| 5 |
"pad_token_id": 151643,
|
| 6 |
+
"temperature": 0.6,
|
|
|
|
| 7 |
"top_k": 20,
|
| 8 |
+
"top_p": 0.95,
|
| 9 |
"transformers_version": "4.52.3"
|
| 10 |
}
|
train_results.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
{
|
| 2 |
-
"total_flos":
|
| 3 |
-
"train_loss":
|
| 4 |
-
"train_runtime":
|
| 5 |
-
"train_samples":
|
| 6 |
-
"train_samples_per_second":
|
| 7 |
-
"train_steps_per_second": 0.
|
| 8 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"total_flos": 967966479089664.0,
|
| 3 |
+
"train_loss": 1.0463442883413772,
|
| 4 |
+
"train_runtime": 10114.1342,
|
| 5 |
+
"train_samples": 47071,
|
| 6 |
+
"train_samples_per_second": 13.962,
|
| 7 |
+
"train_steps_per_second": 0.055
|
| 8 |
}
|
trainer_state.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|