Instructions to use covalenthq/cryptoNER with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use covalenthq/cryptoNER with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="covalenthq/cryptoNER")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("covalenthq/cryptoNER") model = AutoModelForTokenClassification.from_pretrained("covalenthq/cryptoNER") - Notebooks
- Google Colab
- Kaggle
CK commited on
Commit ·
49835ff
1
Parent(s): de76647
Update README.md
Browse files
README.md
CHANGED
|
@@ -12,9 +12,7 @@ model-index:
|
|
| 12 |
results: []
|
| 13 |
widget:
|
| 14 |
- text:
|
| 15 |
-
Didn't I tell you that that was a decent entry point on $PROPHET? If you are
|
| 16 |
-
in - congrats, Prophet is up 90% in the last 2 weeks and 50% up in the last
|
| 17 |
-
week alone
|
| 18 |
pipeline_tag: token-classification
|
| 19 |
---
|
| 20 |
|
|
|
|
| 12 |
results: []
|
| 13 |
widget:
|
| 14 |
- text:
|
| 15 |
+
"Didn't I tell you that that was a decent entry point on $PROPHET? If you are in - congrats, Prophet is up 90% in the last 2 weeks and 50% up in the last week alone"
|
|
|
|
|
|
|
| 16 |
pipeline_tag: token-classification
|
| 17 |
---
|
| 18 |
|