Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
---
|
2 |
base_model: unsloth/smollm-135m-instruct-bnb-4bit
|
|
|
3 |
tags:
|
4 |
- text-generation-inference
|
5 |
- transformers
|
@@ -7,9 +8,16 @@ tags:
|
|
7 |
- llama
|
8 |
- trl
|
9 |
- sft
|
|
|
10 |
license: apache-2.0
|
11 |
language:
|
12 |
- en
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
---
|
14 |
|
15 |
# Uploaded model
|
@@ -19,5 +27,6 @@ language:
|
|
19 |
- **Finetuned from model :** unsloth/smollm-135m-instruct-bnb-4bit
|
20 |
|
21 |
This llama 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: unsloth/smollm-135m-instruct-bnb-4bit
|
3 |
+
base_model_relation: finetune
|
4 |
tags:
|
5 |
- text-generation-inference
|
6 |
- transformers
|
|
|
8 |
- llama
|
9 |
- trl
|
10 |
- sft
|
11 |
+
- python
|
12 |
license: apache-2.0
|
13 |
language:
|
14 |
- en
|
15 |
+
datasets:
|
16 |
+
- AI-MO/NuminaMath-CoT
|
17 |
+
- TIGER-Lab/MathInstruct
|
18 |
+
- Vezora/Tested-143k-Python-Alpaca
|
19 |
+
- glaiveai/glaive-code-assistant-v2
|
20 |
+
pipeline_tag: text-generation
|
21 |
---
|
22 |
|
23 |
# Uploaded model
|
|
|
27 |
- **Finetuned from model :** unsloth/smollm-135m-instruct-bnb-4bit
|
28 |
|
29 |
This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|
30 |
+
Meant as a first step towards a fast, lite, not entirely stupid model that assists in Python programming.
|
31 |
|
32 |
+
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|