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
Commit History
Update README.md 7868cf5 verified
CK commited on
Update README.md 49835ff
CK commited on
Update README.md de76647
CK commited on
Update README.md 5b5021d
CK commited on
Update README.md 64b9d93
CK commited on
Update README.md 992e907
CK commited on
Update README.md f673fb5
CK commited on
Training completed! e6ac8bd
CK commited on
Update README.md d78b60f
CK commited on
Training completed! bdf2097
CK commited on
Update README.md 2c7f1dc
CK commited on
Training completed! 5f81f8e
CK commited on
Update README.md 046825e
CK commited on
Update README.md 6f0e666
CK commited on
Update README.md e1ffde1
CK commited on
Update README.md 2100d28
CK commited on
Training completed! e137a77
CK commited on