Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
| 1 |
---
|
| 2 |
library_name: keras-hub
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
## Model Overview
|
| 5 |
Mistral is a set of large language models published by the Mistral AI team. Both pretrained and instruction tuned models are available with 7 billion parameters. See the model card below for benchmarks, data sources, and intended use cases.
|
|
@@ -179,4 +185,4 @@ mistral_lm = keras_hub.models.MistralCausalLM.from_preset(
|
|
| 179 |
dtype="bfloat16"
|
| 180 |
)
|
| 181 |
mistral_lm.fit(x=x, y=y, sample_weight=sw, batch_size=2)
|
| 182 |
-
```
|
|
|
|
| 1 |
---
|
| 2 |
library_name: keras-hub
|
| 3 |
+
license: apache-2.0
|
| 4 |
+
language:
|
| 5 |
+
- en
|
| 6 |
+
tags:
|
| 7 |
+
- text-generation
|
| 8 |
+
- text-conversation
|
| 9 |
---
|
| 10 |
## Model Overview
|
| 11 |
Mistral is a set of large language models published by the Mistral AI team. Both pretrained and instruction tuned models are available with 7 billion parameters. See the model card below for benchmarks, data sources, and intended use cases.
|
|
|
|
| 185 |
dtype="bfloat16"
|
| 186 |
)
|
| 187 |
mistral_lm.fit(x=x, y=y, sample_weight=sw, batch_size=2)
|
| 188 |
+
```
|