Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: cc-by-nc-sa-4.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-nc-sa-4.0
|
| 3 |
+
datasets:
|
| 4 |
+
- GrainWare/tuxsentience-v1
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
metrics:
|
| 8 |
+
- accuracy
|
| 9 |
+
base_model:
|
| 10 |
+
- unsloth/Llama-3.2-3B-Instruct-unsloth-bnb-4bit
|
| 11 |
+
pipeline_tag: text-generation
|
| 12 |
+
---
|
| 13 |
+
|
| 14 |
+
Our first open-weight AI model, based off https://huggingface.co/datasets/GrainWare/tuxsentience-v1 and https://huggingface.co/unsloth/Llama-3.2-3B-Instruct-unsloth-bnb-4bit.
|
| 15 |
+
|
| 16 |
+
Fine-tuned locally using Unsloth on a RX 7600.
|
| 17 |
+
|
| 18 |
+
Accuracy at all costs.
|