Update README.md
Browse files
README.md
CHANGED
|
@@ -1,12 +1,15 @@
|
|
| 1 |
---
|
| 2 |
library_name: sentence-transformers
|
| 3 |
-
pipeline_tag:
|
| 4 |
tags:
|
| 5 |
- sentence-transformers
|
| 6 |
- feature-extraction
|
| 7 |
- sentence-similarity
|
| 8 |
- transformers
|
| 9 |
-
|
|
|
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
# cristianomg10/sbertimbau_news_2020
|
|
@@ -124,4 +127,13 @@ SentenceTransformer(
|
|
| 124 |
|
| 125 |
## Citing & Authors
|
| 126 |
|
| 127 |
-
<!--- Describe where people can find more information -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
library_name: sentence-transformers
|
| 3 |
+
pipeline_tag: feature-extraction
|
| 4 |
tags:
|
| 5 |
- sentence-transformers
|
| 6 |
- feature-extraction
|
| 7 |
- sentence-similarity
|
| 8 |
- transformers
|
| 9 |
+
language:
|
| 10 |
+
- pt
|
| 11 |
+
base_model:
|
| 12 |
+
- neuralmind/bert-base-portuguese-cased
|
| 13 |
---
|
| 14 |
|
| 15 |
# cristianomg10/sbertimbau_news_2020
|
|
|
|
| 127 |
|
| 128 |
## Citing & Authors
|
| 129 |
|
| 130 |
+
<!--- Describe where people can find more information -->
|
| 131 |
+
```
|
| 132 |
+
@inproceedings{imai2024isitfinetotune,
|
| 133 |
+
title={{Is it Fine to Tune? Evaluating SentenceBERT Fine-tuning for Brazilian Portuguese Text Stream Classification}},
|
| 134 |
+
author={Bruno Yuiti Leão Imai and Cristiano Mesquita Garcia and Marcio Vinicius Rocha and Alessandro Lameiras Koerich and Alceu de Souza Britto Jr and Jean Paul Barddal},
|
| 135 |
+
booktitle={IEEE Big Data},
|
| 136 |
+
year={2024},
|
| 137 |
+
organization={IEEE}
|
| 138 |
+
}
|
| 139 |
+
```
|