File size: 456 Bytes
643d4f3
747355c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
643d4f3
e3e812b
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
configs:
- config_name: default
  data_files:
  - split: train
    path: "train.jsonl"
  - split: validation
    path: "validation.jsonl"
  - split: test
    path: "test.jsonl"
- config_name: Preprocess
  data_files:
  - split: train
    path: "Preprocess_train.jsonl"
  - split: validation
    path: "Preprocess_validation.jsonl"
  - split: test
    path: "Preprocess_test.jsonl"
license: apache-2.0
task_categories:
- summarization
language:
- zh
---