beyond commited on
Commit
b3b4c3e
1 Parent(s): b77717c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -30,9 +30,9 @@ inference:
30
 
31
  # SEGA-large model
32
 
33
- SEGA: SkEtch-based Generative Augmentation
34
 
35
- 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.
36
 
37
  - Paper: [this paper](to_be_added)
38
  - Github: [this repository](to_be_added).
 
30
 
31
  # SEGA-large model
32
 
33
+ **SEGA: SkEtch-based Generative Augmentation**
34
 
35
+ 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.
36
 
37
  - Paper: [this paper](to_be_added)
38
  - Github: [this repository](to_be_added).