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