ErgodicEntropy
commited on
Commit
•
0c1fa5b
1
Parent(s):
3d790a2
Update the pipeline_tag to Text Generation
Browse files
README.md
CHANGED
@@ -5,21 +5,17 @@ license: apache-2.0
|
|
5 |
model_creator: Merlyn Mind
|
6 |
model_name: Merlyn Education Corpus QA v2
|
7 |
model_type: llama
|
8 |
-
prompt_template:
|
9 |
-
|
10 |
Conversation:
|
11 |
-
|
12 |
-
''
|
13 |
-
|
14 |
-
''user2'':\tuser message to analyse
|
15 |
-
|
16 |
Response:
|
17 |
-
|
18 |
-
'
|
19 |
quantized_by: TheBloke
|
20 |
tags:
|
21 |
- MerlynMind
|
22 |
- education
|
|
|
23 |
---
|
24 |
<!-- markdownlint-disable MD041 -->
|
25 |
|
@@ -412,4 +408,4 @@ This model is trained on a larger dataset compared to the [pythia-based v1 model
|
|
412 |
|
413 |
|
414 |
|
415 |
-
<!-- original-model-card end -->
|
|
|
5 |
model_creator: Merlyn Mind
|
6 |
model_name: Merlyn Education Corpus QA v2
|
7 |
model_type: llama
|
8 |
+
prompt_template: |
|
9 |
+
Instruction:\t{system_message}
|
10 |
Conversation:
|
11 |
+
'user1':\tuser message to analyse
|
12 |
+
'user2':\tuser message to analyse
|
|
|
|
|
|
|
13 |
Response:
|
|
|
|
|
14 |
quantized_by: TheBloke
|
15 |
tags:
|
16 |
- MerlynMind
|
17 |
- education
|
18 |
+
pipeline_tag: text-generation
|
19 |
---
|
20 |
<!-- markdownlint-disable MD041 -->
|
21 |
|
|
|
408 |
|
409 |
|
410 |
|
411 |
+
<!-- original-model-card end -->
|