kangdawei commited on
Commit
1a11888
·
verified ·
1 Parent(s): 15167ec

Model save

Browse files
README.md CHANGED
@@ -1,19 +1,17 @@
1
  ---
2
  base_model: deepseek-ai/DeepSeek-R1-Distill-Llama-8B
3
- datasets: knoveleng/open-rs
4
  library_name: transformers
5
  model_name: MMR-DAPO-8B
6
  tags:
7
  - generated_from_trainer
8
- - open-r1
9
- - dapo
10
  - trl
 
11
  licence: license
12
  ---
13
 
14
  # Model Card for MMR-DAPO-8B
15
 
16
- This model is a fine-tuned version of [deepseek-ai/DeepSeek-R1-Distill-Llama-8B](https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Llama-8B) on the [knoveleng/open-rs](https://huggingface.co/datasets/knoveleng/open-rs) dataset.
17
  It has been trained using [TRL](https://github.com/huggingface/trl).
18
 
19
  ## Quick start
 
1
  ---
2
  base_model: deepseek-ai/DeepSeek-R1-Distill-Llama-8B
 
3
  library_name: transformers
4
  model_name: MMR-DAPO-8B
5
  tags:
6
  - generated_from_trainer
 
 
7
  - trl
8
+ - dapo
9
  licence: license
10
  ---
11
 
12
  # Model Card for MMR-DAPO-8B
13
 
14
+ This model is a fine-tuned version of [deepseek-ai/DeepSeek-R1-Distill-Llama-8B](https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Llama-8B).
15
  It has been trained using [TRL](https://github.com/huggingface/trl).
16
 
17
  ## Quick start
adapter/adapter_config.json CHANGED
@@ -29,12 +29,12 @@
29
  "rank_pattern": {},
30
  "revision": null,
31
  "target_modules": [
 
32
  "v_proj",
33
- "o_proj",
34
  "q_proj",
35
- "gate_proj",
36
  "up_proj",
37
- "down_proj",
38
  "k_proj"
39
  ],
40
  "target_parameters": null,
 
29
  "rank_pattern": {},
30
  "revision": null,
31
  "target_modules": [
32
+ "gate_proj",
33
  "v_proj",
34
+ "down_proj",
35
  "q_proj",
 
36
  "up_proj",
37
+ "o_proj",
38
  "k_proj"
39
  ],
40
  "target_parameters": null,
adapter/adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ed841ce54452bbd2d6036804b5fc85c8a834489218f2d704cbb3ca79fa3f9ee6
3
  size 335605144
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7ee9e7c2eac5c0ab901dc35136afccb7eb66edc9f7f816cc94694bcb485013e
3
  size 335605144
adapter/training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7ef370d914d9a05e49937087415db72e73a9791149e9a29c0659a2a50b73c406
3
  size 8760
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db51de36052d471fb66be30ebb6e5b6c01be64d1168c33d491244e9d7deb77aa
3
  size 8760
all_results.json CHANGED
@@ -1,8 +1,8 @@
1
  {
2
  "total_flos": 0.0,
3
- "train_loss": 0.007976829088478937,
4
- "train_runtime": 170327.2885,
5
  "train_samples": 7000,
6
- "train_samples_per_second": 0.141,
7
  "train_steps_per_second": 0.003
8
  }
 
1
  {
2
  "total_flos": 0.0,
3
+ "train_loss": 0.004007526492219044,
4
+ "train_runtime": 34518.5958,
5
  "train_samples": 7000,
6
+ "train_samples_per_second": 0.139,
7
  "train_steps_per_second": 0.003
8
  }
train_results.json CHANGED
@@ -1,8 +1,8 @@
1
  {
2
  "total_flos": 0.0,
3
- "train_loss": 0.007976829088478937,
4
- "train_runtime": 170327.2885,
5
  "train_samples": 7000,
6
- "train_samples_per_second": 0.141,
7
  "train_steps_per_second": 0.003
8
  }
 
1
  {
2
  "total_flos": 0.0,
3
+ "train_loss": 0.004007526492219044,
4
+ "train_runtime": 34518.5958,
5
  "train_samples": 7000,
6
+ "train_samples_per_second": 0.139,
7
  "train_steps_per_second": 0.003
8
  }
trainer_state.json CHANGED
The diff for this file is too large to render. See raw diff