Triangle104
commited on
Commit
•
d22dfd5
1
Parent(s):
a011149
Update README.md
Browse files
README.md
CHANGED
@@ -10,6 +10,26 @@ tags:
|
|
10 |
This model was converted to GGUF format from [`TheDrummer/Hubble-4B-v1`](https://huggingface.co/TheDrummer/Hubble-4B-v1) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
11 |
Refer to the [original model card](https://huggingface.co/TheDrummer/Hubble-4B-v1) for more details on the model.
|
12 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
## Use with llama.cpp
|
14 |
Install llama.cpp through brew (works on Mac and Linux)
|
15 |
|
|
|
10 |
This model was converted to GGUF format from [`TheDrummer/Hubble-4B-v1`](https://huggingface.co/TheDrummer/Hubble-4B-v1) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
11 |
Refer to the [original model card](https://huggingface.co/TheDrummer/Hubble-4B-v1) for more details on the model.
|
12 |
|
13 |
+
---
|
14 |
+
Model details:
|
15 |
+
-
|
16 |
+
Equipped with his five senses, man explores the universe around him and calls the adventure 'Science'.
|
17 |
+
|
18 |
+
image/png
|
19 |
+
Description
|
20 |
+
|
21 |
+
This is a finetune of Nvidia's Llama 3.1 4B Minitron - a shrunk down model of Llama 3.1 8B 128K.
|
22 |
+
Usage
|
23 |
+
|
24 |
+
ChatML or Text Completion
|
25 |
+
Add <|im_end|> as a stop token
|
26 |
+
|
27 |
+
|
28 |
+
Technical Note
|
29 |
+
-
|
30 |
+
Hubble was trained on ChatML with <|end_of_text|> as the EOS token. If you encounter any issues with the model, please let me know!
|
31 |
+
|
32 |
+
---
|
33 |
## Use with llama.cpp
|
34 |
Install llama.cpp through brew (works on Mac and Linux)
|
35 |
|