Dataset Viewer
The dataset viewer is not available for this dataset.
Unexpected token '<', "<html>
<h"... is not valid JSON
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
Dataset Card for "MiniNLP"
Dataset Description
Dataset Summary
This is a mini-nlp dataset for unitorch package.
Data Instances
plain_text
An example of 'train' looks as follows.
{
"id": 1,
"num": 3,
"query": "Is this a test?",
"doc": "train test",
"label": "Good",
"score": 0.882
}
Data Fields
The data fields are the same among all splits.
plain_text
id: aint32feature.num: aint32feature.query: astringfeature.doc: astringfeature.label: astringfeature.score: afloat32feature.
Data Splits Sample Size
| name | train | validation | test |
|---|---|---|---|
| plain_text | 15000 | 1000 | 1000 |
- Downloads last month
- 27