Update README.md
Browse files
README.md
CHANGED
@@ -1,17 +1,29 @@
|
|
1 |
---
|
2 |
-
license: llama3.1
|
3 |
language:
|
4 |
- en
|
5 |
-
|
6 |
-
|
|
|
|
|
7 |
tags:
|
|
|
8 |
- nvidia
|
9 |
- llama3.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
datasets:
|
11 |
- nvidia/HelpSteer2
|
12 |
-
base_model: meta-llama/Llama-3.1-70B-Instruct
|
13 |
-
pipeline_tag: text-generation
|
14 |
-
library_name: transformers
|
15 |
---
|
16 |
|
17 |
<h1 style="display: flex; align-items: center; gap: 10px; margin: 0;">
|
|
|
1 |
---
|
|
|
2 |
language:
|
3 |
- en
|
4 |
+
base_model:
|
5 |
+
- nvidia/Llama-3.1-Nemotron-70B-Instruct-HF
|
6 |
+
- meta-llama/Llama-3.1-70B-Instruct
|
7 |
+
pipeline_tag: text-generation
|
8 |
tags:
|
9 |
+
- llama
|
10 |
- nvidia
|
11 |
- llama3.1
|
12 |
+
- conversational
|
13 |
+
- text-generation-inference
|
14 |
+
license: llama3.1
|
15 |
+
license_name: llama3.1
|
16 |
+
name: RedHatAI/Llama-3.1-Nemotron-70B-Instruct-HF
|
17 |
+
description: A large language model customized by NVIDIA to improve helpfulness, converted to support the HuggingFace Transformers codebase.
|
18 |
+
readme: https://huggingface.co/RedHatAI/Llama-3.1-Nemotron-70B-Instruct-HF/main/README.md
|
19 |
+
tasks:
|
20 |
+
- text-to-text
|
21 |
+
provider: NVIDIA
|
22 |
+
license_link: https://github.com/meta-llama/llama-models/blob/main/models/llama3_1/LICENSE
|
23 |
+
inference: false
|
24 |
+
fine-tuning: false
|
25 |
datasets:
|
26 |
- nvidia/HelpSteer2
|
|
|
|
|
|
|
27 |
---
|
28 |
|
29 |
<h1 style="display: flex; align-items: center; gap: 10px; margin: 0;">
|