emanjavacas commited on
Commit
6cabd73
1 Parent(s): 3b668a6

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ Sequence Classification model fine-tuned from `emanjavacas/MacBERTh` on a dataset of manually annotated ing-forms.
2
+ The classification schemes is as follows:
3
+
4
+ ```
5
+ ['NAME', 'NOMINAL-ING', 'NOUN', 'PARTICIPLE', 'VERB']
6
+ ```
7
+