Commit
·
a8fabbc
1
Parent(s):
6d96181
Update README.md
Browse files
README.md
CHANGED
|
@@ -13,10 +13,15 @@ tags:
|
|
| 13 |
|
| 14 |
## Model
|
| 15 |
|
| 16 |
-
The base version of [roberta-base](https://huggingface.co/roberta-base) finetunned on an artificially annotated subset of C4. This model provides domain-independent embedding for Entity Recognition Task.
|
| 17 |
|
| 18 |
## Usage
|
| 19 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
```python
|
| 21 |
import torch
|
| 22 |
import transformers
|
|
|
|
| 13 |
|
| 14 |
## Model
|
| 15 |
|
| 16 |
+
The base version of [roberta-base](https://huggingface.co/roberta-base) finetunned on an artificially annotated subset of C4. This model provides domain-independent embedding for Entity Recognition Task.
|
| 17 |
|
| 18 |
## Usage
|
| 19 |
|
| 20 |
+
Embeddings can be used out of the box or fine-tuned on specific datasets.
|
| 21 |
+
|
| 22 |
+
Get embeddings:
|
| 23 |
+
|
| 24 |
+
|
| 25 |
```python
|
| 26 |
import torch
|
| 27 |
import transformers
|