Instructions to use Guan123/fate with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Guan123/fate with PEFT:
Task type is invalid.
- Transformers
How to use Guan123/fate with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Guan123/fate", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Fill in model card for FATE
#1
by nielsr HF Staff - opened
This PR replaces the placeholder model card with a concise card for FATE:
- Adds a link to the paper and the official GitHub repository.
- Adds
pipeline_tag: other. - Keeps the existing PEFT/LoRA metadata.
- Adds a usage example from the official repository.
- Adds citation details.