File size: 1,580 Bytes
e9b3634
 
 
20f2492
 
 
 
e9b3634
 
 
 
 
 
 
 
 
 
17c546c
eb8f4a7
 
 
 
 
17c546c
eb8f4a7
 
 
 
 
e816c16
 
6835d52
 
 
 
 
 
ee187a5
 
 
 
 
 
 
 
 
 
 
 
62da0b9
 
e9b3634
 
1008f34
0cf319b
1008f34
 
e9b3634
 
 
 
 
 
7956cb8
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: dataset
    dtype: string
  - name: image_id
    dtype: int64
  - name: image
    dtype: image
  - name: alt_text
    dtype: string
  - name: license
    dtype: string
  - name: source
    dtype: string
  - name: inclusive_alt_text
    dtype: string
  - name: need_training
    dtype:
      class_label:
        names:
          '0': 'no'
          '1': 'yes'
  - name: verified
    dtype:
      class_label:
        names:
          '0': 'no'
          '1': 'yes'
  - name: rejection_reasons
    sequence: string
  - name: added_by
    dtype: string
  - name: verified_by
    dtype: string
  - name: modified_date
    dtype: timestamp[ns]
  - name: nsfw
    dtype:
      class_label:
        names:
          '0': 'no'
          '1': 'yes'
  - name: golden
    dtype:
      class_label:
        names:
          '0': 'no'
          '1': 'yes'
  - name: gpt_alt_text
    dtype: string
  splits:
  - name: train
    num_bytes: 1184791040.95
    num_examples: 2970
  download_size: 1163757100
  dataset_size: 1184791040.95
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---


This dataset contains images and alt text from various sources. 

It is used to control the quality of https://huggingface.co/Mozilla/distilvit using the https://github.com/mozilla/checkvite application

This application let users try out the model on the images and classify them. The dataset is then updated. 
When an image is marked as `need_training` it will be use to fine-tune the model to fix some of its inaccuracies