emanjavacas
commited on
Commit
·
6cabd73
1
Parent(s):
3b668a6
Create README.md
Browse files
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 |
+
|