Update README.md
Browse files
README.md
CHANGED
@@ -12,10 +12,8 @@ tags:
|
|
12 |
---
|
13 |
|
14 |
``` python
|
15 |
-
from transformers import pipeline
|
16 |
import torch
|
17 |
import huggingface_hub
|
18 |
-
|
19 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
20 |
|
21 |
model_id = 'yainage90/Llama3-open-Ko-3-8B-Law-Chat-Full-Weights'
|
|
|
12 |
---
|
13 |
|
14 |
``` python
|
|
|
15 |
import torch
|
16 |
import huggingface_hub
|
|
|
17 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
18 |
|
19 |
model_id = 'yainage90/Llama3-open-Ko-3-8B-Law-Chat-Full-Weights'
|