louisguitton commited on
Commit
a585af1
1 Parent(s): 31be648

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -100
README.md CHANGED
@@ -1,34 +1,18 @@
1
  ---
2
  size_categories: 1K<n<10K
3
  tags:
4
- - rlfh
5
  - argilla
6
- - human-feedback
 
 
 
7
  ---
8
 
9
- # Dataset Card for dev-ner-ontonotes
10
 
11
- This dataset has been created with [Argilla](https://docs.argilla.io).
12
 
13
- As shown in the sections below, this dataset can be loaded into Argilla as explained in [Load with Argilla](#load-with-argilla), or used directly with the `datasets` library in [Load with `datasets`](#load-with-datasets).
14
-
15
- ## Dataset Description
16
-
17
- - **Homepage:** https://argilla.io
18
- - **Repository:** https://github.com/argilla-io/argilla
19
- - **Paper:**
20
- - **Leaderboard:**
21
- - **Point of Contact:**
22
-
23
- ### Dataset Summary
24
-
25
- This dataset contains:
26
-
27
- * A dataset configuration file conforming to the Argilla dataset format named `argilla.yaml`. This configuration file will be used to configure the dataset when using the `FeedbackDataset.from_huggingface` method in Argilla.
28
-
29
- * Dataset records in a format compatible with HuggingFace `datasets`. These records will be loaded automatically when using `FeedbackDataset.from_huggingface` and can be loaded independently using the `datasets` library via `load_dataset`.
30
-
31
- * The [annotation guidelines](#annotation-guidelines) that have been used for building and curating the dataset, if they've been defined in Argilla.
32
 
33
  ### Load with Argilla
34
 
@@ -50,16 +34,6 @@ from datasets import load_dataset
50
  ds = load_dataset("louisguitton/dev-ner-ontonotes")
51
  ```
52
 
53
- ### Supported Tasks and Leaderboards
54
-
55
- This dataset can contain [multiple fields, questions and responses](https://docs.argilla.io/en/latest/conceptual_guides/data_model.html#feedback-dataset) so it can be used for different NLP tasks, depending on the configuration. The dataset structure is described in the [Dataset Structure section](#dataset-structure).
56
-
57
- There are no leaderboards associated with this dataset.
58
-
59
- ### Languages
60
-
61
- [More Information Needed]
62
-
63
  ## Dataset Structure
64
 
65
  ### Data in Argilla
@@ -226,70 +200,4 @@ Additionally, we also have two more fields that are optional and are the followi
226
 
227
  ### Data Splits
228
 
229
- The dataset contains a single split, which is `train`.
230
-
231
- ## Dataset Creation
232
-
233
- ### Curation Rationale
234
-
235
- [More Information Needed]
236
-
237
- ### Source Data
238
-
239
- #### Initial Data Collection and Normalization
240
-
241
- [More Information Needed]
242
-
243
- #### Who are the source language producers?
244
-
245
- [More Information Needed]
246
-
247
- ### Annotations
248
-
249
- #### Annotation guidelines
250
-
251
- [More Information Needed]
252
-
253
- #### Annotation process
254
-
255
- [More Information Needed]
256
-
257
- #### Who are the annotators?
258
-
259
- [More Information Needed]
260
-
261
- ### Personal and Sensitive Information
262
-
263
- [More Information Needed]
264
-
265
- ## Considerations for Using the Data
266
-
267
- ### Social Impact of Dataset
268
-
269
- [More Information Needed]
270
-
271
- ### Discussion of Biases
272
-
273
- [More Information Needed]
274
-
275
- ### Other Known Limitations
276
-
277
- [More Information Needed]
278
-
279
- ## Additional Information
280
-
281
- ### Dataset Curators
282
-
283
- [More Information Needed]
284
-
285
- ### Licensing Information
286
-
287
- [More Information Needed]
288
-
289
- ### Citation Information
290
-
291
- [More Information Needed]
292
-
293
- ### Contributions
294
-
295
- [More Information Needed]
 
1
  ---
2
  size_categories: 1K<n<10K
3
  tags:
 
4
  - argilla
5
+ task_categories:
6
+ - token-classification
7
+ language:
8
+ - en
9
  ---
10
 
11
+ # `dev-ner-ontonotes`
12
 
13
+ > Validation set of NER dataset OntoNotes5 created with [Argilla](https://docs.argilla.io) for a Argilla Meetup talk.
14
 
15
+ ## Usage
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
 
17
  ### Load with Argilla
18
 
 
34
  ds = load_dataset("louisguitton/dev-ner-ontonotes")
35
  ```
36
 
 
 
 
 
 
 
 
 
 
 
37
  ## Dataset Structure
38
 
39
  ### Data in Argilla
 
200
 
201
  ### Data Splits
202
 
203
+ The dataset contains a single split, which is `validation`.