M
commited on
Upload folder using huggingface_hub
Browse files- .argilla/dataset.json +27 -7
- .argilla/settings.json +34 -14
- README.md +11 -36
.argilla/dataset.json
CHANGED
|
@@ -1,16 +1,36 @@
|
|
| 1 |
{
|
| 2 |
-
"id": "
|
| 3 |
"name": "sentiment_challenge",
|
| 4 |
-
"guidelines":
|
| 5 |
-
"allow_extra_metadata":
|
| 6 |
"status": "ready",
|
| 7 |
"distribution": {
|
| 8 |
"strategy": "overlap",
|
| 9 |
"min_submitted": 1
|
| 10 |
},
|
| 11 |
-
"metadata":
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
"workspace_id": "8fda4306-14a5-4aa4-9904-91ec775b5dc5",
|
| 13 |
-
"last_activity_at": "2025-09-
|
| 14 |
-
"inserted_at": "2025-09-
|
| 15 |
-
"updated_at": "2025-09-
|
| 16 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"id": "33c67ef0-f476-47a5-b348-d017b7abb5cb",
|
| 3 |
"name": "sentiment_challenge",
|
| 4 |
+
"guidelines": null,
|
| 5 |
+
"allow_extra_metadata": true,
|
| 6 |
"status": "ready",
|
| 7 |
"distribution": {
|
| 8 |
"strategy": "overlap",
|
| 9 |
"min_submitted": 1
|
| 10 |
},
|
| 11 |
+
"metadata": {
|
| 12 |
+
"repoId": "Ranasalh/sentiment_challenge",
|
| 13 |
+
"subset": "default",
|
| 14 |
+
"split": "train",
|
| 15 |
+
"mapping": {
|
| 16 |
+
"fields": [
|
| 17 |
+
{
|
| 18 |
+
"source": "review",
|
| 19 |
+
"target": "review"
|
| 20 |
+
}
|
| 21 |
+
],
|
| 22 |
+
"metadata": [
|
| 23 |
+
{
|
| 24 |
+
"source": "id",
|
| 25 |
+
"target": "id"
|
| 26 |
+
}
|
| 27 |
+
],
|
| 28 |
+
"suggestions": []
|
| 29 |
+
},
|
| 30 |
+
"imported": "UI"
|
| 31 |
+
},
|
| 32 |
"workspace_id": "8fda4306-14a5-4aa4-9904-91ec775b5dc5",
|
| 33 |
+
"last_activity_at": "2025-09-24T07:36:52.553109",
|
| 34 |
+
"inserted_at": "2025-09-24T07:16:44.232088",
|
| 35 |
+
"updated_at": "2025-09-24T07:16:45.414536"
|
| 36 |
}
|
.argilla/settings.json
CHANGED
|
@@ -1,30 +1,30 @@
|
|
| 1 |
{
|
| 2 |
-
"guidelines":
|
| 3 |
-
"allow_extra_metadata":
|
| 4 |
"distribution": {
|
| 5 |
"strategy": "overlap",
|
| 6 |
"min_submitted": 1
|
| 7 |
},
|
| 8 |
"fields": [
|
| 9 |
{
|
| 10 |
-
"id": "
|
| 11 |
"name": "review",
|
| 12 |
"title": "review",
|
| 13 |
-
"required":
|
| 14 |
"settings": {
|
| 15 |
"type": "text",
|
| 16 |
"use_markdown": false
|
| 17 |
},
|
| 18 |
-
"dataset_id": "
|
| 19 |
-
"inserted_at": "2025-09-
|
| 20 |
-
"updated_at": "2025-09-
|
| 21 |
}
|
| 22 |
],
|
| 23 |
"questions": [
|
| 24 |
{
|
| 25 |
-
"id": "
|
| 26 |
-
"name": "
|
| 27 |
-
"title": "
|
| 28 |
"description": null,
|
| 29 |
"required": true,
|
| 30 |
"settings": {
|
|
@@ -39,15 +39,35 @@
|
|
| 39 |
"value": "negative",
|
| 40 |
"text": "negative",
|
| 41 |
"description": null
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 42 |
}
|
| 43 |
],
|
| 44 |
"visible_options": null
|
| 45 |
},
|
| 46 |
-
"dataset_id": "
|
| 47 |
-
"inserted_at": "2025-09-
|
| 48 |
-
"updated_at": "2025-09-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 49 |
}
|
| 50 |
],
|
| 51 |
-
"metadata": [],
|
| 52 |
"vectors": []
|
| 53 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"guidelines": null,
|
| 3 |
+
"allow_extra_metadata": true,
|
| 4 |
"distribution": {
|
| 5 |
"strategy": "overlap",
|
| 6 |
"min_submitted": 1
|
| 7 |
},
|
| 8 |
"fields": [
|
| 9 |
{
|
| 10 |
+
"id": "4f420e17-0d0a-4d01-bb6e-c434f25b78e3",
|
| 11 |
"name": "review",
|
| 12 |
"title": "review",
|
| 13 |
+
"required": false,
|
| 14 |
"settings": {
|
| 15 |
"type": "text",
|
| 16 |
"use_markdown": false
|
| 17 |
},
|
| 18 |
+
"dataset_id": "33c67ef0-f476-47a5-b348-d017b7abb5cb",
|
| 19 |
+
"inserted_at": "2025-09-24T07:16:44.485404",
|
| 20 |
+
"updated_at": "2025-09-24T07:16:44.485404"
|
| 21 |
}
|
| 22 |
],
|
| 23 |
"questions": [
|
| 24 |
{
|
| 25 |
+
"id": "9ca859e5-8131-466a-b940-1a7275a94c58",
|
| 26 |
+
"name": "label_0",
|
| 27 |
+
"title": "label_0",
|
| 28 |
"description": null,
|
| 29 |
"required": true,
|
| 30 |
"settings": {
|
|
|
|
| 39 |
"value": "negative",
|
| 40 |
"text": "negative",
|
| 41 |
"description": null
|
| 42 |
+
},
|
| 43 |
+
{
|
| 44 |
+
"value": "neutral",
|
| 45 |
+
"text": "neutral",
|
| 46 |
+
"description": null
|
| 47 |
}
|
| 48 |
],
|
| 49 |
"visible_options": null
|
| 50 |
},
|
| 51 |
+
"dataset_id": "33c67ef0-f476-47a5-b348-d017b7abb5cb",
|
| 52 |
+
"inserted_at": "2025-09-24T07:16:44.728330",
|
| 53 |
+
"updated_at": "2025-09-24T07:16:44.728330"
|
| 54 |
+
}
|
| 55 |
+
],
|
| 56 |
+
"metadata": [
|
| 57 |
+
{
|
| 58 |
+
"id": "56cf4038-9584-4b7d-88ab-7dc1b026aca2",
|
| 59 |
+
"name": "id",
|
| 60 |
+
"title": "id",
|
| 61 |
+
"settings": {
|
| 62 |
+
"type": "integer",
|
| 63 |
+
"min": null,
|
| 64 |
+
"max": null
|
| 65 |
+
},
|
| 66 |
+
"visible_for_annotators": true,
|
| 67 |
+
"dataset_id": "33c67ef0-f476-47a5-b348-d017b7abb5cb",
|
| 68 |
+
"inserted_at": "2025-09-24T07:16:45.131625",
|
| 69 |
+
"updated_at": "2025-09-24T07:16:45.131625"
|
| 70 |
}
|
| 71 |
],
|
|
|
|
| 72 |
"vectors": []
|
| 73 |
}
|
README.md
CHANGED
|
@@ -3,39 +3,6 @@ tags:
|
|
| 3 |
- rlfh
|
| 4 |
- argilla
|
| 5 |
- human-feedback
|
| 6 |
-
configs:
|
| 7 |
-
- config_name: default
|
| 8 |
-
data_files:
|
| 9 |
-
- split: train
|
| 10 |
-
path: data/train-*
|
| 11 |
-
dataset_info:
|
| 12 |
-
features:
|
| 13 |
-
- name: id
|
| 14 |
-
dtype: string
|
| 15 |
-
- name: status
|
| 16 |
-
dtype: string
|
| 17 |
-
- name: inserted_at
|
| 18 |
-
dtype: timestamp[us]
|
| 19 |
-
- name: updated_at
|
| 20 |
-
dtype: timestamp[us]
|
| 21 |
-
- name: _server_id
|
| 22 |
-
dtype: string
|
| 23 |
-
- name: review
|
| 24 |
-
dtype: string
|
| 25 |
-
- name: label_0.responses
|
| 26 |
-
sequence: string
|
| 27 |
-
- name: label_0.responses.users
|
| 28 |
-
sequence: string
|
| 29 |
-
- name: label_0.responses.status
|
| 30 |
-
sequence: string
|
| 31 |
-
- name: metadata.id
|
| 32 |
-
dtype: int64
|
| 33 |
-
splits:
|
| 34 |
-
- name: train
|
| 35 |
-
num_bytes: 159783
|
| 36 |
-
num_examples: 100
|
| 37 |
-
download_size: 111238
|
| 38 |
-
dataset_size: 159783
|
| 39 |
---
|
| 40 |
|
| 41 |
# Dataset Card for sentiment_challenge
|
|
@@ -89,7 +56,7 @@ The **fields** are the features or text of a dataset's records. For example, the
|
|
| 89 |
|
| 90 |
| Field Name | Title | Type | Required |
|
| 91 |
| ---------- | ----- | ---- | -------- |
|
| 92 |
-
| review | review | text |
|
| 93 |
|
| 94 |
|
| 95 |
### Questions
|
|
@@ -98,11 +65,19 @@ The **questions** are the questions that will be asked to the annotators. They c
|
|
| 98 |
|
| 99 |
| Question Name | Title | Type | Required | Description | Values/Labels |
|
| 100 |
| ------------- | ----- | ---- | -------- | ----------- | ------------- |
|
| 101 |
-
|
|
| 102 |
|
| 103 |
|
| 104 |
<!-- check length of metadata properties -->
|
| 105 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 106 |
|
| 107 |
|
| 108 |
|
|
@@ -130,7 +105,7 @@ The dataset contains a single split, which is `train`.
|
|
| 130 |
|
| 131 |
#### Annotation guidelines
|
| 132 |
|
| 133 |
-
|
| 134 |
|
| 135 |
#### Annotation process
|
| 136 |
|
|
|
|
| 3 |
- rlfh
|
| 4 |
- argilla
|
| 5 |
- human-feedback
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
---
|
| 7 |
|
| 8 |
# Dataset Card for sentiment_challenge
|
|
|
|
| 56 |
|
| 57 |
| Field Name | Title | Type | Required |
|
| 58 |
| ---------- | ----- | ---- | -------- |
|
| 59 |
+
| review | review | text | False |
|
| 60 |
|
| 61 |
|
| 62 |
### Questions
|
|
|
|
| 65 |
|
| 66 |
| Question Name | Title | Type | Required | Description | Values/Labels |
|
| 67 |
| ------------- | ----- | ---- | -------- | ----------- | ------------- |
|
| 68 |
+
| label_0 | label_0 | label_selection | True | N/A | ['positive', 'negative', 'neutral'] |
|
| 69 |
|
| 70 |
|
| 71 |
<!-- check length of metadata properties -->
|
| 72 |
|
| 73 |
+
### Metadata
|
| 74 |
+
|
| 75 |
+
The **metadata** is a dictionary that can be used to provide additional information about the dataset record.
|
| 76 |
+
| Metadata Name | Title | Type | Values | Visible for Annotators |
|
| 77 |
+
| ------------- | ----- | ---- | ------ | ---------------------- |
|
| 78 |
+
| id | id | integer | - | True |
|
| 79 |
+
|
| 80 |
+
|
| 81 |
|
| 82 |
|
| 83 |
|
|
|
|
| 105 |
|
| 106 |
#### Annotation guidelines
|
| 107 |
|
| 108 |
+
[More Information Needed]
|
| 109 |
|
| 110 |
#### Annotation process
|
| 111 |
|