beyond commited on
Commit
65af2a9
1 Parent(s): a3040b1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -7
README.md CHANGED
@@ -34,7 +34,7 @@ inference:
34
 
35
  ![sega-illustration](https://cdn.jsdelivr.net/gh/beyondguo/mdnice_pictures/typora/sega-main-illustration.png)
36
 
37
- - Paper: [coming soon](to_be_added)
38
  - GitHub: [SEGA](https://github.com/beyondguo/SEGA).
39
 
40
  **SEGA中文版** 可以根据你给出的一个**草稿**进行填词造句扩写,草稿可以是:
@@ -68,12 +68,13 @@ for sketch in sketchs:
68
 
69
  ## Model variations / SEGA其他版本
70
 
71
- | Model | #params | Language |
72
- |------------------------|--------------------------------|-------|
73
- | [`sega-large`](https://huggingface.co/beyond/sega-large) | xM | English |
74
- | [`sega-base`(coming soon)]() | xM | English |
75
- | [`sega-large-chinese`(coming soon)]() | xM | Chinese |
76
- | [`sega-base-chinese`](https://huggingface.co/beyond/sega-base-chinese) | xM | Chinese |
 
77
 
78
 
79
  ## Comparison / 效果对比
 
34
 
35
  ![sega-illustration](https://cdn.jsdelivr.net/gh/beyondguo/mdnice_pictures/typora/sega-main-illustration.png)
36
 
37
+ - Paper: [SEGA: SkEtch-based Generative Augmentation (preprint)](https://github.com/beyondguo/SEGA/blob/master/SEGA_gby_preprint.pdf)
38
  - GitHub: [SEGA](https://github.com/beyondguo/SEGA).
39
 
40
  **SEGA中文版** 可以根据你给出的一个**草稿**进行填词造句扩写,草稿可以是:
 
68
 
69
  ## Model variations / SEGA其他版本
70
 
71
+ | Model | #params | Language | comment|
72
+ |------------------------|--------------------------------|-------|---------|
73
+ | [`sega-large`](https://huggingface.co/beyond/sega-large) | 406M | English | The version used in paper |
74
+ | [`sega-large-k2t`](https://huggingface.co/beyond/sega-large-k2t) | 406M | English | keywords-to-text |
75
+ | [`sega-base`](https://huggingface.co/beyond/sega-base) | 139M | English | smaller version |
76
+ | [`sega-base-ps`](https://huggingface.co/beyond/sega-base) | 139M | English | pre-trained both in paragraphs and short sentences |
77
+ | [`sega-base-chinese`](https://huggingface.co/beyond/sega-base-chinese) | 116M | 中文 | 在一千万纯净中文段落上预训练|
78
 
79
 
80
  ## Comparison / 效果对比