ljvmiranda921 commited on
Commit
13514a5
·
verified ·
1 Parent(s): 9cc88ae

Upload dataset

Browse files
Files changed (2) hide show
  1. README.md +37 -27
  2. data/train-00000-of-00001.parquet +2 -2
README.md CHANGED
@@ -1,44 +1,54 @@
1
  ---
2
  dataset_info:
3
  features:
4
- - name: original
5
- dtype: string
6
- - name: translation
7
- dtype: string
8
- - name: url
9
- dtype: string
10
  - name: id
11
  dtype: string
12
- - name: pipeline
13
- dtype: string
14
- - name: in_context_wordlist
15
- list:
16
- - name: english
17
  dtype: string
18
- - name: input_word
19
  dtype: string
20
- - name: kalamang
21
  dtype: string
22
- - name: in_context_passages
23
- list: string
24
- - name: in_context_sentences
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
  list:
26
- - name: id
27
- dtype: string
28
- - name: source
29
  dtype: string
30
- - name: translation
31
  dtype: string
32
- - name: translation_prompt
33
- dtype: string
34
- - name: token_count
35
- dtype: int64
36
  splits:
37
  - name: train
38
- num_bytes: 6298315
39
  num_examples: 337
40
- download_size: 1815201
41
- dataset_size: 6298315
42
  configs:
43
  - config_name: default
44
  data_files:
 
1
  ---
2
  dataset_info:
3
  features:
 
 
 
 
 
 
4
  - name: id
5
  dtype: string
6
+ - name: orig_row
7
+ struct:
8
+ - name: orig
 
 
9
  dtype: string
10
+ - name: translation
11
  dtype: string
12
+ - name: url
13
  dtype: string
14
+ - name: in_context_examples
15
+ struct:
16
+ - name: passages
17
+ list: string
18
+ - name: sentences
19
+ list:
20
+ - name: id
21
+ dtype: string
22
+ - name: source
23
+ dtype: string
24
+ - name: translation
25
+ dtype: string
26
+ - name: wordlist
27
+ list:
28
+ - name: english
29
+ dtype: string
30
+ - name: input_word
31
+ dtype: string
32
+ - name: kalamang
33
+ dtype: string
34
+ - name: prompt_token_count
35
+ dtype: int64
36
+ - name: prompt
37
+ dtype: string
38
+ - name: response
39
+ dtype: string
40
+ - name: messages
41
  list:
42
+ - name: content
 
 
43
  dtype: string
44
+ - name: role
45
  dtype: string
 
 
 
 
46
  splits:
47
  - name: train
48
+ num_bytes: 9760495
49
  num_examples: 337
50
+ download_size: 3365007
51
+ dataset_size: 9760495
52
  configs:
53
  - config_name: default
54
  data_files:
data/train-00000-of-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:20fade5a78118fba4dd4ca214c7d7698b44f8f30b9c45ef8fde3e186d680bab0
3
- size 1815201
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bdc4d531116c9556bccbe311712d426a9a939063f5ab8cf3886ba2fc6964132e
3
+ size 3365007