Update README.md
Browse files
README.md
CHANGED
@@ -11,6 +11,8 @@ base_model:
|
|
11 |
- BioMistral/BioMistral-7B
|
12 |
- mistralai/Mathstral-7B-v0.1
|
13 |
- FPHam/Writing_Partner_Mistral_7B
|
|
|
|
|
14 |
---
|
15 |
|
16 |
# EduMixtral-4x7B
|
@@ -105,4 +107,4 @@ print(tokenizer.decode(outputs[0], skip_special_tokens=True))
|
|
105 |
>To find the total number of pages she read in two days, we add the pages she read on the first day and the second day:
|
106 |
>\[ 30 \text{ pages} + 48 \text{ pages} = 78 \text{ pages} \]
|
107 |
>Therefore, Xiaoli read a total of 78 pages in two days.
|
108 |
-
>Final answer: Xiaoli read 78 pages in total
|
|
|
11 |
- BioMistral/BioMistral-7B
|
12 |
- mistralai/Mathstral-7B-v0.1
|
13 |
- FPHam/Writing_Partner_Mistral_7B
|
14 |
+
library_name: transformers
|
15 |
+
pipeline_tag: text-generation
|
16 |
---
|
17 |
|
18 |
# EduMixtral-4x7B
|
|
|
107 |
>To find the total number of pages she read in two days, we add the pages she read on the first day and the second day:
|
108 |
>\[ 30 \text{ pages} + 48 \text{ pages} = 78 \text{ pages} \]
|
109 |
>Therefore, Xiaoli read a total of 78 pages in two days.
|
110 |
+
>Final answer: Xiaoli read 78 pages in total
|