harshit-gupta
commited on
Commit
•
52bffef
1
Parent(s):
22433f6
Updated README
Browse files-> Added necessary fields relevant to describing our dataset.
README.md
CHANGED
@@ -41,7 +41,77 @@ dataset_info:
|
|
41 |
num_examples: 806
|
42 |
download_size: 1784422
|
43 |
dataset_size: 3322717
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
44 |
---
|
45 |
-
# Dataset
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
46 |
|
47 |
-
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
|
|
41 |
num_examples: 806
|
42 |
download_size: 1784422
|
43 |
dataset_size: 3322717
|
44 |
+
task_categories:
|
45 |
+
- token-classification
|
46 |
+
language:
|
47 |
+
- en
|
48 |
+
pretty_name: FICLE Dataset
|
49 |
+
size_categories:
|
50 |
+
- 1K<n<10K
|
51 |
---
|
52 |
+
# FICLE Dataset
|
53 |
+
|
54 |
+
The dataset can be loaded and utilized through the following:
|
55 |
+
|
56 |
+
```python
|
57 |
+
from datasets import load_dataset
|
58 |
+
ficle_data = load_dataset("tathagataraha/ficle")
|
59 |
+
```
|
60 |
+
|
61 |
+
# Dataset card for Falcon RefinedWeb
|
62 |
+
|
63 |
+
## Dataset Description
|
64 |
+
|
65 |
+
* **GitHub Repo:**
|
66 |
+
* **Paper:**
|
67 |
+
* **Point of Contact:**
|
68 |
+
|
69 |
+
### Dataset Summary
|
70 |
+
|
71 |
+
### Languages
|
72 |
+
|
73 |
+
The FICLE Dataset contains only English.
|
74 |
+
|
75 |
+
## Dataset Structure
|
76 |
+
|
77 |
+
### Data Instances
|
78 |
+
|
79 |
+
### Data Fields
|
80 |
+
|
81 |
+
* `content`:
|
82 |
+
|
83 |
+
|
84 |
+
### Data Splits
|
85 |
+
|
86 |
+
The dataset is split into `train`, `validation`, and `test`.
|
87 |
+
* `train`: 6.44k rows
|
88 |
+
* `validation`: 806 rows
|
89 |
+
* `test`: 806 rows
|
90 |
+
|
91 |
+
## Dataset Creation
|
92 |
+
|
93 |
+
### Curation Rationale
|
94 |
+
|
95 |
+
### Source Data
|
96 |
+
|
97 |
+
### Data Collection and Preprocessing
|
98 |
+
|
99 |
+
### Annotations
|
100 |
+
|
101 |
+
### Personal and Sensitive Information
|
102 |
+
|
103 |
+
## Considerations for Using the Data
|
104 |
+
|
105 |
+
### Social Impact of Dataset
|
106 |
+
|
107 |
+
### Discussion of Biases
|
108 |
+
|
109 |
+
### Other Known Limitations
|
110 |
+
|
111 |
+
## Additional Information
|
112 |
+
|
113 |
+
### Citation Information
|
114 |
+
|
115 |
+
### Contact
|
116 |
+
|
117 |
|
|