piotrtrochim
commited on
Commit
•
616fe33
1
Parent(s):
627cdfa
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,24 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
datasets:
|
4 |
+
- IconicAI/janet-textclassification-10k
|
5 |
+
pipeline_tag: sentence-similarity
|
6 |
---
|
7 |
+
|
8 |
+
This is the [sentence-transformers/all-mpnet-base-v2](https://huggingface.co/sentence-transformers/all-mpnet-base-v2) model finetuned on [IconicAI/janet-textclassification-10k](https://huggingface.co/datasets/IconicAI/janet-textclassification-10k) dataset in order to improve the classification of the spoken dialogue in an internal game demo developed by Iconic AI.
|
9 |
+
|
10 |
+
|
11 |
+
# Citation
|
12 |
+
|
13 |
+
```
|
14 |
+
@misc{IconicAI/all-mpnet-janet-10k-v1,
|
15 |
+
title = {all-mpnet-janet-10k-v1: Sentence similarity encoder finetuned on the Janet-textclassification-10k dataset.},
|
16 |
+
author = {Piotr Trochim},
|
17 |
+
year = {2023},
|
18 |
+
publisher = {HuggingFace},
|
19 |
+
journal = {HuggingFace repository},
|
20 |
+
howpublished = {\\url{https://huggingface.co/IconicAI/all-mpnet-janet-10k-v1/}},
|
21 |
+
}
|
22 |
+
```
|
23 |
+
|
24 |
+
|