lllqaq commited on
Commit
ff9f682
·
verified ·
1 Parent(s): 50137dc

Add README

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ license: apache-2.0
5
+ library_name: transformers
6
+ pipeline_tag: text-generation
7
+ ---
8
+
9
+ # R2EGym-7B-Agent-Coder-Instruct (checkpoint-800)
10
+
11
+ This repository contains a training checkpoint exported from LLaMA-Factory.
12
+
13
+ - Base: `Qwen/Qwen2.5-Coder-7B-Instruct`
14
+ - Training: SFT with DeepSpeed ZeRO-3
15
+ - Checkpoint: `checkpoint-800`
16
+
17
+ ## Notes
18
+ - This repo includes ZeRO optimizer states in `global_step800/` for resuming training.
19
+ - For inference, use the `model-0000*-of-00004.safetensors` shards and tokenizer files.