How to use from the
Use from the
llama-cpp-python library
# !pip install llama-cpp-python

from llama_cpp import Llama

llm = Llama.from_pretrained(
	repo_id="joongi007/JEJUMA-001-GGUF",
	filename="",
)
llm.create_chat_completion(
	messages = [
		{
			"role": "user",
			"content": "What is the capital of France?"
		}
	]
)

Prompt(LM Studio)

<|start_header_id|>system<|end_header_id|>

{System}
<|eot_id|><|start_header_id|>user<|end_header_id|>

{User}
<|eot_id|><|start_header_id|>assistant<|end_header_id|>

{Assistant}

Example of User Prompts

Detect the following sentence or word is Jeju island dialect or standard Korean: 
```
{Enter the Jeju island dialect or standard Korean here}
```
Detect the following sentence or word is Jeju island dialect or standard Korean and convert the following sentence or word to Jeju island dialect or standard Korean: 
```
{Enter Jeju island dialect or standard Korean here}
```
Downloads last month
32
GGUF
Model size
8B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

2-bit

3-bit

4-bit

5-bit

6-bit

8-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for joongi007/JEJUMA-001-GGUF

Quantized
(1)
this model

Collection including joongi007/JEJUMA-001-GGUF