fbellame commited on
Commit
3959bae
·
1 Parent(s): 7f16d33

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -1
README.md CHANGED
@@ -17,7 +17,32 @@ This model is a fine-tuned version of [TheBloke/Mistral-7B-Instruct-v0.1-GPTQ](h
17
 
18
  ## Model description
19
 
20
- More information needed
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
 
22
  ## Intended uses & limitations
23
 
 
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_7B)
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
+ A: The King's interference in university affairs
40
+ B: A shortage of resources for the university
41
+ C: A disagreement between faculty members
42
+ D: The Quartier Latin being strongly hit by a natural disaster
43
+ reponse: B
44
+
45
+ ```
46
 
47
  ## Intended uses & limitations
48