add base_model
#1
by
cfahlgren1
HF staff
- opened
README.md
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
---
|
2 |
pipeline_tag: text-generation
|
3 |
license: apache-2.0
|
|
|
|
|
4 |
---
|
5 |
|
6 |

|
|
|
1 |
---
|
2 |
pipeline_tag: text-generation
|
3 |
license: apache-2.0
|
4 |
+
base_model:
|
5 |
+
- mistralai/Mistral-7B-Instruct-v0.3
|
6 |
---
|
7 |
|
8 |

|