Update model documentation with YAML metadata
Browse files
README.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
|
| 2 |
# RA-Mistral-7B Model
|
| 3 |
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language: en
|
| 3 |
+
license: mit
|
| 4 |
+
tasks:
|
| 5 |
+
- text-generation
|
| 6 |
+
inference:
|
| 7 |
+
parameters:
|
| 8 |
+
max_new_tokens: 150
|
| 9 |
+
temperature: 0.7
|
| 10 |
+
top_p: 0.9
|
| 11 |
+
---
|
| 12 |
|
| 13 |
# RA-Mistral-7B Model
|
| 14 |
|