Instructions to use AbdallahOubella/SumFin with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use AbdallahOubella/SumFin with PEFT:
from peft import PeftModel from transformers import AutoModelForSeq2SeqLM base_model = AutoModelForSeq2SeqLM.from_pretrained("google/flan-t5-base") model = PeftModel.from_pretrained(base_model, "AbdallahOubella/SumFin") - Transformers
How to use AbdallahOubella/SumFin with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("AbdallahOubella/SumFin", dtype="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- b67bcc737a40742e38842ce7a05e1dee1b5abf7470678a324f66ff947bd57992
- Size of remote file:
- 7.2 MB
- SHA256:
- b225dedaf8403b27ff5c792c774a5bf4d9cffb302ccf59abd5456c8914a954d6
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.