Triangle104
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -16,6 +16,38 @@ model-index:
|
|
16 |
This model was converted to GGUF format from [`Replete-AI/L3.1-Pneuma-8B`](https://huggingface.co/Replete-AI/L3.1-Pneuma-8B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
17 |
Refer to the [original model card](https://huggingface.co/Replete-AI/L3.1-Pneuma-8B) for more details on the model.
|
18 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
## Use with llama.cpp
|
20 |
Install llama.cpp through brew (works on Mac and Linux)
|
21 |
|
|
|
16 |
This model was converted to GGUF format from [`Replete-AI/L3.1-Pneuma-8B`](https://huggingface.co/Replete-AI/L3.1-Pneuma-8B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
17 |
Refer to the [original model card](https://huggingface.co/Replete-AI/L3.1-Pneuma-8B) for more details on the model.
|
18 |
|
19 |
+
---
|
20 |
+
Model details:
|
21 |
+
-
|
22 |
+
This model is a fine-tuned version of meta-llama/Llama-3.1-8B-Instruct on the Sandevistan dataset. It achieves the following results on the evaluation set:
|
23 |
+
|
24 |
+
Loss: 2.4357
|
25 |
+
|
26 |
+
This model is designed to challenge common paradigms in training Large Language Models, giving them a focus on user experience over profitability. These are highly experimental, and need preference training in order to increase their effectiveness. It seems to have retained a large amount of the biases that we were trying to eliminate from the corporate instruct models.
|
27 |
+
|
28 |
+
Intended uses & limitations
|
29 |
+
|
30 |
+
Chatting, conversation, and assistance in small downstream tasks.
|
31 |
+
|
32 |
+
Large Language Models work incredibly differently from humans, so while we are capable of training and rewarding them to act just like us in many ways, you should treat it as a simulation and use the Socratic method when engaging with them. You, as an end-user should always remain in control of your own thoughts and decisions, and use AI as a way to improve yourself rather than becoming dependent on it.
|
33 |
+
|
34 |
+
Training procedure
|
35 |
+
|
36 |
+
Training hyperparameters
|
37 |
+
|
38 |
+
The following hyperparameters were used during training:
|
39 |
+
|
40 |
+
learning_rate: 7.8e-06
|
41 |
+
train_batch_size: 8
|
42 |
+
eval_batch_size: 8
|
43 |
+
seed: 42
|
44 |
+
gradient_accumulation_steps: 16
|
45 |
+
total_train_batch_size: 128
|
46 |
+
optimizer: Use OptimizerNames.PAGED_ADAMW_8BIT with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
47 |
+
lr_scheduler_type: cosine
|
48 |
+
num_epochs: 2
|
49 |
+
|
50 |
+
---
|
51 |
## Use with llama.cpp
|
52 |
Install llama.cpp through brew (works on Mac and Linux)
|
53 |
|