Update README.md
Browse files
README.md
CHANGED
@@ -13,7 +13,7 @@ language:
|
|
13 |
|
14 |
# thehosy/roberta-base-qa-vietnamese
|
15 |
|
16 |
-
This is a encoder model: It can encodes sentences or paragraphs (maximum 768 tokens) to dense vectors with
|
17 |
|
18 |
Datasets:
|
19 |
- MS Macro (translated into Vietnamese)
|
@@ -30,7 +30,7 @@ Roberta-base architecture is used as backbone (Training from scratch).
|
|
30 |
Using this model becomes easy when you have [sentence-transformers](https://www.SBERT.net) installed:
|
31 |
|
32 |
```
|
33 |
-
pip install -
|
34 |
```
|
35 |
|
36 |
Then you can use the model like this:
|
|
|
13 |
|
14 |
# thehosy/roberta-base-qa-vietnamese
|
15 |
|
16 |
+
This is a encoder model: It can encodes sentences or paragraphs (maximum 768 tokens) to dense vectors with 768 dimensions. It used for QA semantic search.
|
17 |
|
18 |
Datasets:
|
19 |
- MS Macro (translated into Vietnamese)
|
|
|
30 |
Using this model becomes easy when you have [sentence-transformers](https://www.SBERT.net) installed:
|
31 |
|
32 |
```
|
33 |
+
pip install -q sentence-transformers
|
34 |
```
|
35 |
|
36 |
Then you can use the model like this:
|