figurative-nlp
commited on
Commit
•
9184a5c
1
Parent(s):
4450b33
Update README.md
Browse files
README.md
CHANGED
@@ -2,7 +2,10 @@ English-Simile-Generative is a seq2seq paraphrase model which can tranforme sent
|
|
2 |
|
3 |
A: I think I rated you very high at the beginning. Now I feel sad to see your scientific research progress is so slow.
|
4 |
|
5 |
-
B: I think I rated you very high at the beginning. Now I feel sad to see your scientific research progress is
|
|
|
|
|
|
|
6 |
|
7 |
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
|
8 |
tokenizer = AutoTokenizer.from_pretrained("figurative-nlp/English-Simile-Generation")
|
|
|
2 |
|
3 |
A: I think I rated you very high at the beginning. Now I feel sad to see your scientific research progress is so slow.
|
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")
|