ushakov15 commited on
Commit
1529b77
·
verified ·
1 Parent(s): 0278bb1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -1 +1,16 @@
1
- This model is a fine-tuned version of Qwen/Qwen3-0.6B-Base on the ['HuggingFaceTB/smol-smoltalk'] dataset. It has been trained using TRL.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen3-0.6B-Base
3
+ datasets:
4
+ - HuggingFaceTB/smol-smoltalk
5
+ library_name: transformers
6
+ model_name: MNLP_M2_rag_model
7
+ tags:
8
+ - generated_from_trainer
9
+ - alignment-handbook
10
+ - trl
11
+ - sft
12
+ licence: license
13
+ ---
14
+
15
+ This model is a fine-tuned version of [Qwen/Qwen3-0.6B-Base](https://huggingface.co/Qwen/Qwen3-0.6B-Base) on the [['HuggingFaceTB/smol-smoltalk']](https://huggingface.co/datasets/['HuggingFaceTB/smol-smoltalk']) dataset.
16
+ It has been trained using [TRL](https://github.com/huggingface/trl).