Update base_model formatting
Browse files
README.md
CHANGED
@@ -1,5 +1,8 @@
|
|
1 |
---
|
2 |
-
|
|
|
|
|
|
|
3 |
datasets:
|
4 |
- QingyiSi/Alpaca-CoT
|
5 |
- teknium/GPT4-LLM-Cleaned
|
@@ -10,13 +13,10 @@ datasets:
|
|
10 |
- riddle_sense
|
11 |
- gsm8k
|
12 |
- OpenAssistant/oasst1
|
|
|
|
|
13 |
inference: false
|
14 |
-
language:
|
15 |
-
- en
|
16 |
-
library_name: transformers
|
17 |
-
license: other
|
18 |
model_creator: Open Access AI Collective
|
19 |
-
model_name: Hippogriff 30B Chat
|
20 |
model_type: llama
|
21 |
pipeline_tag: text-generation
|
22 |
prompt_template: 'A chat between a curious user and an artificial intelligence assistant.
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
license: other
|
5 |
+
library_name: transformers
|
6 |
datasets:
|
7 |
- QingyiSi/Alpaca-CoT
|
8 |
- teknium/GPT4-LLM-Cleaned
|
|
|
13 |
- riddle_sense
|
14 |
- gsm8k
|
15 |
- OpenAssistant/oasst1
|
16 |
+
model_name: Hippogriff 30B Chat
|
17 |
+
base_model: openaccess-ai-collective/hippogriff-30b-chat
|
18 |
inference: false
|
|
|
|
|
|
|
|
|
19 |
model_creator: Open Access AI Collective
|
|
|
20 |
model_type: llama
|
21 |
pipeline_tag: text-generation
|
22 |
prompt_template: 'A chat between a curious user and an artificial intelligence assistant.
|