Commit
•
4001347
1
Parent(s):
eb303ea
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -4,84 +4,6 @@ tags:
|
|
4 |
- rlfh
|
5 |
- argilla
|
6 |
- human-feedback
|
7 |
-
dataset_info:
|
8 |
-
features:
|
9 |
-
- name: text
|
10 |
-
dtype: string
|
11 |
-
id: field
|
12 |
-
- name: topics
|
13 |
-
list:
|
14 |
-
- name: user_id
|
15 |
-
dtype: string
|
16 |
-
id: question
|
17 |
-
- name: value
|
18 |
-
sequence: string
|
19 |
-
id: question
|
20 |
-
- name: status
|
21 |
-
dtype: string
|
22 |
-
id: question
|
23 |
-
- name: topics-suggestion
|
24 |
-
sequence: string
|
25 |
-
id: suggestion
|
26 |
-
- name: topics-suggestion-metadata
|
27 |
-
struct:
|
28 |
-
- name: type
|
29 |
-
dtype: string
|
30 |
-
id: suggestion-metadata
|
31 |
-
- name: score
|
32 |
-
sequence:
|
33 |
-
dtype: float32
|
34 |
-
id: suggestion-metadata
|
35 |
-
- name: agent
|
36 |
-
dtype: string
|
37 |
-
id: suggestion-metadata
|
38 |
-
- name: sentiment
|
39 |
-
list:
|
40 |
-
- name: user_id
|
41 |
-
dtype: string
|
42 |
-
id: question
|
43 |
-
- name: value
|
44 |
-
dtype: string
|
45 |
-
id: question
|
46 |
-
- name: status
|
47 |
-
dtype: string
|
48 |
-
id: question
|
49 |
-
- name: sentiment-suggestion
|
50 |
-
dtype: string
|
51 |
-
id: suggestion
|
52 |
-
- name: sentiment-suggestion-metadata
|
53 |
-
struct:
|
54 |
-
- name: type
|
55 |
-
dtype: string
|
56 |
-
id: suggestion-metadata
|
57 |
-
- name: score
|
58 |
-
dtype: float32
|
59 |
-
id: suggestion-metadata
|
60 |
-
- name: agent
|
61 |
-
dtype: string
|
62 |
-
id: suggestion-metadata
|
63 |
-
- name: external_id
|
64 |
-
dtype: string
|
65 |
-
id: external_id
|
66 |
-
- name: metadata
|
67 |
-
dtype: string
|
68 |
-
id: metadata
|
69 |
-
- name: vectors
|
70 |
-
struct:
|
71 |
-
- name: test_vector
|
72 |
-
sequence: float32
|
73 |
-
id: vectors
|
74 |
-
splits:
|
75 |
-
- name: train
|
76 |
-
num_bytes: 522863
|
77 |
-
num_examples: 3080
|
78 |
-
download_size: 138740
|
79 |
-
dataset_size: 522863
|
80 |
-
configs:
|
81 |
-
- config_name: default
|
82 |
-
data_files:
|
83 |
-
- split: train
|
84 |
-
path: data/train-*
|
85 |
---
|
86 |
|
87 |
# Dataset Card for setfit_tutorial
|
@@ -130,7 +52,7 @@ ds = load_dataset("nataliaElv/setfit_tutorial")
|
|
130 |
|
131 |
### Supported Tasks and Leaderboards
|
132 |
|
133 |
-
This dataset can contain [multiple fields, questions and responses](https://docs.argilla.io/en/latest/
|
134 |
|
135 |
There are no leaderboards associated with this dataset.
|
136 |
|
@@ -142,26 +64,41 @@ There are no leaderboards associated with this dataset.
|
|
142 |
|
143 |
### Data in Argilla
|
144 |
|
145 |
-
The dataset is created in Argilla with: **fields**, **questions**, **suggestions**, and **guidelines**.
|
146 |
|
147 |
-
The **fields** are the dataset records themselves, for the moment just text fields are
|
148 |
|
149 |
| Field Name | Title | Type | Required | Markdown |
|
150 |
| ---------- | ----- | ---- | -------- | -------- |
|
151 |
-
| text | Text |
|
152 |
|
153 |
|
154 |
-
The **questions** are the questions that will be asked to the annotators. They can be of different types, such as rating, text,
|
155 |
|
156 |
| Question Name | Title | Type | Required | Description | Values/Labels |
|
157 |
| ------------- | ----- | ---- | -------- | ----------- | ------------- |
|
158 |
-
| topics | Select the topic(s) of the request |
|
159 |
-
| sentiment | What is the sentiment of the message? |
|
160 |
|
161 |
|
162 |
-
|
163 |
|
164 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
165 |
|
166 |
### Data Instances
|
167 |
|
@@ -173,27 +110,18 @@ An example of a dataset instance in Argilla looks as follows:
|
|
173 |
"fields": {
|
174 |
"text": "How do I locate my card?"
|
175 |
},
|
176 |
-
"id": null,
|
177 |
"metadata": {},
|
178 |
"responses": [],
|
179 |
"suggestions": [
|
180 |
{
|
181 |
"agent": null,
|
182 |
-
"question_id": null,
|
183 |
-
"question_name": "topics",
|
184 |
-
"score": null,
|
185 |
-
"type": null,
|
186 |
-
"value": []
|
187 |
-
},
|
188 |
-
{
|
189 |
-
"agent": null,
|
190 |
-
"question_id": null,
|
191 |
"question_name": "sentiment",
|
192 |
-
"score":
|
193 |
"type": null,
|
194 |
"value": "positive"
|
195 |
}
|
196 |
-
]
|
|
|
197 |
}
|
198 |
```
|
199 |
|
@@ -202,21 +130,24 @@ While the same record in HuggingFace `datasets` looks as follows:
|
|
202 |
```json
|
203 |
{
|
204 |
"external_id": null,
|
205 |
-
"metadata":
|
206 |
-
"sentiment":
|
207 |
"sentiment-suggestion": "positive",
|
208 |
"sentiment-suggestion-metadata": {
|
209 |
"agent": null,
|
210 |
-
"score":
|
211 |
"type": null
|
212 |
},
|
213 |
"text": "How do I locate my card?",
|
214 |
-
"topics":
|
215 |
-
"topics-suggestion":
|
216 |
"topics-suggestion-metadata": {
|
217 |
"agent": null,
|
218 |
"score": null,
|
219 |
"type": null
|
|
|
|
|
|
|
220 |
}
|
221 |
}
|
222 |
```
|
@@ -225,22 +156,29 @@ While the same record in HuggingFace `datasets` looks as follows:
|
|
225 |
|
226 |
Among the dataset fields, we differentiate between the following:
|
227 |
|
228 |
-
* **Fields:** These are the dataset records themselves, for the moment just text fields are
|
229 |
|
230 |
-
* **text** is of type `
|
231 |
|
232 |
* **Questions:** These are the questions that will be asked to the annotators. They can be of different types, such as `RatingQuestion`, `TextQuestion`, `LabelQuestion`, `MultiLabelQuestion`, and `RankingQuestion`.
|
233 |
|
234 |
-
* **topics** is of type `
|
235 |
-
* **sentiment** is of type `
|
236 |
|
237 |
-
*
|
238 |
|
239 |
* (optional) **topics-suggestion** is of type `multi_label_selection` with the following allowed values ['activate_my_card', 'age_limit', 'apple_pay_or_google_pay', 'atm_support', 'automatic_top_up', 'balance_not_updated_after_bank_transfer', 'balance_not_updated_after_cheque_or_cash_deposit', 'beneficiary_not_allowed', 'cancel_transfer', 'card_about_to_expire', 'card_acceptance', 'card_arrival', 'card_delivery_estimate', 'card_linking', 'card_not_working', 'card_payment_fee_charged', 'card_payment_not_recognised', 'card_payment_wrong_exchange_rate', 'card_swallowed', 'cash_withdrawal_charge', 'cash_withdrawal_not_recognised', 'change_pin', 'compromised_card', 'contactless_not_working', 'country_support', 'declined_card_payment', 'declined_cash_withdrawal', 'declined_transfer', 'direct_debit_payment_not_recognised', 'disposable_card_limits', 'edit_personal_details', 'exchange_charge', 'exchange_rate', 'exchange_via_app', 'extra_charge_on_statement', 'failed_transfer', 'fiat_currency_support', 'get_disposable_virtual_card', 'get_physical_card', 'getting_spare_card', 'getting_virtual_card', 'lost_or_stolen_card', 'lost_or_stolen_phone', 'order_physical_card', 'passcode_forgotten', 'pending_card_payment', 'pending_cash_withdrawal', 'pending_top_up', 'pending_transfer', 'pin_blocked', 'receiving_money', 'Refund_not_showing_up', 'request_refund', 'reverted_card_payment?', 'supported_cards_and_currencies', 'terminate_account', 'top_up_by_bank_transfer_charge', 'top_up_by_card_charge', 'top_up_by_cash_or_cheque', 'top_up_failed', 'top_up_limits', 'top_up_reverted', 'topping_up_by_card', 'transaction_charged_twice', 'transfer_fee_charged', 'transfer_into_account', 'transfer_not_received_by_recipient', 'transfer_timing', 'unable_to_verify_identity', 'verify_my_identity', 'verify_source_of_funds', 'verify_top_up', 'virtual_card_not_working', 'visa_or_mastercard', 'why_verify_identity', 'wrong_amount_of_cash_received', 'wrong_exchange_rate_for_cash_withdrawal'].
|
240 |
* (optional) **sentiment-suggestion** is of type `label_selection` with the following allowed values ['positive', 'neutral', 'negative'].
|
241 |
|
242 |
-
Additionally, we also have one more field which is optional and is the following:
|
243 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
244 |
* **external_id:** This is an optional field that can be used to provide an external ID for the dataset record. This can be useful if you want to link the dataset record to an external resource, such as a database or a file.
|
245 |
|
246 |
### Data Splits
|
|
|
4 |
- rlfh
|
5 |
- argilla
|
6 |
- human-feedback
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
---
|
8 |
|
9 |
# Dataset Card for setfit_tutorial
|
|
|
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 |
|
|
|
64 |
|
65 |
### Data in Argilla
|
66 |
|
67 |
+
The dataset is created in Argilla with: **fields**, **questions**, **suggestions**, **metadata**, **vectors**, and **guidelines**.
|
68 |
|
69 |
+
The **fields** are the dataset records themselves, for the moment just text fields are supported. These are the ones that will be used to provide responses to the questions.
|
70 |
|
71 |
| Field Name | Title | Type | Required | Markdown |
|
72 |
| ---------- | ----- | ---- | -------- | -------- |
|
73 |
+
| text | Text | text | True | False |
|
74 |
|
75 |
|
76 |
+
The **questions** are the questions that will be asked to the annotators. They can be of different types, such as rating, text, label_selection, multi_label_selection, or ranking.
|
77 |
|
78 |
| Question Name | Title | Type | Required | Description | Values/Labels |
|
79 |
| ------------- | ----- | ---- | -------- | ----------- | ------------- |
|
80 |
+
| topics | Select the topic(s) of the request | multi_label_selection | True | N/A | ['activate_my_card', 'age_limit', 'apple_pay_or_google_pay', 'atm_support', 'automatic_top_up', 'balance_not_updated_after_bank_transfer', 'balance_not_updated_after_cheque_or_cash_deposit', 'beneficiary_not_allowed', 'cancel_transfer', 'card_about_to_expire', 'card_acceptance', 'card_arrival', 'card_delivery_estimate', 'card_linking', 'card_not_working', 'card_payment_fee_charged', 'card_payment_not_recognised', 'card_payment_wrong_exchange_rate', 'card_swallowed', 'cash_withdrawal_charge', 'cash_withdrawal_not_recognised', 'change_pin', 'compromised_card', 'contactless_not_working', 'country_support', 'declined_card_payment', 'declined_cash_withdrawal', 'declined_transfer', 'direct_debit_payment_not_recognised', 'disposable_card_limits', 'edit_personal_details', 'exchange_charge', 'exchange_rate', 'exchange_via_app', 'extra_charge_on_statement', 'failed_transfer', 'fiat_currency_support', 'get_disposable_virtual_card', 'get_physical_card', 'getting_spare_card', 'getting_virtual_card', 'lost_or_stolen_card', 'lost_or_stolen_phone', 'order_physical_card', 'passcode_forgotten', 'pending_card_payment', 'pending_cash_withdrawal', 'pending_top_up', 'pending_transfer', 'pin_blocked', 'receiving_money', 'Refund_not_showing_up', 'request_refund', 'reverted_card_payment?', 'supported_cards_and_currencies', 'terminate_account', 'top_up_by_bank_transfer_charge', 'top_up_by_card_charge', 'top_up_by_cash_or_cheque', 'top_up_failed', 'top_up_limits', 'top_up_reverted', 'topping_up_by_card', 'transaction_charged_twice', 'transfer_fee_charged', 'transfer_into_account', 'transfer_not_received_by_recipient', 'transfer_timing', 'unable_to_verify_identity', 'verify_my_identity', 'verify_source_of_funds', 'verify_top_up', 'virtual_card_not_working', 'visa_or_mastercard', 'why_verify_identity', 'wrong_amount_of_cash_received', 'wrong_exchange_rate_for_cash_withdrawal'] |
|
81 |
+
| sentiment | What is the sentiment of the message? | label_selection | True | N/A | ['positive', 'neutral', 'negative'] |
|
82 |
|
83 |
|
84 |
+
The **suggestions** are human or machine generated recommendations for each question to assist the annotator during the annotation process, so those are always linked to the existing questions, and named appending "-suggestion" and "-suggestion-metadata" to those, containing the value/s of the suggestion and its metadata, respectively. So on, the possible values are the same as in the table above, but the column name is appended with "-suggestion" and the metadata is appended with "-suggestion-metadata".
|
85 |
|
86 |
+
The **metadata** is a dictionary that can be used to provide additional information about the dataset record. This can be useful to provide additional context to the annotators, or to provide additional information about the dataset record itself. For example, you can use this to provide a link to the original source of the dataset record, or to provide additional information about the dataset record itself, such as the author, the date, or the source. The metadata is always optional, and can be potentially linked to the `metadata_properties` defined in the dataset configuration file in `argilla.yaml`.
|
87 |
+
|
88 |
+
|
89 |
+
**✨ NEW** The **vectors** are different columns that contain a vector in floating point, which is constraint to the pre-defined dimensions in the **vectors_settings** when configuring the vectors within the dataset itself, also the dimensions will always be 1-dimensional. The **vectors** are optional and identified by the pre-defined vector name in the dataset configuration file in `argilla.yaml`.
|
90 |
+
|
91 |
+
| Vector Name | Title | Dimensions |
|
92 |
+
|-------------|-------|------------|
|
93 |
+
| test_vector | Test_vector | [1, 384] |
|
94 |
+
|
95 |
+
|
96 |
+
|
97 |
+
| Metadata Name | Title | Type | Values | Visible for Annotators |
|
98 |
+
| ------------- | ----- | ---- | ------ | ---------------------- |
|
99 |
+
|
100 |
+
|
101 |
+
The **guidelines**, are optional as well, and are just a plain string that can be used to provide instructions to the annotators. Find those in the [annotation guidelines](#annotation-guidelines) section.
|
102 |
|
103 |
### Data Instances
|
104 |
|
|
|
110 |
"fields": {
|
111 |
"text": "How do I locate my card?"
|
112 |
},
|
|
|
113 |
"metadata": {},
|
114 |
"responses": [],
|
115 |
"suggestions": [
|
116 |
{
|
117 |
"agent": null,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
118 |
"question_name": "sentiment",
|
119 |
+
"score": 0.3796376625853272,
|
120 |
"type": null,
|
121 |
"value": "positive"
|
122 |
}
|
123 |
+
],
|
124 |
+
"vectors": {}
|
125 |
}
|
126 |
```
|
127 |
|
|
|
130 |
```json
|
131 |
{
|
132 |
"external_id": null,
|
133 |
+
"metadata": "{}",
|
134 |
+
"sentiment": [],
|
135 |
"sentiment-suggestion": "positive",
|
136 |
"sentiment-suggestion-metadata": {
|
137 |
"agent": null,
|
138 |
+
"score": 0.3796376585960388,
|
139 |
"type": null
|
140 |
},
|
141 |
"text": "How do I locate my card?",
|
142 |
+
"topics": [],
|
143 |
+
"topics-suggestion": null,
|
144 |
"topics-suggestion-metadata": {
|
145 |
"agent": null,
|
146 |
"score": null,
|
147 |
"type": null
|
148 |
+
},
|
149 |
+
"vectors": {
|
150 |
+
"test_vector": null
|
151 |
}
|
152 |
}
|
153 |
```
|
|
|
156 |
|
157 |
Among the dataset fields, we differentiate between the following:
|
158 |
|
159 |
+
* **Fields:** These are the dataset records themselves, for the moment just text fields are supported. These are the ones that will be used to provide responses to the questions.
|
160 |
|
161 |
+
* **text** is of type `text`.
|
162 |
|
163 |
* **Questions:** These are the questions that will be asked to the annotators. They can be of different types, such as `RatingQuestion`, `TextQuestion`, `LabelQuestion`, `MultiLabelQuestion`, and `RankingQuestion`.
|
164 |
|
165 |
+
* **topics** is of type `multi_label_selection` with the following allowed values ['activate_my_card', 'age_limit', 'apple_pay_or_google_pay', 'atm_support', 'automatic_top_up', 'balance_not_updated_after_bank_transfer', 'balance_not_updated_after_cheque_or_cash_deposit', 'beneficiary_not_allowed', 'cancel_transfer', 'card_about_to_expire', 'card_acceptance', 'card_arrival', 'card_delivery_estimate', 'card_linking', 'card_not_working', 'card_payment_fee_charged', 'card_payment_not_recognised', 'card_payment_wrong_exchange_rate', 'card_swallowed', 'cash_withdrawal_charge', 'cash_withdrawal_not_recognised', 'change_pin', 'compromised_card', 'contactless_not_working', 'country_support', 'declined_card_payment', 'declined_cash_withdrawal', 'declined_transfer', 'direct_debit_payment_not_recognised', 'disposable_card_limits', 'edit_personal_details', 'exchange_charge', 'exchange_rate', 'exchange_via_app', 'extra_charge_on_statement', 'failed_transfer', 'fiat_currency_support', 'get_disposable_virtual_card', 'get_physical_card', 'getting_spare_card', 'getting_virtual_card', 'lost_or_stolen_card', 'lost_or_stolen_phone', 'order_physical_card', 'passcode_forgotten', 'pending_card_payment', 'pending_cash_withdrawal', 'pending_top_up', 'pending_transfer', 'pin_blocked', 'receiving_money', 'Refund_not_showing_up', 'request_refund', 'reverted_card_payment?', 'supported_cards_and_currencies', 'terminate_account', 'top_up_by_bank_transfer_charge', 'top_up_by_card_charge', 'top_up_by_cash_or_cheque', 'top_up_failed', 'top_up_limits', 'top_up_reverted', 'topping_up_by_card', 'transaction_charged_twice', 'transfer_fee_charged', 'transfer_into_account', 'transfer_not_received_by_recipient', 'transfer_timing', 'unable_to_verify_identity', 'verify_my_identity', 'verify_source_of_funds', 'verify_top_up', 'virtual_card_not_working', 'visa_or_mastercard', 'why_verify_identity', 'wrong_amount_of_cash_received', 'wrong_exchange_rate_for_cash_withdrawal'].
|
166 |
+
* **sentiment** is of type `label_selection` with the following allowed values ['positive', 'neutral', 'negative'].
|
167 |
|
168 |
+
* **Suggestions:** As of Argilla 1.13.0, the suggestions have been included to provide the annotators with suggestions to ease or assist during the annotation process. Suggestions are linked to the existing questions, are always optional, and contain not just the suggestion itself, but also the metadata linked to it, if applicable.
|
169 |
|
170 |
* (optional) **topics-suggestion** is of type `multi_label_selection` with the following allowed values ['activate_my_card', 'age_limit', 'apple_pay_or_google_pay', 'atm_support', 'automatic_top_up', 'balance_not_updated_after_bank_transfer', 'balance_not_updated_after_cheque_or_cash_deposit', 'beneficiary_not_allowed', 'cancel_transfer', 'card_about_to_expire', 'card_acceptance', 'card_arrival', 'card_delivery_estimate', 'card_linking', 'card_not_working', 'card_payment_fee_charged', 'card_payment_not_recognised', 'card_payment_wrong_exchange_rate', 'card_swallowed', 'cash_withdrawal_charge', 'cash_withdrawal_not_recognised', 'change_pin', 'compromised_card', 'contactless_not_working', 'country_support', 'declined_card_payment', 'declined_cash_withdrawal', 'declined_transfer', 'direct_debit_payment_not_recognised', 'disposable_card_limits', 'edit_personal_details', 'exchange_charge', 'exchange_rate', 'exchange_via_app', 'extra_charge_on_statement', 'failed_transfer', 'fiat_currency_support', 'get_disposable_virtual_card', 'get_physical_card', 'getting_spare_card', 'getting_virtual_card', 'lost_or_stolen_card', 'lost_or_stolen_phone', 'order_physical_card', 'passcode_forgotten', 'pending_card_payment', 'pending_cash_withdrawal', 'pending_top_up', 'pending_transfer', 'pin_blocked', 'receiving_money', 'Refund_not_showing_up', 'request_refund', 'reverted_card_payment?', 'supported_cards_and_currencies', 'terminate_account', 'top_up_by_bank_transfer_charge', 'top_up_by_card_charge', 'top_up_by_cash_or_cheque', 'top_up_failed', 'top_up_limits', 'top_up_reverted', 'topping_up_by_card', 'transaction_charged_twice', 'transfer_fee_charged', 'transfer_into_account', 'transfer_not_received_by_recipient', 'transfer_timing', 'unable_to_verify_identity', 'verify_my_identity', 'verify_source_of_funds', 'verify_top_up', 'virtual_card_not_working', 'visa_or_mastercard', 'why_verify_identity', 'wrong_amount_of_cash_received', 'wrong_exchange_rate_for_cash_withdrawal'].
|
171 |
* (optional) **sentiment-suggestion** is of type `label_selection` with the following allowed values ['positive', 'neutral', 'negative'].
|
172 |
|
|
|
173 |
|
174 |
+
* **✨ NEW** **Vectors**: As of Argilla 1.19.0, the vectors have been included in order to add support for similarity search to explore similar records based on vector search powered by the search engine defined. The vectors are optional and cannot be seen within the UI, those are uploaded and internally used. Also the vectors will always be optional, and only the dimensions previously defined in their settings.
|
175 |
+
|
176 |
+
* (optional) **test_vector** is of type `float32` and has a dimension of (1, `384`).
|
177 |
+
|
178 |
+
|
179 |
+
Additionally, we also have two more fields that are optional and are the following:
|
180 |
+
|
181 |
+
* **metadata:** This is an optional field that can be used to provide additional information about the dataset record. This can be useful to provide additional context to the annotators, or to provide additional information about the dataset record itself. For example, you can use this to provide a link to the original source of the dataset record, or to provide additional information about the dataset record itself, such as the author, the date, or the source. The metadata is always optional, and can be potentially linked to the `metadata_properties` defined in the dataset configuration file in `argilla.yaml`.
|
182 |
* **external_id:** This is an optional field that can be used to provide an external ID for the dataset record. This can be useful if you want to link the dataset record to an external resource, such as a database or a file.
|
183 |
|
184 |
### Data Splits
|