Triangle104
commited on
Commit
•
fb42f01
1
Parent(s):
768900e
Update README.md
Browse files
README.md
CHANGED
@@ -17,6 +17,42 @@ tags:
|
|
17 |
This model was converted to GGUF format from [`Locutusque/Apollo-2.0-Llama-3.1-8B`](https://huggingface.co/Locutusque/Apollo-2.0-Llama-3.1-8B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
18 |
Refer to the [original model card](https://huggingface.co/Locutusque/Apollo-2.0-Llama-3.1-8B) for more details on the model.
|
19 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
## Use with llama.cpp
|
21 |
Install llama.cpp through brew (works on Mac and Linux)
|
22 |
|
|
|
17 |
This model was converted to GGUF format from [`Locutusque/Apollo-2.0-Llama-3.1-8B`](https://huggingface.co/Locutusque/Apollo-2.0-Llama-3.1-8B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
18 |
Refer to the [original model card](https://huggingface.co/Locutusque/Apollo-2.0-Llama-3.1-8B) for more details on the model.
|
19 |
|
20 |
+
---
|
21 |
+
Model Details
|
22 |
+
-
|
23 |
+
|
24 |
+
Fine-tuned Llama-3.1-8B on Locutusque/ApolloRP-2.0-SFT. Results in a good roleplaying language model, that isn't dumb.
|
25 |
+
|
26 |
+
Developed by: Locutusque
|
27 |
+
Model type: Llama3.1
|
28 |
+
Language(s) (NLP): English
|
29 |
+
License: Llama 3.1 Community License Agreement
|
30 |
+
|
31 |
+
Model Sources [optional]
|
32 |
+
|
33 |
+
Demo: https://huggingface.co/spaces/Locutusque/Locutusque-Models
|
34 |
+
|
35 |
+
Direct Use
|
36 |
+
|
37 |
+
RP/ERP, instruction following, conversation, etc
|
38 |
+
Bias, Risks, and Limitations
|
39 |
+
|
40 |
+
This model is completely uncensored - use at your own risk.
|
41 |
+
Recommendations
|
42 |
+
|
43 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
44 |
+
Training Details
|
45 |
+
Training Data
|
46 |
+
|
47 |
+
Locutusque/ApolloRP-2.0-SFT
|
48 |
+
|
49 |
+
The training data is cleaned from refusals, and "slop".
|
50 |
+
Training Hyperparameters
|
51 |
+
|
52 |
+
Training regime: bf16 non-mixed precision
|
53 |
+
|
54 |
+
---
|
55 |
+
|
56 |
## Use with llama.cpp
|
57 |
Install llama.cpp through brew (works on Mac and Linux)
|
58 |
|