Update README.md
Browse files
README.md
CHANGED
@@ -46,7 +46,7 @@ Pastikan untuk memperbarui instalasi transformer Anda melalui pip install --upgr
|
|
46 |
import torch
|
47 |
from transformers import pipeline
|
48 |
|
49 |
-
model_id = "kodetr/
|
50 |
pipe = pipeline(
|
51 |
"text-generation",
|
52 |
model=model_id,
|
|
|
46 |
import torch
|
47 |
from transformers import pipeline
|
48 |
|
49 |
+
model_id = "kodetr/hukum-indo-qa-v1"
|
50 |
pipe = pipeline(
|
51 |
"text-generation",
|
52 |
model=model_id,
|