Instructions to use osiria/flare-it with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use osiria/flare-it with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="osiria/flare-it")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("osiria/flare-it") model = AutoModelForMaskedLM.from_pretrained("osiria/flare-it") - Notebooks
- Google Colab
- Kaggle
sentence-transformers from flare-it
#2
by nickprock - opened
Hi @osiria ,
good job!
I tried to create two sentence-transformers from flare-it, the results are here:
Hi @nickprock , thanks for using flare-it
I've downloaded both of your models, they work like a charm... and I am a fan of sentence transformers, so great job!