siddharthtumre commited on
Commit
ae5066d
1 Parent(s): d8171ce

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +139 -0
README.md ADDED
@@ -0,0 +1,139 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ annotations_creators:
3
+ - expert-generated
4
+ language_creators:
5
+ - expert-generated
6
+ language:
7
+ - en
8
+ license:
9
+ - unknown
10
+ multilinguality:
11
+ - monolingual
12
+ size_categories:
13
+ - 10K<n<100K
14
+ task_categories:
15
+ - token-classification
16
+ task_ids:
17
+ - named-entity-recognition
18
+ pretty_name: IASL-BNER Revised JNLPBA
19
+ dataset_info:
20
+ features:
21
+ - name: id
22
+ dtype: string
23
+ - name: tokens
24
+ sequence: string
25
+ - name: ner_tags
26
+ sequence:
27
+ class_label:
28
+ names:
29
+ '0': O
30
+ '1': B-DNA
31
+ '2': I-DNA
32
+ '3': B-RNA
33
+ '4': I-RNA
34
+ '5': B-cell_line
35
+ '6': I-cell_line
36
+ '7': B-cell_type
37
+ '8': I-cell_type
38
+ '9': B-protein
39
+ '10': I-protein
40
+ config_name: revised-jnlpba
41
+ ---
42
+
43
+ # Dataset Card for Dataset Name
44
+
45
+ ## Dataset Description
46
+
47
+ - **Homepage:**
48
+ - **Repository:**
49
+ - **Paper:**
50
+ - **Leaderboard:**
51
+ - **Point of Contact:**
52
+
53
+ ### Dataset Summary
54
+
55
+ This dataset card aims to be a base template for new datasets. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/datasetcard_template.md?plain=1).
56
+
57
+ ### Supported Tasks and Leaderboards
58
+
59
+ [More Information Needed]
60
+
61
+ ### Languages
62
+
63
+ [More Information Needed]
64
+
65
+ ## Dataset Structure
66
+
67
+ ### Data Instances
68
+
69
+ [More Information Needed]
70
+
71
+ ### Data Fields
72
+
73
+ [More Information Needed]
74
+
75
+ ### Data Splits
76
+
77
+ [More Information Needed]
78
+
79
+ ## Dataset Creation
80
+
81
+ ### Curation Rationale
82
+
83
+ [More Information Needed]
84
+
85
+ ### Source Data
86
+
87
+ #### Initial Data Collection and Normalization
88
+
89
+ [More Information Needed]
90
+
91
+ #### Who are the source language producers?
92
+
93
+ [More Information Needed]
94
+
95
+ ### Annotations
96
+
97
+ #### Annotation process
98
+
99
+ [More Information Needed]
100
+
101
+ #### Who are the annotators?
102
+
103
+ [More Information Needed]
104
+
105
+ ### Personal and Sensitive Information
106
+
107
+ [More Information Needed]
108
+
109
+ ## Considerations for Using the Data
110
+
111
+ ### Social Impact of Dataset
112
+
113
+ [More Information Needed]
114
+
115
+ ### Discussion of Biases
116
+
117
+ [More Information Needed]
118
+
119
+ ### Other Known Limitations
120
+
121
+ [More Information Needed]
122
+
123
+ ## Additional Information
124
+
125
+ ### Dataset Curators
126
+
127
+ [More Information Needed]
128
+
129
+ ### Licensing Information
130
+
131
+ [More Information Needed]
132
+
133
+ ### Citation Information
134
+
135
+ [More Information Needed]
136
+
137
+ ### Contributions
138
+
139
+ [More Information Needed]