File size: 1,634 Bytes
eded9c9
d27fe22
 
eded9c9
784f1f1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7935596
784f1f1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7935596
784f1f1
 
 
 
 
 
 
 
 
 
9402c1c
7935596
9402c1c
 
784f1f1
 
 
 
 
eded9c9
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
---

language:
- en
license: apache-2.0
dataset_info:
  features:
  - name: id
    dtype: int64
  - name: name
    dtype: string
  - name: slug
    dtype: string
  - name: former_names
    sequence: string
  - name: small_logo_thumb_url
    dtype: string
  - name: website
    dtype: string
  - name: all_locations
    dtype: string
  - name: long_description
    dtype: string
  - name: one_liner
    dtype: string
  - name: team_size
    dtype: int64
  - name: highlight_black
    dtype: bool
  - name: highlight_latinx
    dtype: bool
  - name: highlight_women
    dtype: bool
  - name: industry
    dtype: string
  - name: subindustry
    dtype: string
  - name: launched_at
    dtype: int64
  - name: tags
    sequence: string
  - name: tags_highlighted
    sequence: string
  - name: top_company
    dtype: bool
  - name: isHiring
    dtype: bool
  - name: nonprofit
    dtype: bool
  - name: batch
    dtype: string
  - name: status
    dtype: string
  - name: industries
    sequence: string
  - name: regions
    sequence: string
  - name: stage
    dtype: string
  - name: app_video_public
    dtype: bool
  - name: demo_day_video_public
    dtype: bool
  - name: app_answers
    dtype: bool
  - name: question_answers
    dtype: bool
  - name: url
    dtype: string
  - name: api
    dtype: string
  - name: text
    dtype: string
  splits:
  - name: train
    num_bytes: 1405990
    num_examples: 255
  download_size: 762756
  dataset_size: 1405990
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---