Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
datasets:
|
3 |
+
- SaisExperiments/Big-Alpaca-Uncensored
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
base_model:
|
7 |
+
- meta-llama/Llama-3.2-3B-Instruct
|
8 |
+
---
|
9 |
+
This is an experimental? model I have trained over Llama-3.2-3B-Instruct.
|
10 |
+
|
11 |
+
It is compatible with both Llama3 & Alpaca prompt format.
|
12 |
+
|
13 |
+
So far it seems to be quite uncensored, it also has a tendency to call the user derogatory terms (whoops >:3)
|