amanpatkar
commited on
update
Browse files
README.md
CHANGED
@@ -1,6 +1,13 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
---
|
5 |
|
6 |
# Model Card for Model ID
|
@@ -17,13 +24,12 @@ tags: []
|
|
17 |
|
18 |
This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
|
19 |
|
20 |
-
- **Developed by:**
|
21 |
-
- **Funded by [optional]:**
|
22 |
-
- **
|
23 |
-
- **
|
24 |
-
- **
|
25 |
-
- **
|
26 |
-
- **Finetuned from model [optional]:** [More Information Needed]
|
27 |
|
28 |
### Model Sources [optional]
|
29 |
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
+
license: mit
|
4 |
+
datasets:
|
5 |
+
- eriktks/conll2003
|
6 |
+
language:
|
7 |
+
- en
|
8 |
+
metrics:
|
9 |
+
- seqeval
|
10 |
+
pipeline_tag: token-classification
|
11 |
---
|
12 |
|
13 |
# Model Card for Model ID
|
|
|
24 |
|
25 |
This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
|
26 |
|
27 |
+
- **Developed by:** AMAN PATKAR [https://www.linkedin.com/in/aman-patkar-086368159/]
|
28 |
+
- **Funded by [optional]:** None
|
29 |
+
- **Model type:** Token Classification - Named Entity Recognition
|
30 |
+
- **Language(s) (NLP):** English
|
31 |
+
- **License:** MIT
|
32 |
+
- **Finetuned from model [optional]:** distilbert-base-cased
|
|
|
33 |
|
34 |
### Model Sources [optional]
|
35 |
|