Shobhank-iiitdwd
commited on
Commit
•
12b5862
1
Parent(s):
1d170b9
Update README.md
Browse files
README.md
CHANGED
@@ -66,11 +66,6 @@ This is a [sentence-transformers](https://www.SBERT.net) model finetuned from [s
|
|
66 |
<!-- - **Language:** Unknown -->
|
67 |
<!-- - **License:** Unknown -->
|
68 |
|
69 |
-
### Model Sources
|
70 |
-
|
71 |
-
- **Documentation:** [Sentence Transformers Documentation](https://sbert.net)
|
72 |
-
- **Repository:** [Sentence Transformers on GitHub](https://github.com/UKPLab/sentence-transformers)
|
73 |
-
- **Hugging Face:** [Sentence Transformers on Hugging Face](https://huggingface.co/models?library=sentence-transformers)
|
74 |
|
75 |
### Full Model Architecture
|
76 |
|
@@ -157,26 +152,6 @@ You can finetune this model on your own dataset.
|
|
157 |
#### Unnamed Dataset
|
158 |
|
159 |
|
160 |
-
* Size: 46,453 training samples
|
161 |
-
* Columns: <code>sentence_0</code> and <code>sentence_1</code>
|
162 |
-
* Approximate statistics based on the first 1000 samples:
|
163 |
-
| | sentence_0 | sentence_1 |
|
164 |
-
|:--------|:---------------------------------------------------------------------------------|:-----------------------------------------------------------------------------------|
|
165 |
-
| type | string | string |
|
166 |
-
| details | <ul><li>min: 3 tokens</li><li>mean: 6.64 tokens</li><li>max: 11 tokens</li></ul> | <ul><li>min: 3 tokens</li><li>mean: 23.81 tokens</li><li>max: 384 tokens</li></ul> |
|
167 |
-
* Samples:
|
168 |
-
| sentence_0 | sentence_1 |
|
169 |
-
|:------------------------------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
170 |
-
| <code>has been homeless</code> | <code>He has a GED level education and previously held a stable job for a ___. However, mother reports he recently quit his job suddenly and is homeless right now after multiple family members kicked him out of their homes.</code> |
|
171 |
-
| <code>gave list of shelters</code> | <code>Home With Service Facility:</code> |
|
172 |
-
| <code>assessed housing needs</code> | <code>Patient with longstanding history of instrumental suicidal ideation and waxing and waning symptoms of depression and anxiety, SI when his needs, particularly regarding housing, are not being met with documented history of quick retraction of his</code> |
|
173 |
-
* Loss: [<code>MultipleNegativesRankingLoss</code>](https://sbert.net/docs/package_reference/sentence_transformer/losses.html#multiplenegativesrankingloss) with these parameters:
|
174 |
-
```json
|
175 |
-
{
|
176 |
-
"scale": 20.0,
|
177 |
-
"similarity_fct": "cos_sim"
|
178 |
-
}
|
179 |
-
```
|
180 |
|
181 |
### Training Hyperparameters
|
182 |
#### Non-Default Hyperparameters
|
@@ -476,49 +451,4 @@ You can finetune this model on your own dataset.
|
|
476 |
- Datasets: 2.19.1
|
477 |
- Tokenizers: 0.19.1
|
478 |
|
479 |
-
## Citation
|
480 |
-
|
481 |
-
### BibTeX
|
482 |
-
|
483 |
-
#### Sentence Transformers
|
484 |
-
```bibtex
|
485 |
-
@inproceedings{reimers-2019-sentence-bert,
|
486 |
-
title = "Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks",
|
487 |
-
author = "Reimers, Nils and Gurevych, Iryna",
|
488 |
-
booktitle = "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing",
|
489 |
-
month = "11",
|
490 |
-
year = "2019",
|
491 |
-
publisher = "Association for Computational Linguistics",
|
492 |
-
url = "https://arxiv.org/abs/1908.10084",
|
493 |
-
}
|
494 |
-
```
|
495 |
-
|
496 |
-
#### MultipleNegativesRankingLoss
|
497 |
-
```bibtex
|
498 |
-
@misc{henderson2017efficient,
|
499 |
-
title={Efficient Natural Language Response Suggestion for Smart Reply},
|
500 |
-
author={Matthew Henderson and Rami Al-Rfou and Brian Strope and Yun-hsuan Sung and Laszlo Lukacs and Ruiqi Guo and Sanjiv Kumar and Balint Miklos and Ray Kurzweil},
|
501 |
-
year={2017},
|
502 |
-
eprint={1705.00652},
|
503 |
-
archivePrefix={arXiv},
|
504 |
-
primaryClass={cs.CL}
|
505 |
-
}
|
506 |
-
```
|
507 |
-
|
508 |
-
<!--
|
509 |
-
## Glossary
|
510 |
-
|
511 |
-
*Clearly define terms in order to be accessible across audiences.*
|
512 |
-
-->
|
513 |
-
|
514 |
-
<!--
|
515 |
-
## Model Card Authors
|
516 |
-
|
517 |
-
*Lists the people who create the model card, providing recognition and accountability for the detailed work that goes into its construction.*
|
518 |
-
-->
|
519 |
-
|
520 |
-
<!--
|
521 |
-
## Model Card Contact
|
522 |
|
523 |
-
*Provides a way for people who have updates to the Model Card, suggestions, or questions, to contact the Model Card authors.*
|
524 |
-
-->
|
|
|
66 |
<!-- - **Language:** Unknown -->
|
67 |
<!-- - **License:** Unknown -->
|
68 |
|
|
|
|
|
|
|
|
|
|
|
69 |
|
70 |
### Full Model Architecture
|
71 |
|
|
|
152 |
#### Unnamed Dataset
|
153 |
|
154 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
155 |
|
156 |
### Training Hyperparameters
|
157 |
#### Non-Default Hyperparameters
|
|
|
451 |
- Datasets: 2.19.1
|
452 |
- Tokenizers: 0.19.1
|
453 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
454 |
|
|
|
|