aparnabhat commited on
Commit
e5646b3
1 Parent(s): a6f2fb5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -86
README.md CHANGED
@@ -39,93 +39,10 @@ widget:
39
  - **Language(s) (NLP):** {{ Python }}
40
  - **Finetuned from model [optional]:** {{ bert-base-multilingual-cased }}
41
 
42
- ## Model Sources [optional]
 
 
43
 
44
- <!-- Provide the basic links for the model. -->
45
-
46
- - **Repository:** {{ repo | default("[More Information Needed]", true)}}
47
- <!-- - **Paper [optional]:** {{ paper | default("[More Information Needed]", true)}}
48
- - **Demo [optional]:** {{ demo | default("[More Information Needed]", true)}} -->
49
-
50
- # Uses
51
-
52
- <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
53
-
54
- ## Direct Use
55
-
56
- <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
57
-
58
- {{ direct_use | default("[More Information Needed]", true)}}
59
-
60
- ## Downstream Use [optional]
61
-
62
- <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
63
-
64
- {{ downstream_use | default("[More Information Needed]", true)}}
65
-
66
- ## Out-of-Scope Use
67
-
68
- <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
69
-
70
- {{ out_of_scope_use | default("[More Information Needed]", true)}}
71
-
72
- # Bias, Risks, and Limitations
73
-
74
- <!-- This section is meant to convey both technical and sociotechnical limitations. -->
75
-
76
- {{ bias_risks_limitations | default("[More Information Needed]", true)}}
77
-
78
- ## Recommendations
79
-
80
- <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
81
-
82
- {{ bias_recommendations | default("Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.", true)}}
83
-
84
- # Training Details
85
-
86
- ## Training Data
87
-
88
- <!-- This should link to a Data Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
89
-
90
- {{ training_data | default("[More Information Needed]", true)}}
91
-
92
- ## Training Procedure [optional]
93
-
94
- <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
95
-
96
- ### Preprocessing
97
-
98
- {{ preprocessing | default("[More Information Needed]", true)}}
99
-
100
- ### Speeds, Sizes, Times
101
-
102
- <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
103
-
104
- {{ speeds_sizes_times | default("[More Information Needed]", true)}}
105
-
106
- # Evaluation
107
-
108
- <!-- This section describes the evaluation protocols and provides the results. -->
109
-
110
- ## Testing Data, Factors & Metrics
111
-
112
- ### Testing Data
113
-
114
- <!-- This should link to a Data Card if possible. -->
115
-
116
- {{ testing_data | default("[More Information Needed]", true)}}
117
-
118
- ### Factors
119
-
120
- <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
121
-
122
- {{ testing_factors | default("[More Information Needed]", true)}}
123
-
124
- ### Metrics
125
-
126
- <!-- These are the evaluation metrics being used, ideally with a description of why. -->
127
-
128
- {{ testing_metrics | default("[More Information Needed]", true)}}
129
 
130
  ## Results
131
 
 
39
  - **Language(s) (NLP):** {{ Python }}
40
  - **Finetuned from model [optional]:** {{ bert-base-multilingual-cased }}
41
 
42
+ ## Labels
43
+ {{['O', 'B-PER', 'I-PER', 'B-ORG', 'I-ORG', 'B-LOC', 'I-LOC']}}
44
+ {{0,1,2,3,4,5,6}}
45
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
46
 
47
  ## Results
48