johnsonrobotics24 commited on
Commit
8889a2c
·
verified ·
1 Parent(s): 25b5702

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -7,4 +7,12 @@ metrics:
7
  base_model:
8
  - fnlp/bart-base-chinese
9
  pipeline_tag: text2text-generation
10
- ---
 
 
 
 
 
 
 
 
 
7
  base_model:
8
  - fnlp/bart-base-chinese
9
  pipeline_tag: text2text-generation
10
+ tags:
11
+ - seq2seq
12
+ ---
13
+
14
+ This is a fine-tuned version of [fnlp/bart-base-chinese](https://huggingface.co/fnlp/bart-base-chinese) for Chinese text simplification at the sentence level.
15
+
16
+ It was fine-tuned using 500,000 samples of sentence pairs from the [MCTS pseudo-wikipedia dataset](https://arxiv.org/abs/2306.02796).
17
+
18
+ More details on this project are available on the external site: https://johnsonrobotics.com/Projects/textsimplification.html