pheinisch commited on
Commit
25ddff0
1 Parent(s): 5a9b3c0

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # _EXPERIMENTAL_ roberta-base-150T-argumentative-sentence-detector
2
+
3
+ (this model might not be the optimal one for accomplishing the task)
4
+
5
+ - Task: Detects whether a sentence is argumentative (1 - yes/ 0 - not) given the topic and the sentence itself.
6
+ - language: English
7
+ - dataset: Few-Shot-150T Corpus v1.1 (FS150T-Corpus) _fin-tuned roberta-base_
8
+
9
+ ## Performace on test data
10
+
11
+ ````
12
+ {'accuracy': 0.7451388888888889,
13
+ 'f1': 0.6690712353471596,
14
+ 'precision': 0.733201581027668,
15
+ 'recall': 0.615257048092869}
16
+ ````