Datasets:
Steven Liu
commited on
Commit
·
26f9c72
1
Parent(s):
622bd41
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,7 +1,9 @@
|
|
| 1 |
---
|
| 2 |
type: demo
|
| 3 |
---
|
|
|
|
| 4 |
# Dataset Card for Demo
|
|
|
|
| 5 |
## Table of Contents
|
| 6 |
- [Table of Contents](#table-of-contents)
|
| 7 |
- [Dataset Description](#dataset-description)
|
|
@@ -26,59 +28,107 @@ type: demo
|
|
| 26 |
- [Licensing Information](#licensing-information)
|
| 27 |
- [Citation Information](#citation-information)
|
| 28 |
- [Contributions](#contributions)
|
|
|
|
| 29 |
## Dataset Description
|
|
|
|
| 30 |
- **Homepage:**
|
| 31 |
- **Repository:**
|
| 32 |
- **Paper:**
|
| 33 |
- **Leaderboard:**
|
| 34 |
- **Point of Contact:**
|
|
|
|
| 35 |
### Dataset Summary
|
|
|
|
| 36 |
This is a demo dataset with two files `train.csv` and `test.csv`.
|
|
|
|
| 37 |
Load it by:
|
|
|
|
| 38 |
```python
|
| 39 |
from datasets import load_dataset
|
| 40 |
data_files = {"train": "train.csv", "test": "test.csv"}
|
| 41 |
demo = load_dataset("stevhliu/demo", data_files=data_files)
|
| 42 |
```
|
|
|
|
| 43 |
### Supported Tasks and Leaderboards
|
|
|
|
| 44 |
[More Information Needed]
|
|
|
|
| 45 |
### Languages
|
|
|
|
| 46 |
[More Information Needed]
|
|
|
|
| 47 |
## Dataset Structure
|
|
|
|
| 48 |
### Data Instances
|
|
|
|
| 49 |
[More Information Needed]
|
|
|
|
| 50 |
### Data Fields
|
|
|
|
| 51 |
[More Information Needed]
|
|
|
|
| 52 |
### Data Splits
|
|
|
|
| 53 |
[More Information Needed]
|
|
|
|
| 54 |
## Dataset Creation
|
|
|
|
| 55 |
### Curation Rationale
|
|
|
|
| 56 |
[More Information Needed]
|
|
|
|
| 57 |
### Source Data
|
|
|
|
| 58 |
#### Initial Data Collection and Normalization
|
|
|
|
| 59 |
[More Information Needed]
|
|
|
|
| 60 |
#### Who are the source language producers?
|
|
|
|
| 61 |
[More Information Needed]
|
|
|
|
| 62 |
### Annotations
|
|
|
|
| 63 |
#### Annotation process
|
|
|
|
| 64 |
[More Information Needed]
|
|
|
|
| 65 |
#### Who are the annotators?
|
|
|
|
| 66 |
[More Information Needed]
|
|
|
|
| 67 |
### Personal and Sensitive Information
|
|
|
|
| 68 |
[More Information Needed]
|
|
|
|
| 69 |
## Considerations for Using the Data
|
|
|
|
| 70 |
### Social Impact of Dataset
|
|
|
|
| 71 |
[More Information Needed]
|
|
|
|
| 72 |
### Discussion of Biases
|
|
|
|
| 73 |
[More Information Needed]
|
|
|
|
| 74 |
### Other Known Limitations
|
|
|
|
| 75 |
[More Information Needed]
|
|
|
|
| 76 |
## Additional Information
|
|
|
|
| 77 |
### Dataset Curators
|
|
|
|
| 78 |
[More Information Needed]
|
|
|
|
| 79 |
### Licensing Information
|
|
|
|
| 80 |
[More Information Needed]
|
|
|
|
| 81 |
### Citation Information
|
|
|
|
| 82 |
[More Information Needed]
|
|
|
|
| 83 |
### Contributions
|
|
|
|
| 84 |
Thanks to [@github-username](https://github.com/<github-username>) for adding this dataset.
|
|
|
|
| 1 |
---
|
| 2 |
type: demo
|
| 3 |
---
|
| 4 |
+
|
| 5 |
# Dataset Card for Demo
|
| 6 |
+
|
| 7 |
## Table of Contents
|
| 8 |
- [Table of Contents](#table-of-contents)
|
| 9 |
- [Dataset Description](#dataset-description)
|
|
|
|
| 28 |
- [Licensing Information](#licensing-information)
|
| 29 |
- [Citation Information](#citation-information)
|
| 30 |
- [Contributions](#contributions)
|
| 31 |
+
|
| 32 |
## Dataset Description
|
| 33 |
+
|
| 34 |
- **Homepage:**
|
| 35 |
- **Repository:**
|
| 36 |
- **Paper:**
|
| 37 |
- **Leaderboard:**
|
| 38 |
- **Point of Contact:**
|
| 39 |
+
|
| 40 |
### Dataset Summary
|
| 41 |
+
|
| 42 |
This is a demo dataset with two files `train.csv` and `test.csv`.
|
| 43 |
+
|
| 44 |
Load it by:
|
| 45 |
+
|
| 46 |
```python
|
| 47 |
from datasets import load_dataset
|
| 48 |
data_files = {"train": "train.csv", "test": "test.csv"}
|
| 49 |
demo = load_dataset("stevhliu/demo", data_files=data_files)
|
| 50 |
```
|
| 51 |
+
|
| 52 |
### Supported Tasks and Leaderboards
|
| 53 |
+
|
| 54 |
[More Information Needed]
|
| 55 |
+
|
| 56 |
### Languages
|
| 57 |
+
|
| 58 |
[More Information Needed]
|
| 59 |
+
|
| 60 |
## Dataset Structure
|
| 61 |
+
|
| 62 |
### Data Instances
|
| 63 |
+
|
| 64 |
[More Information Needed]
|
| 65 |
+
|
| 66 |
### Data Fields
|
| 67 |
+
|
| 68 |
[More Information Needed]
|
| 69 |
+
|
| 70 |
### Data Splits
|
| 71 |
+
|
| 72 |
[More Information Needed]
|
| 73 |
+
|
| 74 |
## Dataset Creation
|
| 75 |
+
|
| 76 |
### Curation Rationale
|
| 77 |
+
|
| 78 |
[More Information Needed]
|
| 79 |
+
|
| 80 |
### Source Data
|
| 81 |
+
|
| 82 |
#### Initial Data Collection and Normalization
|
| 83 |
+
|
| 84 |
[More Information Needed]
|
| 85 |
+
|
| 86 |
#### Who are the source language producers?
|
| 87 |
+
|
| 88 |
[More Information Needed]
|
| 89 |
+
|
| 90 |
### Annotations
|
| 91 |
+
|
| 92 |
#### Annotation process
|
| 93 |
+
|
| 94 |
[More Information Needed]
|
| 95 |
+
|
| 96 |
#### Who are the annotators?
|
| 97 |
+
|
| 98 |
[More Information Needed]
|
| 99 |
+
|
| 100 |
### Personal and Sensitive Information
|
| 101 |
+
|
| 102 |
[More Information Needed]
|
| 103 |
+
|
| 104 |
## Considerations for Using the Data
|
| 105 |
+
|
| 106 |
### Social Impact of Dataset
|
| 107 |
+
|
| 108 |
[More Information Needed]
|
| 109 |
+
|
| 110 |
### Discussion of Biases
|
| 111 |
+
|
| 112 |
[More Information Needed]
|
| 113 |
+
|
| 114 |
### Other Known Limitations
|
| 115 |
+
|
| 116 |
[More Information Needed]
|
| 117 |
+
|
| 118 |
## Additional Information
|
| 119 |
+
|
| 120 |
### Dataset Curators
|
| 121 |
+
|
| 122 |
[More Information Needed]
|
| 123 |
+
|
| 124 |
### Licensing Information
|
| 125 |
+
|
| 126 |
[More Information Needed]
|
| 127 |
+
|
| 128 |
### Citation Information
|
| 129 |
+
|
| 130 |
[More Information Needed]
|
| 131 |
+
|
| 132 |
### Contributions
|
| 133 |
+
|
| 134 |
Thanks to [@github-username](https://github.com/<github-username>) for adding this dataset.
|