ehristoforu commited on
Commit
349f3a0
·
verified ·
1 Parent(s): 01e3998

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -7
README.md CHANGED
@@ -1,6 +1,10 @@
1
  ---
2
- base_model: unsloth/Qwen2.5-14B-Instruct-bnb-4bit
3
  tags:
 
 
 
 
4
  - text-generation-inference
5
  - transformers
6
  - unsloth
@@ -10,14 +14,23 @@ tags:
10
  license: apache-2.0
11
  language:
12
  - en
 
 
 
13
  ---
14
 
15
- # Uploaded model
16
 
17
- - **Developed by:** ehristoforu
18
- - **License:** apache-2.0
19
- - **Finetuned from model :** unsloth/Qwen2.5-14B-Instruct-bnb-4bit
20
 
21
- This qwen2 model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
 
 
 
 
 
 
22
 
23
- [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
 
 
 
1
  ---
2
+ base_model: Qwen/Qwen2.5-14B-Instruct
3
  tags:
4
+ - fluently-lm
5
+ - fluently-sets
6
+ - demo
7
+ - reasoning
8
  - text-generation-inference
9
  - transformers
10
  - unsloth
 
14
  license: apache-2.0
15
  language:
16
  - en
17
+ datasets:
18
+ - fluently-sets/reasoning-1-1k
19
+ pipeline_tag: text-generation
20
  ---
21
 
22
+ # Reasoning-1 1K Demo (Finetune of Qwen2.5-14B-IT on Reasoning-1-1k dataset)
23
 
24
+ This is SFT-finetune Qwen2.5-14B-IT on Reasoning-1-1K dataset. This is far from a perfect model, its main purpose is to show an example of using the dataset.
 
 
25
 
26
+ - **Base model**: [Qwen/Qwen2.5-14B-Instruct](https://huggingface.co/Qwen/Qwen2.5-14B-Instruct)
27
+ - **Model type**: [Qwen2ForCausalLM](https://huggingface.co/models?other=qwen2)
28
+ - **Number of parameters**: 14.8B
29
+ - **Precision**: FP16
30
+ - **Training method**: SFT
31
+ - **Training dataset**: [fluently-sets/reasoning-1-1k](https://huggingface.co/datasets/fluently-sets/reasoning-1-1k)
32
+ - **Languages**: English (mostly)
33
 
34
+ *Trained by Fluently Team ([@ehristoforu](https://huggingface.co/ehristoforu)) with [Unsloth AI](https://github.com/unslothai/unsloth) with love🥰*
35
+
36
+ [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)