Instructions to use sayef/fsner-bert-base-uncased with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sayef/fsner-bert-base-uncased with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="sayef/fsner-bert-base-uncased")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("sayef/fsner-bert-base-uncased") model = AutoModel.from_pretrained("sayef/fsner-bert-base-uncased") - Notebooks
- Google Colab
- Kaggle
saif
Update model by training for 25 epochs and two more datasets i.e. mit restaurant and mit movie trivia.
ba83523 File too large to display, you can check the raw version instead.