phatjk commited on
Commit
ac0a712
1 Parent(s): b930ab4

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: text
5
+ dtype: string
6
+ - name: labels
7
+ dtype: string
8
+ - name: text_tk
9
+ struct:
10
+ - name: attention_mask
11
+ sequence: int64
12
+ - name: input_ids
13
+ sequence: int64
14
+ - name: labels_tk
15
+ struct:
16
+ - name: attention_mask
17
+ sequence: int64
18
+ - name: input_ids
19
+ sequence: int64
20
+ splits:
21
+ - name: train
22
+ num_bytes: 254228978
23
+ num_examples: 133317
24
+ download_size: 35200611
25
+ dataset_size: 254228978
26
+ ---
27
+ # Dataset Card for "ds_translate_vi_en_bart"
28
+
29
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)