Instructions to use bthomas/article2keyword2.1b_paraphrase-multilingual-MiniLM-L12-v2_finetuned_for_mlm with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use bthomas/article2keyword2.1b_paraphrase-multilingual-MiniLM-L12-v2_finetuned_for_mlm with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="bthomas/article2keyword2.1b_paraphrase-multilingual-MiniLM-L12-v2_finetuned_for_mlm")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("bthomas/article2keyword2.1b_paraphrase-multilingual-MiniLM-L12-v2_finetuned_for_mlm") model = AutoModelForMaskedLM.from_pretrained("bthomas/article2keyword2.1b_paraphrase-multilingual-MiniLM-L12-v2_finetuned_for_mlm", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
26a2cf8 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:27ac4fef542f5d6151454492f0fe4f5f380d41128fd056325371da5c252462d7
size 3503
|