Instructions to use ChatterjeeLab/FusOn-pLM with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ChatterjeeLab/FusOn-pLM with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="ChatterjeeLab/FusOn-pLM")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("ChatterjeeLab/FusOn-pLM") model = AutoModelForMaskedLM.from_pretrained("ChatterjeeLab/FusOn-pLM") - Notebooks
- Google Colab
- Kaggle
root commited on
Commit ·
16f0c70
1
Parent(s): ffaff91
adding ubuntu font needed to reproduce the figures as shown in paper
Browse files- fuson_plm/ubuntu_font/Ubuntu-Bold.ttf +0 -0
- fuson_plm/ubuntu_font/Ubuntu-BoldItalic.ttf +0 -0
- fuson_plm/ubuntu_font/Ubuntu-Italic.ttf +0 -0
- fuson_plm/ubuntu_font/Ubuntu-Light.ttf +0 -0
- fuson_plm/ubuntu_font/Ubuntu-LightItalic.ttf +0 -0
- fuson_plm/ubuntu_font/Ubuntu-Medium.ttf +0 -0
- fuson_plm/ubuntu_font/Ubuntu-MediumItalic.ttf +0 -0
- fuson_plm/ubuntu_font/Ubuntu-Regular.ttf +0 -0
fuson_plm/ubuntu_font/Ubuntu-Bold.ttf
ADDED
|
Binary file (270 kB). View file
|
|
|
fuson_plm/ubuntu_font/Ubuntu-BoldItalic.ttf
ADDED
|
Binary file (283 kB). View file
|
|
|
fuson_plm/ubuntu_font/Ubuntu-Italic.ttf
ADDED
|
Binary file (327 kB). View file
|
|
|
fuson_plm/ubuntu_font/Ubuntu-Light.ttf
ADDED
|
Binary file (363 kB). View file
|
|
|
fuson_plm/ubuntu_font/Ubuntu-LightItalic.ttf
ADDED
|
Binary file (350 kB). View file
|
|
|
fuson_plm/ubuntu_font/Ubuntu-Medium.ttf
ADDED
|
Binary file (285 kB). View file
|
|
|
fuson_plm/ubuntu_font/Ubuntu-MediumItalic.ttf
ADDED
|
Binary file (310 kB). View file
|
|
|
fuson_plm/ubuntu_font/Ubuntu-Regular.ttf
ADDED
|
Binary file (300 kB). View file
|
|
|