Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language: fa
|
3 |
+
license: apache-2.0
|
4 |
+
---
|
5 |
+
|
6 |
+
# ParsBERT + Sentence Transformers
|
7 |
+
|
8 |
+
Please follow the [Sentence-Transformer](https://github.com/m3hrdadfi/sentence-transformers) repo for the latest information about previous and current models.
|
9 |
+
|
10 |
+
```bibtex
|
11 |
+
@misc{SentenceTransformerWiki,
|
12 |
+
author = {Mehrdad Farahani},
|
13 |
+
title = {Sentence Embeddings with ParsBERT},
|
14 |
+
year = {2020},
|
15 |
+
publisher = {GitHub},
|
16 |
+
journal = {GitHub repository},
|
17 |
+
howpublished = {https://github.com/m3hrdadfi/sentence-transformers},
|
18 |
+
}
|
19 |
+
```
|