kangdawei commited on
Commit
f2ec6e6
·
verified ·
1 Parent(s): 06200ab

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-Sigmoid-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-Sigmoid-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-Sigmoid-DAPO-8B
5
  tags:
6
  - generated_from_trainer
 
 
7
  - trl
8
+ - dapo
9
  licence: license
10
  ---
11
 
12
  # Model Card for MMR-Sigmoid-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,13 +29,13 @@
29
  "rank_pattern": {},
30
  "revision": null,
31
  "target_modules": [
 
 
32
  "q_proj",
 
33
  "v_proj",
34
  "up_proj",
35
- "o_proj",
36
- "gate_proj",
37
- "down_proj",
38
- "k_proj"
39
  ],
40
  "target_parameters": null,
41
  "task_type": "CAUSAL_LM",
 
29
  "rank_pattern": {},
30
  "revision": null,
31
  "target_modules": [
32
+ "down_proj",
33
+ "o_proj",
34
  "q_proj",
35
+ "k_proj",
36
  "v_proj",
37
  "up_proj",
38
+ "gate_proj"
 
 
 
39
  ],
40
  "target_parameters": null,
41
  "task_type": "CAUSAL_LM",
adapter/adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fadac20be7be97987495b2f321180b48b00f40a0d4c2457903bcab49a5abbc5b
3
  size 335605144
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c2ae27d983509d3cf4925056938e5833b17940ee98f48cdeb1c6c45cc2b904e
3
  size 335605144
adapter/training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5a169cdfce04207846a9e5e55044d3da17b01c0edb2cdfc683f1be8f961cdcab
3
  size 8824
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98a2484bdddb222de3c5a9d658c6bc6ca9f8040b634d892d790007ff9f28adbc
3
  size 8824
all_results.json CHANGED
@@ -1,8 +1,8 @@
1
  {
2
  "total_flos": 0.0,
3
- "train_loss": 0.007373248229268939,
4
- "train_runtime": 70012.1488,
5
  "train_samples": 7000,
6
- "train_samples_per_second": 0.137,
7
- "train_steps_per_second": 0.003
8
  }
 
1
  {
2
  "total_flos": 0.0,
3
+ "train_loss": 0.005314271912367986,
4
+ "train_runtime": 106074.3369,
5
  "train_samples": 7000,
6
+ "train_samples_per_second": 0.226,
7
+ "train_steps_per_second": 0.005
8
  }
train_results.json CHANGED
@@ -1,8 +1,8 @@
1
  {
2
  "total_flos": 0.0,
3
- "train_loss": 0.007373248229268939,
4
- "train_runtime": 70012.1488,
5
  "train_samples": 7000,
6
- "train_samples_per_second": 0.137,
7
- "train_steps_per_second": 0.003
8
  }
 
1
  {
2
  "total_flos": 0.0,
3
+ "train_loss": 0.005314271912367986,
4
+ "train_runtime": 106074.3369,
5
  "train_samples": 7000,
6
+ "train_samples_per_second": 0.226,
7
+ "train_steps_per_second": 0.005
8
  }
trainer_state.json CHANGED
The diff for this file is too large to render. See raw diff