Datasets:
summary correction
Browse files
README.md
CHANGED
|
@@ -22,6 +22,10 @@ As shown in the sections below, this dataset can be loaded into Argilla as expla
|
|
| 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.
|
|
@@ -30,10 +34,6 @@ This dataset contains:
|
|
| 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 |
-
It contains the raw version of [go_emotions](https://huggingface.co/datasets/go_emotions) as a `FeedbackDataset`. Each of the original questions are defined a single
|
| 34 |
-
`FeedbackRecord` and contain the `responses` from each annotator. The final labels in the *simplified* version of the dataset have been used as `suggestions`, so that we
|
| 35 |
-
can use this dataset to showcase the metrics related to the agreement between annotators as well as the `responses` vs `suggestions` metrics.
|
| 36 |
-
|
| 37 |
### Load with Argilla
|
| 38 |
|
| 39 |
To load with Argilla, you'll just need to install Argilla as `pip install argilla --upgrade` and then use the following code:
|
|
|
|
| 22 |
|
| 23 |
### Dataset Summary
|
| 24 |
|
| 25 |
+
It contains the raw version of [go_emotions](https://huggingface.co/datasets/go_emotions) as a `FeedbackDataset`. Each of the original questions are defined a single
|
| 26 |
+
`FeedbackRecord` and contain the `responses` from each annotator. The final labels in the *simplified* version of the dataset have been used as `suggestions`, so that we
|
| 27 |
+
can use this dataset to showcase the metrics related to the agreement between annotators as well as the `responses` vs `suggestions` metrics.
|
| 28 |
+
|
| 29 |
This dataset contains:
|
| 30 |
|
| 31 |
* 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.
|
|
|
|
| 34 |
|
| 35 |
* The [annotation guidelines](#annotation-guidelines) that have been used for building and curating the dataset, if they've been defined in Argilla.
|
| 36 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 37 |
### Load with Argilla
|
| 38 |
|
| 39 |
To load with Argilla, you'll just need to install Argilla as `pip install argilla --upgrade` and then use the following code:
|