File size: 792 Bytes
69b0cb7
 
90baead
 
dbd14c5
90baead
 
 
 
 
 
 
 
 
 
 
 
 
dbd14c5
 
 
 
 
 
 
 
 
 
90baead
 
dbd14c5
 
 
 
90baead
 
 
 
 
69b0cb7
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
---

license: apache-2.0
dataset_info:
  features:
  - name: anchor
    dtype: string
  - name: filename
    dtype: string
  - name: parent_section
    dtype: string
  - name: url
    dtype: string
  - name: embedding
    sequence: float64
  - name: token_count
    dtype: int64
  - name: generated_questions
    dtype: 'null'
  - name: positive
    dtype: string
  - name: negative
    dtype: string
  - name: distilabel_metadata
    struct:
    - name: raw_output_generate_sentence_pair_0
      dtype: string
  - name: model_name
    dtype: string
  splits:
  - name: train
    num_bytes: 60392
    num_examples: 10
  download_size: 66555
  dataset_size: 60392
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---