--- size_categories: 100K ### Data Instances An example of a dataset instance in Argilla looks as follows: ```json { "_server_id": "7d5cd610-e2f8-4737-b2a9-8c298d74cfe2", "fields": { "text": "Wall St. Bears Claw Back Into the Black (Reuters) Reuters - Short-sellers, Wall Street\u0027s dwindling\\band of ultra-cynics, are seeing green again." }, "id": "train_0", "metadata": {}, "responses": {}, "status": "pending", "suggestions": { "label": { "agent": null, "score": null, "value": "Business" } }, "vectors": {} } ``` While the same record in HuggingFace `datasets` looks as follows: ```json { "_server_id": "7d5cd610-e2f8-4737-b2a9-8c298d74cfe2", "entities.responses": null, "entities.responses.status": null, "entities.responses.users": null, "id": "train_0", "label.responses": null, "label.responses.status": null, "label.responses.users": null, "label.suggestion": 0, "label.suggestion.agent": null, "label.suggestion.score": null, "status": "pending", "text": "Wall St. Bears Claw Back Into the Black (Reuters) Reuters - Short-sellers, Wall Street\u0027s dwindling\\band of ultra-cynics, are seeing green again." } ``` ### Data Splits The dataset contains a single split, which is `train`. ## Dataset Creation ### Curation Rationale [More Information Needed] ### Source Data #### Initial Data Collection and Normalization [More Information Needed] #### Who are the source language producers? [More Information Needed] ### Annotations #### Annotation guidelines The guidelines go here #### Annotation process [More Information Needed] #### Who are the annotators? [More Information Needed] ### Personal and Sensitive Information [More Information Needed] ## Considerations for Using the Data ### Social Impact of Dataset [More Information Needed] ### Discussion of Biases [More Information Needed] ### Other Known Limitations [More Information Needed] ## Additional Information ### Dataset Curators [More Information Needed] ### Licensing Information [More Information Needed] ### Citation Information [More Information Needed] ### Contributions [More Information Needed]