amanpatkar commited on
Commit
958f287
·
verified ·
1 Parent(s): ae2e298
Files changed (1) hide show
  1. README.md +14 -8
README.md CHANGED
@@ -1,6 +1,13 @@
1
  ---
2
  library_name: transformers
3
- tags: []
 
 
 
 
 
 
 
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:** [More Information Needed]
21
- - **Funded by [optional]:** [More Information Needed]
22
- - **Shared by [optional]:** [More Information Needed]
23
- - **Model type:** [More Information Needed]
24
- - **Language(s) (NLP):** [More Information Needed]
25
- - **License:** [More Information Needed]
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