Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: tiiuae/Falcon3-10B-Instruct
|
3 |
+
tags:
|
4 |
+
- fluently-lm
|
5 |
+
- fluently-sets
|
6 |
+
- demo
|
7 |
+
- reasoning
|
8 |
+
- thinking
|
9 |
+
- text-generation-inference
|
10 |
+
- transformers
|
11 |
+
- unsloth
|
12 |
+
- falcon3
|
13 |
+
- falcon
|
14 |
+
- llama
|
15 |
+
- trl
|
16 |
+
- sft
|
17 |
+
license: apache-2.0
|
18 |
+
language:
|
19 |
+
- en
|
20 |
+
datasets:
|
21 |
+
- fluently-sets/ultrathink
|
22 |
+
pipeline_tag: text-generation
|
23 |
+
---
|
24 |
+
# FalconThink3-10B Demo (Finetune of Falcon3-10B-IT on Ultrathink dataset)
|
25 |
+
|
26 |
+
***Q4_K_M GGUF-quant available [here](https://huggingface.co/fluently-sets/???)***
|
27 |
+
|
28 |
+
This is SFT-finetune Falcon3-10B-IT on Ultrathink dataset. This is far from a perfect model, its main purpose is to show an example of using the dataset.
|
29 |
+
|
30 |
+
- **Base model**: [tiiuae/Falcon3-10B-Instruct](https://huggingface.co/tiiuae/Falcon3-10B-Instruct)
|
31 |
+
- **Model type**: [LlamaForCausalLM](https://huggingface.co/models?other=llama)
|
32 |
+
- **Number of parameters**: 10.3B
|
33 |
+
- **Precision**: FP16
|
34 |
+
- **Training method**: SFT
|
35 |
+
- **Training dataset**: [fluently-sets/ultrathink](https://huggingface.co/datasets/fluently-sets/ultrathink)
|
36 |
+
- **Languages**: English (mostly)
|
37 |
+
|
38 |
+
*Trained by Fluently Team ([@ehristoforu](https://huggingface.co/ehristoforu)) with [Unsloth AI](https://github.com/unslothai/unsloth) with love🥰*
|
39 |
+
|
40 |
+
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|