Commit
•
3e721cf
1
Parent(s):
badff7b
Upload prompt template fineweb-edu-prompt.yaml
Browse files- fineweb-edu-prompt.yaml +36 -21
fineweb-edu-prompt.yaml
CHANGED
@@ -1,26 +1,41 @@
|
|
1 |
prompt:
|
2 |
-
template:
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
template_variables:
|
21 |
-
|
22 |
-
|
23 |
-
metadata:
|
24 |
source: https://huggingface.co/HuggingFaceFW/fineweb-edu-classifier/blob/main/utils/prompt.txt
|
25 |
original-model-used: meta-llama/Meta-Llama-3-70B-Instruct
|
26 |
implementation-details: https://huggingface.co/datasets/HuggingFaceFW/fineweb-edu#annotation
|
|
|
|
|
|
1 |
prompt:
|
2 |
+
template:
|
3 |
+
- role: user
|
4 |
+
content: "Below is an extract from a web page. Evaluate whether the page has a\
|
5 |
+
\ high educational value and could be useful in an educational setting for teaching\
|
6 |
+
\ from primary school to grade school levels using the additive 5-point scoring\
|
7 |
+
\ system described below. Points are accumulated based on the satisfaction of\
|
8 |
+
\ each criterion:\n\n- Add 1 point if the extract provides some basic information\
|
9 |
+
\ relevant to educational topics, even if it includes some irrelevant or non-academic\
|
10 |
+
\ content like advertisements and promotional material.\n- Add another point\
|
11 |
+
\ if the extract addresses certain elements pertinent to education but does\
|
12 |
+
\ not align closely with educational standards. It might mix educational content\
|
13 |
+
\ with non-educational material, offering a superficial overview of potentially\
|
14 |
+
\ useful topics, or presenting information in a disorganized manner and incoherent\
|
15 |
+
\ writing style.\n- Award a third point if the extract is appropriate for educational\
|
16 |
+
\ use and introduces key concepts relevant to school curricula. It is coherent\
|
17 |
+
\ though it may not be comprehensive or could include some extraneous information.\
|
18 |
+
\ It may resemble an introductory section of a textbook or a basic tutorial\
|
19 |
+
\ that is suitable for learning but has notable limitations like treating concepts\
|
20 |
+
\ that are too complex for grade school students. \n- Grant a fourth point if\
|
21 |
+
\ the extract highly relevant and beneficial for educational purposes for a\
|
22 |
+
\ level not higher than grade school, exhibiting a clear and consistent writing\
|
23 |
+
\ style. It could be similar to a chapter from a textbook or a tutorial, offering\
|
24 |
+
\ substantial educational content, including exercises and solutions, with minimal\
|
25 |
+
\ irrelevant information, and the concepts aren't too advanced for grade school\
|
26 |
+
\ students. The content is coherent, focused, and valuable for structured learning.\n\
|
27 |
+
- Bestow a fifth point if the extract is outstanding in its educational value,\
|
28 |
+
\ perfectly suited for teaching either at primary school or grade school. It\
|
29 |
+
\ follows detailed reasoning, the writing style is easy to follow and offers\
|
30 |
+
\ profound and thorough insights into the subject matter, devoid of any non-educational\
|
31 |
+
\ or complex content.\n\nThe extract:\n{{text_to_score}}.\n\nAfter examining\
|
32 |
+
\ the extract: \n- Briefly justify your total score, up to 100 words.\n- Conclude\
|
33 |
+
\ with the score using the format: \"Educational score: <total points>\""
|
34 |
template_variables:
|
35 |
+
- text_to_score
|
36 |
+
metadata:
|
|
|
37 |
source: https://huggingface.co/HuggingFaceFW/fineweb-edu-classifier/blob/main/utils/prompt.txt
|
38 |
original-model-used: meta-llama/Meta-Llama-3-70B-Instruct
|
39 |
implementation-details: https://huggingface.co/datasets/HuggingFaceFW/fineweb-edu#annotation
|
40 |
+
client_parameters: {}
|
41 |
+
custom_data: {}
|