pooya-mohammadi
commited on
Commit
•
ee2009c
1
Parent(s):
6a236f2
Hezar: Upload training files
Browse files
train/dataset_config.yaml
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
name: text_summarization
|
2 |
+
config_type: dataset
|
3 |
+
task: text2text
|
4 |
+
path: hezarai/xlsum-fa
|
5 |
+
tokenizer_path: hezarai/gpt2-base-fa
|
6 |
+
text_field: text
|
7 |
+
summary_field: summary
|
8 |
+
max_length: 512
|
9 |
+
max_target_length: 512
|