File size: 1,058 Bytes
9cc88ae
 
 
 
 
13514a5
 
 
9cc88ae
13514a5
9cc88ae
13514a5
9cc88ae
13514a5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9cc88ae
13514a5
9cc88ae
13514a5
9cc88ae
 
 
13514a5
9cc88ae
13514a5
 
9cc88ae
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: id
    dtype: string
  - name: orig_row
    struct:
    - name: orig
      dtype: string
    - name: translation
      dtype: string
    - name: url
      dtype: string
  - name: in_context_examples
    struct:
    - name: passages
      list: string
    - name: sentences
      list:
      - name: id
        dtype: string
      - name: source
        dtype: string
      - name: translation
        dtype: string
    - name: wordlist
      list:
      - name: english
        dtype: string
      - name: input_word
        dtype: string
      - name: kalamang
        dtype: string
  - name: prompt_token_count
    dtype: int64
  - name: prompt
    dtype: string
  - name: response
    dtype: string
  - name: messages
    list:
    - name: content
      dtype: string
    - name: role
      dtype: string
  splits:
  - name: train
    num_bytes: 9760495
    num_examples: 337
  download_size: 3365007
  dataset_size: 9760495
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---