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