Instructions to use Taekyoon/unicon_v0.5.4_alpha with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Taekyoon/unicon_v0.5.4_alpha with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="Taekyoon/unicon_v0.5.4_alpha")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("Taekyoon/unicon_v0.5.4_alpha") model = AutoModel.from_pretrained("Taekyoon/unicon_v0.5.4_alpha") - Notebooks
- Google Colab
- Kaggle
No model card
- Downloads last month
- 2