Model save
Browse files- README.md +3 -2
- all_results.json +6 -6
- 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-1.7B
|
| 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-1.7B](https://huggingface.co/Qwen/Qwen3-1.7B).
|
| 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/9ek6f7el)
|
| 31 |
|
| 32 |
|
| 33 |
This model was trained with SFT.
|
all_results.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
{
|
| 2 |
-
"total_flos":
|
| 3 |
-
"train_loss": 1.
|
| 4 |
-
"train_runtime":
|
| 5 |
-
"train_samples":
|
| 6 |
-
"train_samples_per_second":
|
| 7 |
-
"train_steps_per_second": 0.
|
| 8 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"total_flos": 179772395159552.0,
|
| 3 |
+
"train_loss": 1.3804568826581873,
|
| 4 |
+
"train_runtime": 1345.8555,
|
| 5 |
+
"train_samples": 26745,
|
| 6 |
+
"train_samples_per_second": 19.872,
|
| 7 |
+
"train_steps_per_second": 0.311
|
| 8 |
}
|
train_results.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
{
|
| 2 |
-
"total_flos":
|
| 3 |
-
"train_loss": 1.
|
| 4 |
-
"train_runtime":
|
| 5 |
-
"train_samples":
|
| 6 |
-
"train_samples_per_second":
|
| 7 |
-
"train_steps_per_second": 0.
|
| 8 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"total_flos": 179772395159552.0,
|
| 3 |
+
"train_loss": 1.3804568826581873,
|
| 4 |
+
"train_runtime": 1345.8555,
|
| 5 |
+
"train_samples": 26745,
|
| 6 |
+
"train_samples_per_second": 19.872,
|
| 7 |
+
"train_steps_per_second": 0.311
|
| 8 |
}
|
trainer_state.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|