Instructions to use lewtun/autotrain-acronym-identification-7324788 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use lewtun/autotrain-acronym-identification-7324788 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="lewtun/autotrain-acronym-identification-7324788")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("lewtun/autotrain-acronym-identification-7324788") model = AutoModelForTokenClassification.from_pretrained("lewtun/autotrain-acronym-identification-7324788", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Add evaluation results on the default config and train split of acronym_identification
2
#12 opened almost 3 years ago
by
autoevaluator
Add evaluation results on the default config and validation split of acronym_identification
#11 opened almost 3 years ago
by
autoevaluator
Add evaluation results on the default config and train split of acronym_identification
#10 opened almost 3 years ago
by
autoevaluator
Add evaluation results on the default config and train split of acronym_identification
#9 opened almost 3 years ago
by
autoevaluator
Add evaluation results on the default config and train split of acronym_identification
#8 opened almost 3 years ago
by
autoevaluator
Adding `safetensors` variant of this model
#7 opened over 3 years ago
by
SFconvertbot
Add evaluation results on the default config and validation split of acronym_identification
🤗 1
#6 opened over 3 years ago
by
autoevaluator
Add evaluation results on the default config and validation split of acronym_identification
#5 opened over 3 years ago
by
autoevaluator
Add evaluation results on the default config and validation split of acronym_identification
#4 opened over 3 years ago
by
autoevaluator
Add verifyToken field to verify evaluation results are produced by Hugging Face's automatic model evaluator
#3 opened over 3 years ago
by
autoevaluator