noahjadallah commited on
Commit
2a2895e
1 Parent(s): 7a1543f

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ This model uses BERT to detect cause and effect from a single sentence. The focus of this model is the domain of software requirements engineering, however, it can also be used for other domains.
2
+
3
+ The model outputs one of the following 5 labels for each token:
4
+
5
+ Other
6
+ B-Cause
7
+ I-Cause
8
+ B-Effect
9
+ I-Effect