Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,21 @@
|
|
1 |
---
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
---
|
5 |
|
6 |
# Model Card for Model ID
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
pipeline_tag: text-generation
|
5 |
+
tags:
|
6 |
+
- facebook
|
7 |
+
- meta
|
8 |
+
- pytorch
|
9 |
+
- llama
|
10 |
+
- llama-3
|
11 |
+
license: apache-2.0
|
12 |
+
license_name: llama3
|
13 |
+
inference:
|
14 |
+
parameters:
|
15 |
+
max_new_tokens: 300
|
16 |
+
stop:
|
17 |
+
- <|end_of_text|>
|
18 |
+
- <|eot_id|>
|
19 |
---
|
20 |
|
21 |
# Model Card for Model ID
|