Montecarlo2024
commited on
Commit
•
d577ebe
1
Parent(s):
c1e1beb
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.
Have used Vezora/Tested-143k-Python-Alpaca
README.md
CHANGED
@@ -9,6 +9,8 @@ tags:
|
|
9 |
- unsloth
|
10 |
- mistral
|
11 |
- gguf
|
|
|
|
|
12 |
---
|
13 |
|
14 |
# Uploaded model
|
@@ -19,4 +21,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)
|
|
|
9 |
- unsloth
|
10 |
- mistral
|
11 |
- gguf
|
12 |
+
datasets:
|
13 |
+
- Vezora/Tested-143k-Python-Alpaca
|
14 |
---
|
15 |
|
16 |
# Uploaded model
|
|
|
21 |
|
22 |
This mistral model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|
23 |
|
24 |
+
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|