Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# BlogSet-BR
|
2 |
|
3 |
Reprodução do dataset [BlogSet-BR criado pela universidade PUCRS](https://www.inf.pucrs.br/linatural/wordpress/recursos-e-ferramentas/blogset-br/).
|
@@ -91,4 +102,4 @@ from sentence_transformers import SentenceTransformer
|
|
91 |
|
92 |
model = SentenceTransformer('mixedbread-ai/mxbai-embed-large-v1') # ocupa ~1GB de VRAM
|
93 |
embedding = model.encode('Olá mundo!') # um array NumPy de 1024 valores float32
|
94 |
-
```
|
|
|
1 |
+
---
|
2 |
+
task_categories:
|
3 |
+
- text-generation
|
4 |
+
language:
|
5 |
+
- pt
|
6 |
+
license: apache-2.0
|
7 |
+
pretty_name: BlogSet-BR
|
8 |
+
size_categories:
|
9 |
+
- 1M<n<10M
|
10 |
+
---
|
11 |
+
|
12 |
# BlogSet-BR
|
13 |
|
14 |
Reprodução do dataset [BlogSet-BR criado pela universidade PUCRS](https://www.inf.pucrs.br/linatural/wordpress/recursos-e-ferramentas/blogset-br/).
|
|
|
102 |
|
103 |
model = SentenceTransformer('mixedbread-ai/mxbai-embed-large-v1') # ocupa ~1GB de VRAM
|
104 |
embedding = model.encode('Olá mundo!') # um array NumPy de 1024 valores float32
|
105 |
+
```
|