diverWayne commited on
Commit
5ef9c3d
·
verified ·
1 Parent(s): 5b10fec

Update model card license and dataset citation

Browse files
Files changed (1) hide show
  1. README.md +14 -4
README.md CHANGED
@@ -2,7 +2,7 @@
2
  language:
3
  - zh
4
  - en
5
- license: cc-by-nc-2.0
6
  pipeline_tag: text-generation
7
  library_name: transformers
8
  tags:
@@ -92,7 +92,17 @@ The GGUF structure and metadata were verified locally. Always verify generation
92
  - It is not suitable for high-stakes medical, legal, financial, or safety-critical use.
93
  - GRPO/PPO are not part of the final release checkpoint.
94
 
95
- ## License And Data
96
 
97
- The upstream MiniMind dataset page includes both Apache-2.0 and CC-BY-NC-2.0 license metadata.
98
- This release is marked conservatively as **CC-BY-NC-2.0** until all upstream data-license constraints are independently verified.
 
 
 
 
 
 
 
 
 
 
 
2
  language:
3
  - zh
4
  - en
5
+ license: apache-2.0
6
  pipeline_tag: text-generation
7
  library_name: transformers
8
  tags:
 
92
  - It is not suitable for high-stakes medical, legal, financial, or safety-critical use.
93
  - GRPO/PPO are not part of the final release checkpoint.
94
 
95
+ ## Dataset And License
96
 
97
+ This model was trained with the MiniMind small-data recipe from
98
+ [`jingyaogong/minimind_dataset`](https://huggingface.co/datasets/jingyaogong/minimind_dataset).
99
+ For this release, the dataset reference follows the MiniMind small dataset license: **Apache-2.0**.
100
+
101
+ Main data files used by this run:
102
+
103
+ - `pretrain_t2t_mini.jsonl`: pretraining data.
104
+ - `sft_t2t_mini.jsonl`: supervised fine-tuning data.
105
+ - `dpo.jsonl`: preference data for DPO.
106
+ - `lora_identity_mikky.jsonl`: project-authored identity/persona data for mikky.
107
+
108
+ The model card, exported native checkpoint, Safetensors checkpoint, and GGUF artifact are released under **Apache-2.0**.