File size: 795 Bytes
3656700
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
---
dataset_info:
  features:
  - name: name
    dtype: string
  - name: code
    dtype: string
  - name: tags
    list: string
  - name: stats
    struct:
    - name: comment_count
      dtype: int64
    - name: created_at
      dtype: string
    - name: face_count
      dtype: int64
    - name: is_age_restricted
      dtype: bool
    - name: is_downloadable
      dtype: bool
    - name: license
      dtype: string
    - name: like_count
      dtype: int64
    - name: published_at
      dtype: string
    - name: vertex_count
      dtype: int64
    - name: view_count
      dtype: int64
  splits:
  - name: train
    num_bytes: 25262
    num_examples: 3
  download_size: 19344
  dataset_size: 25262
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---