Update README.md
Browse files
README.md
CHANGED
@@ -1,25 +1,33 @@
|
|
1 |
---
|
2 |
-
library_name: transformers
|
3 |
language:
|
4 |
- en
|
|
|
5 |
- fr
|
6 |
- it
|
7 |
- pt
|
8 |
- hi
|
9 |
- es
|
10 |
- th
|
11 |
-
- de
|
12 |
base_model:
|
13 |
-
- meta-llama/Llama-3.
|
|
|
14 |
tags:
|
|
|
15 |
- facebook
|
16 |
- meta
|
17 |
-
- pytorch
|
18 |
-
- llama
|
19 |
- llama-3
|
20 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
---
|
22 |
-
|
23 |
<h1 style="display: flex; align-items: center; gap: 10px; margin: 0;">
|
24 |
Llama-3.3-70B-Instruct
|
25 |
<img src="https://www.redhat.com/rhdc/managed-files/Catalog-Validated_model_0.png" alt="Model Icon" width="40" style="margin: 0; padding: 0;" />
|
|
|
1 |
---
|
|
|
2 |
language:
|
3 |
- en
|
4 |
+
- de
|
5 |
- fr
|
6 |
- it
|
7 |
- pt
|
8 |
- hi
|
9 |
- es
|
10 |
- th
|
|
|
11 |
base_model:
|
12 |
+
- meta-llama/Llama-3.3-70B-Instruct
|
13 |
+
pipeline_tag: text-generation
|
14 |
tags:
|
15 |
+
- llama
|
16 |
- facebook
|
17 |
- meta
|
|
|
|
|
18 |
- llama-3
|
19 |
+
- conversational
|
20 |
+
- text-generation-inference
|
21 |
+
license: other
|
22 |
+
license_name: llama3.3
|
23 |
+
name: RedHatAI/Llama-3.3-70B-Instruct
|
24 |
+
description: The Meta Llama 3.3 multilingual large language model (LLM) is an instruction tuned generative model in 70B.
|
25 |
+
readme: https://huggingface.co/RedHatAI/Llama-3.3-70B-Instruct/main/README.md
|
26 |
+
tasks:
|
27 |
+
- text-to-text
|
28 |
+
provider: Meta
|
29 |
+
license_link: https://www.llama.com/llama3_3/license/
|
30 |
---
|
|
|
31 |
<h1 style="display: flex; align-items: center; gap: 10px; margin: 0;">
|
32 |
Llama-3.3-70B-Instruct
|
33 |
<img src="https://www.redhat.com/rhdc/managed-files/Catalog-Validated_model_0.png" alt="Model Icon" width="40" style="margin: 0; padding: 0;" />
|