siddharthtumre commited on
Commit
dff2289
1 Parent(s): e0e284f

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +131 -0
README.md ADDED
@@ -0,0 +1,131 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: JNLPBA Processed
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
31
+ '2': I
32
+ config_name: jnlpba-processed
33
+ ---
34
+
35
+ # Dataset Card for Dataset Name
36
+
37
+ ## Dataset Description
38
+
39
+ - **Homepage:**
40
+ - **Repository:**
41
+ - **Paper:**
42
+ - **Leaderboard:**
43
+ - **Point of Contact:**
44
+
45
+ ### Dataset Summary
46
+
47
+ 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).
48
+
49
+ ### Supported Tasks and Leaderboards
50
+
51
+ [More Information Needed]
52
+
53
+ ### Languages
54
+
55
+ [More Information Needed]
56
+
57
+ ## Dataset Structure
58
+
59
+ ### Data Instances
60
+
61
+ [More Information Needed]
62
+
63
+ ### Data Fields
64
+
65
+ [More Information Needed]
66
+
67
+ ### Data Splits
68
+
69
+ [More Information Needed]
70
+
71
+ ## Dataset Creation
72
+
73
+ ### Curation Rationale
74
+
75
+ [More Information Needed]
76
+
77
+ ### Source Data
78
+
79
+ #### Initial Data Collection and Normalization
80
+
81
+ [More Information Needed]
82
+
83
+ #### Who are the source language producers?
84
+
85
+ [More Information Needed]
86
+
87
+ ### Annotations
88
+
89
+ #### Annotation process
90
+
91
+ [More Information Needed]
92
+
93
+ #### Who are the annotators?
94
+
95
+ [More Information Needed]
96
+
97
+ ### Personal and Sensitive Information
98
+
99
+ [More Information Needed]
100
+
101
+ ## Considerations for Using the Data
102
+
103
+ ### Social Impact of Dataset
104
+
105
+ [More Information Needed]
106
+
107
+ ### Discussion of Biases
108
+
109
+ [More Information Needed]
110
+
111
+ ### Other Known Limitations
112
+
113
+ [More Information Needed]
114
+
115
+ ## Additional Information
116
+
117
+ ### Dataset Curators
118
+
119
+ [More Information Needed]
120
+
121
+ ### Licensing Information
122
+
123
+ [More Information Needed]
124
+
125
+ ### Citation Information
126
+
127
+ [More Information Needed]
128
+
129
+ ### Contributions
130
+
131
+ [More Information Needed]