Instructions to use lfcc/lusa_events with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use lfcc/lusa_events with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="lfcc/lusa_events", device_map="auto")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("lfcc/lusa_events") model = AutoModelForTokenClassification.from_pretrained("lfcc/lusa_events", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Rename config-Filipe.json to config.json
Browse files
config-Filipe.json → config.json
RENAMED
|
File without changes
|