Tiancheng Hu
commited on
Commit
·
9e6e707
1
Parent(s):
d9b470b
Update README.md
Browse files
README.md
CHANGED
@@ -1,19 +1,18 @@
|
|
|
|
1 |
---
|
2 |
-
language:
|
3 |
-
-
|
|
|
|
|
|
|
4 |
tags:
|
5 |
-
-
|
|
|
|
|
6 |
datasets:
|
7 |
-
-
|
|
|
8 |
metrics:
|
9 |
-
-
|
10 |
-
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
This is a T5 small model finetuned on CoNLL-2003 dataset.
|
15 |
-
|
16 |
-
Example input and output:
|
17 |
-
“Recognize all the named entities in this sequence (replace named entities with one of [PER], [ORG], [LOC], [MISC]): When Alice visited New York” → “When PER visited LOC LOC"
|
18 |
-
|
19 |
-
---
|
|
|
1 |
+
|
2 |
---
|
3 |
+
language:
|
4 |
+
- "List of ISO 639-1 code for your language"
|
5 |
+
- lang1
|
6 |
+
- lang2
|
7 |
+
thumbnail: "url to a thumbnail used in social sharing"
|
8 |
tags:
|
9 |
+
- tag1
|
10 |
+
- tag2
|
11 |
+
license: "apache-2.0"
|
12 |
datasets:
|
13 |
+
- dataset1
|
14 |
+
- dataset2
|
15 |
metrics:
|
16 |
+
- metric1
|
17 |
+
- metric2
|
18 |
+
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|