Serega6678
commited on
Commit
•
612c373
1
Parent(s):
7e236b4
Update README.md
Browse files
README.md
CHANGED
@@ -8,13 +8,10 @@ tags:
|
|
8 |
- entity-recognition
|
9 |
- generic
|
10 |
- feature-extraction
|
11 |
-
datasets:
|
12 |
-
- Numind/C4_sentiment-analysis
|
13 |
---
|
14 |
|
15 |
## Model
|
16 |
|
|
|
17 |
|
18 |
-
|
19 |
-
## Usage
|
20 |
-
|
|
|
8 |
- entity-recognition
|
9 |
- generic
|
10 |
- feature-extraction
|
|
|
|
|
11 |
---
|
12 |
|
13 |
## Model
|
14 |
|
15 |
+
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. Embeddings can be used out of the box or fine-tuned on specific datasets.
|
16 |
|
17 |
+
## Usage
|
|
|
|