Montecarlo2024
commited on
Commit
•
a254edd
1
Parent(s):
a330fd0
Update README.md
Browse filesAm trying to generate a Python Buddy from a small lm to run on low spec systems, this is largely experimental, I'm using these to learn.
README.md
CHANGED
@@ -7,8 +7,9 @@ tags:
|
|
7 |
- text-generation-inference
|
8 |
- transformers
|
9 |
- unsloth
|
10 |
-
- mistral
|
11 |
- gguf
|
|
|
|
|
12 |
---
|
13 |
|
14 |
# Uploaded model
|
@@ -19,4 +20,4 @@ tags:
|
|
19 |
|
20 |
This mistral model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|
21 |
|
22 |
-
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|
|
|
7 |
- text-generation-inference
|
8 |
- transformers
|
9 |
- unsloth
|
|
|
10 |
- gguf
|
11 |
+
datasets:
|
12 |
+
- Vezora/Tested-143k-Python-Alpaca
|
13 |
---
|
14 |
|
15 |
# Uploaded model
|
|
|
20 |
|
21 |
This mistral 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)
|