Update README.md
Browse files
README.md
CHANGED
|
@@ -2,5 +2,11 @@
|
|
| 2 |
license: apache-2.0
|
| 3 |
base_model:
|
| 4 |
- FacebookAI/xlm-roberta-large
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
---
|
| 6 |
This is a converted XLM‑RoBERTa large model using CLS pooling for embeddings. It’s not trained yet, but it can be effectively trained to make a cool embedding model
|
|
|
|
| 2 |
license: apache-2.0
|
| 3 |
base_model:
|
| 4 |
- FacebookAI/xlm-roberta-large
|
| 5 |
+
library_name: sentence-transformers
|
| 6 |
+
tags:
|
| 7 |
+
- sentence-transformers
|
| 8 |
+
- sentence-similarity
|
| 9 |
+
- feature-extraction
|
| 10 |
+
- text-embeddings-inference
|
| 11 |
---
|
| 12 |
This is a converted XLM‑RoBERTa large model using CLS pooling for embeddings. It’s not trained yet, but it can be effectively trained to make a cool embedding model
|