Commit
·
53a9268
1
Parent(s):
be6cb76
Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
---
|
2 |
license: cc-by-nc-sa-4.0
|
|
|
3 |
---
|
4 |
|
5 |
Imaginary Embeddings utilize Curved Contrastive Learning (see paper [Imagination Is All You Need!](https://arxiv.org/pdf/2211.07591.pdf) (ACL 2023)) on [Sentence Transformers](https://sbert.net/) for long-short term dialogue planning and efficient abstract sequence modeling.
|
@@ -51,5 +52,4 @@ ltp.imaginary_embedding_chains()
|
|
51 |
|
52 |
# imaginary embedding chains with curving
|
53 |
ltp.imaginary_embedding_chains_with_curving()
|
54 |
-
```
|
55 |
-
|
|
|
1 |
---
|
2 |
license: cc-by-nc-sa-4.0
|
3 |
+
pipeline_tag: conversational
|
4 |
---
|
5 |
|
6 |
Imaginary Embeddings utilize Curved Contrastive Learning (see paper [Imagination Is All You Need!](https://arxiv.org/pdf/2211.07591.pdf) (ACL 2023)) on [Sentence Transformers](https://sbert.net/) for long-short term dialogue planning and efficient abstract sequence modeling.
|
|
|
52 |
|
53 |
# imaginary embedding chains with curving
|
54 |
ltp.imaginary_embedding_chains_with_curving()
|
55 |
+
```
|
|