munish0838
commited on
Commit
•
c03dc76
1
Parent(s):
f962bea
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: munish0838/Phi-3-mini-4k-instruct-Matter-0.1-Slim-A
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
license: apache-2.0
|
6 |
+
tags:
|
7 |
+
- text-generation-inference
|
8 |
+
- transformers
|
9 |
+
- unsloth
|
10 |
+
- mistral
|
11 |
+
- trl
|
12 |
+
- sft
|
13 |
+
pipeline_tag: text-generation
|
14 |
+
---
|
15 |
+
|
16 |
+
# QuantFactory/Phi-3-mini-4k-instruct-Matter-0.1-Slim-A-GGUF
|
17 |
+
This is quantized version of [munish0838/Phi-3-mini-4k-instruct-Matter-0.1-Slim-A](https://huggingface.co/munish0838/Phi-3-mini-4k-instruct-Matter-0.1-Slim-A) created using llama.cpp
|
18 |
+
|
19 |
+
# Model Description
|
20 |
+
|
21 |
+
- **Developed by:** munish0838
|
22 |
+
- **License:** apache-2.0
|
23 |
+
- **Finetuned from model :** unsloth/Phi-3-mini-4k-instruct-bnb-4bit
|
24 |
+
- **Dataset Used :** [0-hero/Matter-0.1-Slim-A](https://huggingface.co/datasets/0-hero/Matter-0.1-Slim-A)
|
25 |
+
|
26 |
+
This model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|
27 |
+
|
28 |
+
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|