Instructions to use vipisdeath/HGRXv1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Flair
How to use vipisdeath/HGRXv1 with Flair:
from flair.models import SequenceTagger tagger = SequenceTagger.load("vipisdeath/HGRXv1") - Notebooks
- Google Colab
- Kaggle
Create requirements.txt
Browse files- requirements.txt +4 -0
requirements.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
transformers
|
| 2 |
+
datasets
|
| 3 |
+
torch
|
| 4 |
+
accelerate
|