figurative-nlp
commited on
Commit
•
cfd6f1f
1
Parent(s):
b542ba5
Update README.md
Browse files
README.md
CHANGED
@@ -4,8 +4,8 @@ A: I think I rated you very high at the beginning. Now I feel sad to see your
|
|
4 |
|
5 |
B: I think I rated you very high at the beginning. Now I feel sad to see your scientific research progress is as slow as snail.
|
6 |
|
7 |
-
|
8 |
-
A Style Transfer Approach for Simile Generation).
|
9 |
|
10 |
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
|
11 |
tokenizer = AutoTokenizer.from_pretrained("figurative-nlp/English-Simile-Generation")
|
|
|
4 |
|
5 |
B: I think I rated you very high at the beginning. Now I feel sad to see your scientific research progress is as slow as snail.
|
6 |
|
7 |
+
**To our knowledge, our model have better performance,diversity and practicability compared to EMNLP21 paper (Generating similes effortlessly like a Pro:
|
8 |
+
A Style Transfer Approach for Simile Generation). **
|
9 |
|
10 |
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
|
11 |
tokenizer = AutoTokenizer.from_pretrained("figurative-nlp/English-Simile-Generation")
|