docs: readme
Browse files
README.md
CHANGED
|
@@ -7,6 +7,28 @@ language:
|
|
| 7 |
- en
|
| 8 |
tags:
|
| 9 |
- code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
# Anti-Spoofing dataset: live
|
| 12 |
|
|
@@ -37,4 +59,4 @@ In order to get access to more than 80,000 media files from 4,000 people or to l
|
|
| 37 |
|
| 38 |
More datasets in TrainingData's Kaggle account: **<https://www.kaggle.com/trainingdatapro/datasets>**
|
| 39 |
|
| 40 |
-
TrainingData's GitHub: **<https://github.com/trainingdata-pro>**
|
|
|
|
| 7 |
- en
|
| 8 |
tags:
|
| 9 |
- code
|
| 10 |
+
dataset_info:
|
| 11 |
+
features:
|
| 12 |
+
- name: phone
|
| 13 |
+
dtype: string
|
| 14 |
+
- name: selfie
|
| 15 |
+
dtype: image
|
| 16 |
+
- name: video
|
| 17 |
+
dtype: string
|
| 18 |
+
- name: worker_id
|
| 19 |
+
dtype: string
|
| 20 |
+
- name: age
|
| 21 |
+
dtype: int8
|
| 22 |
+
- name: country
|
| 23 |
+
dtype: string
|
| 24 |
+
- name: gender
|
| 25 |
+
dtype: string
|
| 26 |
+
splits:
|
| 27 |
+
- name: train
|
| 28 |
+
num_bytes: 100634313
|
| 29 |
+
num_examples: 30
|
| 30 |
+
download_size: 568013310
|
| 31 |
+
dataset_size: 100634313
|
| 32 |
---
|
| 33 |
# Anti-Spoofing dataset: live
|
| 34 |
|
|
|
|
| 59 |
|
| 60 |
More datasets in TrainingData's Kaggle account: **<https://www.kaggle.com/trainingdatapro/datasets>**
|
| 61 |
|
| 62 |
+
TrainingData's GitHub: **<https://github.com/trainingdata-pro>**
|