Instructions to use launch/POLITICS with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use launch/POLITICS with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="launch/POLITICS")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("launch/POLITICS") model = AutoModelForMaskedLM.from_pretrained("launch/POLITICS") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md da188a7
Update README.md fdbe921
Update README.md 5bac612
Update README.md 41b3da2
Create README.md c367dbf
add tokenizer 73e031c
Yujian Liu commited on
add model 9281648
Yujian Liu commited on
initial commit 15e4106
Yujian Liu commited on