Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
---
|
2 |
-
library_name: transformers
|
3 |
language:
|
4 |
- ar
|
5 |
- de
|
@@ -14,15 +13,25 @@ language:
|
|
14 |
- tl
|
15 |
- vi
|
16 |
base_model:
|
17 |
-
- meta-llama/Llama-4-Scout-17B-16E
|
|
|
18 |
tags:
|
|
|
19 |
- facebook
|
20 |
- meta
|
21 |
-
- pytorch
|
22 |
- llama
|
23 |
-
-
|
|
|
24 |
license: other
|
25 |
license_name: llama4
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
---
|
27 |
|
28 |
<h1 style="display: flex; align-items: center; gap: 10px; margin: 0;">
|
|
|
1 |
---
|
|
|
2 |
language:
|
3 |
- ar
|
4 |
- de
|
|
|
13 |
- tl
|
14 |
- vi
|
15 |
base_model:
|
16 |
+
- meta-llama/Llama-4-Scout-17B-16E-Instruct
|
17 |
+
pipeline_tag: image-text-to-text
|
18 |
tags:
|
19 |
+
- llama4
|
20 |
- facebook
|
21 |
- meta
|
|
|
22 |
- llama
|
23 |
+
- conversational
|
24 |
+
- text-generation-inference
|
25 |
license: other
|
26 |
license_name: llama4
|
27 |
+
name: RedHatAI/Llama-4-Scout-17B-16E-Instruct
|
28 |
+
description: The Llama 4 collection of models are natively multimodal AI models that enable text and multimodal experiences. These models leverage a mixture-of-experts architecture to offer industry-leading performance in text and image understanding. These Llama 4 models mark the beginning of a new era for the Llama ecosystem. We are launching two efficient models in the Llama 4 series, Llama 4 Scout, a 17 billion parameter model with 16 experts, and Llama 4 Maverick, a 17 billion parameter model with 128 experts.
|
29 |
+
readme: https://huggingface.co/RedHatAI/Llama-4-Scout-17B-16E-Instruct/main/README.md
|
30 |
+
tasks:
|
31 |
+
- image-text-to-text
|
32 |
+
- text-to-text
|
33 |
+
provider: Meta
|
34 |
+
license_link: https://www.llama.com/llama4/license/
|
35 |
---
|
36 |
|
37 |
<h1 style="display: flex; align-items: center; gap: 10px; margin: 0;">
|