Add files using upload-large-folder tool
Browse files
README.md
CHANGED
@@ -13,11 +13,8 @@ language:
|
|
13 |
- th
|
14 |
- tl
|
15 |
- vi
|
16 |
-
base_model:
|
17 |
-
- meta-llama/Llama-4-Scout-17B-16E
|
18 |
tags:
|
19 |
- facebook
|
20 |
-
- unsloth
|
21 |
- meta
|
22 |
- pytorch
|
23 |
- llama
|
@@ -177,7 +174,7 @@ Please, make sure you have transformers `v4.51.0` installed, or upgrade using `p
|
|
177 |
from transformers import pipeline
|
178 |
import torch
|
179 |
|
180 |
-
model_id = "meta-llama/Llama-4-
|
181 |
|
182 |
pipe = pipeline(
|
183 |
"text-generation",
|
|
|
13 |
- th
|
14 |
- tl
|
15 |
- vi
|
|
|
|
|
16 |
tags:
|
17 |
- facebook
|
|
|
18 |
- meta
|
19 |
- pytorch
|
20 |
- llama
|
|
|
174 |
from transformers import pipeline
|
175 |
import torch
|
176 |
|
177 |
+
model_id = "meta-llama/Llama-4-Scout-17B-16E"
|
178 |
|
179 |
pipe = pipeline(
|
180 |
"text-generation",
|