Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,15 @@
|
|
1 |
---
|
2 |
library_name: keras-hub
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
### Model Overview
|
5 |
Llama 3 is a set of large language models published by Meta. Both pretrained and instruction tuned models are available, and range in size from 7 billion to 70 billion parameters. See the model card below for benchmarks, data sources, and intended use cases.
|
|
|
1 |
---
|
2 |
library_name: keras-hub
|
3 |
+
license: llama3
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
tags:
|
7 |
+
- text-generation
|
8 |
+
- text-classification
|
9 |
+
- text-generation-inference
|
10 |
+
- text-to-text-generation
|
11 |
+
- text-conversation
|
12 |
+
pipeline_tag: text-generation
|
13 |
---
|
14 |
### Model Overview
|
15 |
Llama 3 is a set of large language models published by Meta. Both pretrained and instruction tuned models are available, and range in size from 7 billion to 70 billion parameters. See the model card below for benchmarks, data sources, and intended use cases.
|