MSey commited on
Commit
5b548f6
1 Parent(s): 4e97143

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -5
README.md CHANGED
@@ -2,14 +2,14 @@
2
  language: ger
3
  license: apache-2.0
4
  widget:
5
- - text: '###Context
6
-
7
 
8
  Der Patient hat Brustkrebs.
9
 
10
-
11
- ###Answer'
12
  example_title: Patient mit Brustkreb
 
13
  ---
14
  tiny Llama trained on BRO dataset with NER tags, Labels and Tokens.
15
 
@@ -29,4 +29,9 @@ AVGf1 = 93%, overall_f1 = 82%
29
 
30
  'overall_precision': 0.7672955974842768, 'overall_recall': 0.8304455445544554, 'overall_f1': 0.7976225854383358, 'overall_accuracy': 0.9280119624038735}
31
 
32
- average_f1 = 0.8471840815156323
 
 
 
 
 
 
2
  language: ger
3
  license: apache-2.0
4
  widget:
5
+ - text: |-
6
+ ###Context
7
 
8
  Der Patient hat Brustkrebs.
9
 
10
+ ###Answer
 
11
  example_title: Patient mit Brustkreb
12
+ pipeline_tag: text-generation
13
  ---
14
  tiny Llama trained on BRO dataset with NER tags, Labels and Tokens.
15
 
 
29
 
30
  'overall_precision': 0.7672955974842768, 'overall_recall': 0.8304455445544554, 'overall_f1': 0.7976225854383358, 'overall_accuracy': 0.9280119624038735}
31
 
32
+ average_f1 = 0.8471840815156323
33
+
34
+ Prompt Format:
35
+ """
36
+ ### Context\nDer Tumormarker AFP ist weiterhin weitestgehend stabil bei 10 ug/l .\n\n### Answer
37
+ """