Commit
•
785446d
1
Parent(s):
4ed1f75
Add base model metadata information (#1)
Browse files- Add base model metadata information (5a9b414a0a04cb1b5bb6da1016792041097b37a4)
Co-authored-by: Daniel van Strien <davanstrien@users.noreply.huggingface.co>
README.md
CHANGED
@@ -2,6 +2,7 @@
|
|
2 |
license: apache-2.0
|
3 |
datasets:
|
4 |
- HuggingFaceH4/no_robots
|
|
|
5 |
language:
|
6 |
- en
|
7 |
pipeline_tag: text-generation
|
|
|
2 |
license: apache-2.0
|
3 |
datasets:
|
4 |
- HuggingFaceH4/no_robots
|
5 |
+
base_model: mistralai/Mistral-7B-v0.1
|
6 |
language:
|
7 |
- en
|
8 |
pipeline_tag: text-generation
|