AdithyaSrivastava01 commited on
Commit
a738b08
·
verified ·
1 Parent(s): c81bd99

Add README

Browse files
Files changed (1) hide show
  1. README.md +25 -22
README.md CHANGED
@@ -1,22 +1,25 @@
1
- ---
2
- base_model: unsloth/Meta-Llama-3.1-8B-bnb-4bit
3
- tags:
4
- - text-generation-inference
5
- - transformers
6
- - unsloth
7
- - llama
8
- - gguf
9
- license: apache-2.0
10
- language:
11
- - en
12
- ---
13
-
14
- # Uploaded model
15
-
16
- - **Developed by:** theneuralmaze
17
- - **License:** apache-2.0
18
- - **Finetuned from model :** unsloth/Meta-Llama-3.1-8B-bnb-4bit
19
-
20
- This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
21
-
22
- [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
 
 
 
 
1
+ ---
2
+ library_name: llama.cpp
3
+ ---
4
+
5
+ # RickLLM
6
+
7
+ This is a GGUF format model uploaded using llama.cpp.
8
+
9
+ ## Model Details
10
+
11
+ - **Model Format:** GGUF (GPU/CPU inference using llama.cpp)
12
+ - **Base Model:** Unsloth
13
+ - **Quantization:** Q8_0
14
+ - **Use Case:** This model can be used with llama.cpp for efficient inference on both GPU and CPU.
15
+
16
+ ## Usage
17
+
18
+ This model can be used with llama.cpp. Example usage:
19
+
20
+ ```bash
21
+ ./main -m RickLLM.gguf -n 1024
22
+ ```
23
+
24
+ ## License
25
+ Please refer to the original model's license for terms of use.