Commit
·
c363cb7
1
Parent(s):
ee7f04c
Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,18 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
|
3 |
# Results:
|
4 |
```
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
tags:
|
5 |
+
- token-classification
|
6 |
+
- conll03
|
7 |
+
- pytorch
|
8 |
+
license: apache-2.0
|
9 |
+
datasets:
|
10 |
+
- conll03
|
11 |
+
metrics:
|
12 |
+
- Accuracy, F1 Score, Precision, Recall
|
13 |
+
---
|
14 |
+
|
15 |
+
# Electra Base Discriminator conll03 English
|
16 |
|
17 |
# Results:
|
18 |
```
|