digo-prayudha
commited on
Commit
•
c888403
1
Parent(s):
ed00d68
Update README.md
Browse files
README.md
CHANGED
@@ -32,7 +32,7 @@ This model is a fine-tuned version of [meta-llama/Llama-3.2-1B-Instruct](https:/
|
|
32 |
import torch
|
33 |
from transformers import pipeline
|
34 |
|
35 |
-
model_id = "
|
36 |
pipe = pipeline(
|
37 |
"text-generation",
|
38 |
model=model_id,
|
|
|
32 |
import torch
|
33 |
from transformers import pipeline
|
34 |
|
35 |
+
model_id = "digo-prayudha/Llama-3.2-1B-Indonesian"
|
36 |
pipe = pipeline(
|
37 |
"text-generation",
|
38 |
model=model_id,
|