Instructions to use tsinghua-ee/F-16 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tsinghua-ee/F-16 with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("tsinghua-ee/F-16") model = AutoModelForCausalLM.from_pretrained("tsinghua-ee/F-16") - Notebooks
- Google Colab
- Kaggle
Ctrl+K