Instructions to use antagonico/miModel-Uncesuret-JhonAlex with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use antagonico/miModel-Uncesuret-JhonAlex with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="antagonico/miModel-Uncesuret-JhonAlex")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("antagonico/miModel-Uncesuret-JhonAlex") model = AutoModel.from_pretrained("antagonico/miModel-Uncesuret-JhonAlex") - Notebooks
- Google Colab
- Kaggle