beyond commited on
Commit
a9ab535
·
1 Parent(s): 65c4b8e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -35,6 +35,9 @@ inference:
35
 
36
  **SEGA** is a **general text augmentation model** that can be used for data augmentation for **various NLP tasks** (including sentiment analysis, topic classification, NER, and QA). SEGA uses an encoder-decoder structure (based on the BART architecture) and is pre-trained on the `C4-realnewslike` corpus.
37
 
 
 
 
38
  - Paper: [this paper](to_be_added)
39
  - Github: [this repository](to_be_added).
40
 
 
35
 
36
  **SEGA** is a **general text augmentation model** that can be used for data augmentation for **various NLP tasks** (including sentiment analysis, topic classification, NER, and QA). SEGA uses an encoder-decoder structure (based on the BART architecture) and is pre-trained on the `C4-realnewslike` corpus.
37
 
38
+
39
+ ![sega-illustration](https://cdn.jsdelivr.net/gh/beyondguo/mdnice_pictures/typora/sega-main-illustration.png)
40
+
41
  - Paper: [this paper](to_be_added)
42
  - Github: [this repository](to_be_added).
43