Commit ·
6169067
1
Parent(s): 85db796
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -30,6 +30,25 @@ train-eval-index:
|
|
| 30 |
eval_split: test
|
| 31 |
task: token-classification
|
| 32 |
task_id: entity_extraction
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
---
|
| 34 |
|
| 35 |
# Dataset Card for Nail Biting Classification
|
|
@@ -134,4 +153,4 @@ MIT
|
|
| 134 |
|
| 135 |
### Contributions
|
| 136 |
|
| 137 |
-
Thanks to [@alecsharpie](https://github.com/alecsharpie) for adding this dataset.
|
|
|
|
| 30 |
eval_split: test
|
| 31 |
task: token-classification
|
| 32 |
task_id: entity_extraction
|
| 33 |
+
dataset_info:
|
| 34 |
+
features:
|
| 35 |
+
- name: image
|
| 36 |
+
dtype: image
|
| 37 |
+
- name: label
|
| 38 |
+
dtype:
|
| 39 |
+
class_label:
|
| 40 |
+
names:
|
| 41 |
+
'0': biting
|
| 42 |
+
'1': no_biting
|
| 43 |
+
splits:
|
| 44 |
+
- name: train
|
| 45 |
+
num_bytes: 11965731.715
|
| 46 |
+
num_examples: 6629
|
| 47 |
+
- name: test
|
| 48 |
+
num_bytes: 1485426.0
|
| 49 |
+
num_examples: 736
|
| 50 |
+
download_size: 11546517
|
| 51 |
+
dataset_size: 13451157.715
|
| 52 |
---
|
| 53 |
|
| 54 |
# Dataset Card for Nail Biting Classification
|
|
|
|
| 153 |
|
| 154 |
### Contributions
|
| 155 |
|
| 156 |
+
Thanks to [@alecsharpie](https://github.com/alecsharpie) for adding this dataset.
|