tomofusa commited on
Commit
ca7b5b9
·
verified ·
1 Parent(s): 1effc7b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -1,7 +1,8 @@
1
  ---
2
  base_model: Qwen/Qwen3-4B-Instruct-2507
3
  datasets:
4
- - tomofusa/llm2025-main-blend-h
 
5
  - u-10bei/dpo-dataset-qwen-cot
6
  language:
7
  - en
@@ -41,8 +42,9 @@ This model is created by **weighted averaging** of 3 independently trained model
41
  All source models share the same base pipeline:
42
 
43
  1. **Base model**: Qwen/Qwen3-4B-Instruct-2507
44
- 2. **SFT**: QLoRA on [tomofusa/llm2025-main-blend-h](https://huggingface.co/tomofusa/llm2025-main-blend-h) (7,500 samples)
45
  - SFT adapter: [tomofusa/exp015-blend-h-lora](https://huggingface.co/tomofusa/exp015-blend-h-lora)
 
46
  - lr=5e-6, epochs=2, LoRA r=64/alpha=128, max_seq_len=1024
47
  3. **DPO**: IPO/SimPO on [u-10bei/dpo-dataset-qwen-cot](https://huggingface.co/datasets/u-10bei/dpo-dataset-qwen-cot) (4,040 samples)
48
  - lr=5e-7, beta=0.1, epochs=1, LoRA r=64/alpha=128
@@ -66,6 +68,6 @@ model = AutoModelForCausalLM.from_pretrained(
66
  ## Sources & Terms
67
 
68
  - **Base model**: [Qwen/Qwen3-4B-Instruct-2507](https://huggingface.co/Qwen/Qwen3-4B-Instruct-2507) - Apache 2.0
69
- - **SFT data**: [tomofusa/llm2025-main-blend-h](https://huggingface.co/tomofusa/llm2025-main-blend-h) - MIT
70
  - **DPO data**: [u-10bei/dpo-dataset-qwen-cot](https://huggingface.co/datasets/u-10bei/dpo-dataset-qwen-cot)
71
  - Users must comply with all upstream licenses and terms of use.
 
1
  ---
2
  base_model: Qwen/Qwen3-4B-Instruct-2507
3
  datasets:
4
+ - daichira/structured-5k-mix-sft
5
+ - daichira/structured-hard-sft-4k
6
  - u-10bei/dpo-dataset-qwen-cot
7
  language:
8
  - en
 
42
  All source models share the same base pipeline:
43
 
44
  1. **Base model**: Qwen/Qwen3-4B-Instruct-2507
45
+ 2. **SFT**: QLoRA on structured output data (7,500 samples)
46
  - SFT adapter: [tomofusa/exp015-blend-h-lora](https://huggingface.co/tomofusa/exp015-blend-h-lora)
47
+ - Sources: [daichira/structured-5k-mix-sft](https://huggingface.co/datasets/daichira/structured-5k-mix-sft) (5,000) + [daichira/structured-hard-sft-4k](https://huggingface.co/datasets/daichira/structured-hard-sft-4k) (2,000 sampled) + custom TOML data (500)
48
  - lr=5e-6, epochs=2, LoRA r=64/alpha=128, max_seq_len=1024
49
  3. **DPO**: IPO/SimPO on [u-10bei/dpo-dataset-qwen-cot](https://huggingface.co/datasets/u-10bei/dpo-dataset-qwen-cot) (4,040 samples)
50
  - lr=5e-7, beta=0.1, epochs=1, LoRA r=64/alpha=128
 
68
  ## Sources & Terms
69
 
70
  - **Base model**: [Qwen/Qwen3-4B-Instruct-2507](https://huggingface.co/Qwen/Qwen3-4B-Instruct-2507) - Apache 2.0
71
+ - **SFT data**: [daichira/structured-5k-mix-sft](https://huggingface.co/datasets/daichira/structured-5k-mix-sft) (CC-BY-4.0), [daichira/structured-hard-sft-4k](https://huggingface.co/datasets/daichira/structured-hard-sft-4k) (CC-BY-4.0)
72
  - **DPO data**: [u-10bei/dpo-dataset-qwen-cot](https://huggingface.co/datasets/u-10bei/dpo-dataset-qwen-cot)
73
  - Users must comply with all upstream licenses and terms of use.