Update README.md
Browse files
README.md
CHANGED
@@ -23,11 +23,13 @@ Pathological examination revealed that the tumour also extensively involved the
|
|
23 |
## About the Model
|
24 |
An English Named Entity Recognition model, trained on Maccrobat to recognize the bio-medical entities (107 entities) from a given text corpus (case reports etc.). This model was built on top of distilbert-base-uncased
|
25 |
|
26 |
-
- Dataset
|
27 |
-
- Carbon emission
|
28 |
-
- Training time
|
29 |
- GPU used : 1 x GeForce RTX 3060 Laptop GPU
|
30 |
|
|
|
|
|
31 |
## Usage
|
32 |
The easiest way is to load the inference api from huggingface and second method is through the pipeline object offered by transformers library.
|
33 |
```python
|
|
|
23 |
## About the Model
|
24 |
An English Named Entity Recognition model, trained on Maccrobat to recognize the bio-medical entities (107 entities) from a given text corpus (case reports etc.). This model was built on top of distilbert-base-uncased
|
25 |
|
26 |
+
- Dataset: Maccrobat https://figshare.com/articles/dataset/MACCROBAT2018/9764942
|
27 |
+
- Carbon emission: 0.0279399890043426 Kg
|
28 |
+
- Training time: 30.16527 minutes
|
29 |
- GPU used : 1 x GeForce RTX 3060 Laptop GPU
|
30 |
|
31 |
+
Checkout the tutorial video for explanation of this model and corresponding python library: https://youtu.be/xpiDPdBpS18
|
32 |
+
|
33 |
## Usage
|
34 |
The easiest way is to load the inference api from huggingface and second method is through the pipeline object offered by transformers library.
|
35 |
```python
|