ZiyuZhao98 commited on
Commit
4e00fcf
·
verified ·
1 Parent(s): 9aa0933

Model save

Browse files
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- base_model: Qwen/Qwen3-4B
3
  library_name: transformers
4
  model_name: PreThink_MemAgent
5
  tags:
@@ -11,7 +11,7 @@ licence: license
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,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/mingzeli/PreThink_MemAgent/runs/pato1fcq)
31
 
32
 
33
  This model was trained with SFT.
 
1
  ---
2
+ base_model: Qwen/Qwen2.5-7B-Instruct
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/Qwen2.5-7B-Instruct](https://huggingface.co/Qwen/Qwen2.5-7B-Instruct).
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/bvl983ap)
31
 
32
 
33
  This model was trained with SFT.
all_results.json CHANGED
@@ -1,8 +1,8 @@
1
  {
2
- "total_flos": 284515814506496.0,
3
- "train_loss": 1.184776012692155,
4
- "train_runtime": 2955.0783,
5
  "train_samples": 26745,
6
- "train_samples_per_second": 9.051,
7
- "train_steps_per_second": 0.141
8
  }
 
1
  {
2
+ "total_flos": 1933127778631680.0,
3
+ "train_loss": 0.6745891945267265,
4
+ "train_runtime": 14540.5824,
5
  "train_samples": 26745,
6
+ "train_samples_per_second": 7.357,
7
+ "train_steps_per_second": 0.115
8
  }
generation_config.json CHANGED
@@ -3,8 +3,9 @@
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
  }
 
3
  "do_sample": true,
4
  "eos_token_id": 151645,
5
  "pad_token_id": 151643,
6
+ "repetition_penalty": 1.05,
7
+ "temperature": 0.7,
8
  "top_k": 20,
9
+ "top_p": 0.8,
10
  "transformers_version": "4.52.3"
11
  }
train_results.json CHANGED
@@ -1,8 +1,8 @@
1
  {
2
- "total_flos": 284515814506496.0,
3
- "train_loss": 1.184776012692155,
4
- "train_runtime": 2955.0783,
5
  "train_samples": 26745,
6
- "train_samples_per_second": 9.051,
7
- "train_steps_per_second": 0.141
8
  }
 
1
  {
2
+ "total_flos": 1933127778631680.0,
3
+ "train_loss": 0.6745891945267265,
4
+ "train_runtime": 14540.5824,
5
  "train_samples": 26745,
6
+ "train_samples_per_second": 7.357,
7
+ "train_steps_per_second": 0.115
8
  }
trainer_state.json CHANGED
The diff for this file is too large to render. See raw diff