MSey commited on
Commit
e6745fc
1 Parent(s): 8b076de

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -33,4 +33,8 @@ average_f1 = 0.8471840815156323
33
 
34
  - Prompt Format (see example):
35
 
36
- ### ### Context\n{Nachricht}\n\n### Answer
 
 
 
 
 
33
 
34
  - Prompt Format (see example):
35
 
36
+ ### ### Context\n{Nachricht}\n\n### Answer
37
+
38
+
39
+ def context_text(text):
40
+ return f"### Context\n{text}\n\n### Answer"