Update base_model formatting
Browse files
README.md
CHANGED
@@ -1,5 +1,8 @@
|
|
1 |
---
|
2 |
-
|
|
|
|
|
|
|
3 |
datasets:
|
4 |
- anon8231489123/ShareGPT_Vicuna_unfiltered
|
5 |
- ehartford/wizard_vicuna_70k_unfiltered
|
@@ -13,13 +16,10 @@ datasets:
|
|
13 |
- riddle_sense
|
14 |
- gsm8k
|
15 |
- ewof/code-alpaca-instruct-unfiltered
|
|
|
|
|
16 |
inference: false
|
17 |
-
language:
|
18 |
-
- en
|
19 |
-
library_name: transformers
|
20 |
-
license: other
|
21 |
model_creator: Open Access AI Collective
|
22 |
-
model_name: Manticore 13B Chat Pyg
|
23 |
model_type: llama
|
24 |
pipeline_tag: text-generation
|
25 |
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 |
- anon8231489123/ShareGPT_Vicuna_unfiltered
|
8 |
- ehartford/wizard_vicuna_70k_unfiltered
|
|
|
16 |
- riddle_sense
|
17 |
- gsm8k
|
18 |
- ewof/code-alpaca-instruct-unfiltered
|
19 |
+
model_name: Manticore 13B Chat Pyg
|
20 |
+
base_model: openaccess-ai-collective/manticore-13b-chat-pyg
|
21 |
inference: false
|
|
|
|
|
|
|
|
|
22 |
model_creator: Open Access AI Collective
|
|
|
23 |
model_type: llama
|
24 |
pipeline_tag: text-generation
|
25 |
prompt_template: 'A chat between a curious user and an artificial intelligence assistant.
|