Update README.md
Browse files
README.md
CHANGED
@@ -13,34 +13,23 @@ should probably proofread and complete it, then remove this comment. -->
|
|
13 |
|
14 |
# mistral-pdf-to-quizz-7b
|
15 |
|
16 |
-
This model is a fine-tuned version of [TheBloke/Mistral-7B-Instruct-v0.1-GPTQ](https://huggingface.co/TheBloke/Mistral-7B-Instruct-v0.1-GPTQ)
|
17 |
|
18 |
## Model description
|
19 |
|
20 |
-
- Trained on 168 prompts that generate in order to generate a multiple question choices responses (https://huggingface.co/datasets/fbellame/
|
21 |
|
22 |
```
|
23 |
-
You are a teacher preparing questions for a quiz. Given the following document, please generate 1 multiple-choice questions (MCQs) with 4 options and a corresponding
|
24 |
-
answer letter based on the document.
|
25 |
-
Example question:
|
26 |
-
Question: question here
|
27 |
-
CHOICE_A: choice here
|
28 |
-
CHOICE_B: choice here
|
29 |
-
CHOICE_C: choice here
|
30 |
-
CHOICE_D: choice here
|
31 |
-
Answer: A or B or C or D
|
32 |
-
These questions should be detailed and solely based on the information provided in the document.
|
33 |
-
<Begin Document>
|
34 |
-
In 1229, the King had to struggle with a long lasting strike at the University of Paris. The Quartier Latin was strongly hit by these strikes.
|
35 |
-
<End Document>"
|
36 |
-
|
37 |
|
|
|
|
|
38 |
question: What was the cause of the strike at the University of Paris in 1229?
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
reponse:
|
44 |
|
45 |
```
|
46 |
|
|
|
13 |
|
14 |
# mistral-pdf-to-quizz-7b
|
15 |
|
16 |
+
This model is a fine-tuned version of [TheBloke/Mistral-7B-Instruct-v0.1-GPTQ](https://huggingface.co/TheBloke/Mistral-7B-Instruct-v0.1-GPTQ).
|
17 |
|
18 |
## Model description
|
19 |
|
20 |
+
- Trained on 168 prompts that generate in order to generate a multiple question choices responses (https://huggingface.co/datasets/fbellame/pdf_to_quizz_mistral)
|
21 |
|
22 |
```
|
23 |
+
<s>[INST] You are a teacher preparing questions for a quiz. Given the following document, please generate 1 multiple-choice questions (MCQs) with 4 options and a corresponding answer letter based on the document.\\n\\nExample question:\\n\\nQuestion: question here\\nCHOICE_A: choice here\\nCHOICE_B: choice here\\nCHOICE_C: choice here\\nCHOICE_D: choice here\\nAnswer: A or B or C or D\\n\\nThese questions should be detailed and solely based on the information provided in the document.\\n here are the inputs \\n{doc}\\n[/INST]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
|
25 |
+
doc=In 1229, the King had to struggle with a long lasting strike at the University of Paris. The Quartier Latin was strongly hit by these strikes.
|
26 |
+
|
27 |
question: What was the cause of the strike at the University of Paris in 1229?
|
28 |
+
choice_A: The King's interference in university affairs
|
29 |
+
choice_B: A shortage of resources for the university
|
30 |
+
choice_C: A disagreement between faculty members
|
31 |
+
choice_D: The Quartier Latin being strongly hit by a natural disaster
|
32 |
+
reponse: choice_B
|
33 |
|
34 |
```
|
35 |
|