Instructions to use lorahub/flan_t5_large-math_dataset_algebra__linear_1d with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use lorahub/flan_t5_large-math_dataset_algebra__linear_1d with PEFT:
from peft import PeftModel from transformers import AutoModelForSeq2SeqLM base_model = AutoModelForSeq2SeqLM.from_pretrained("google/flan-t5-large") model = PeftModel.from_pretrained(base_model, "lorahub/flan_t5_large-math_dataset_algebra__linear_1d") - Notebooks
- Google Colab
- Kaggle
Commit History
Upload adapter_model.bin with huggingface_hub ef6c16b
Upload adapter_config.json with huggingface_hub 765b2ab
Upload tokenizer_config.json with huggingface_hub 7bd5b50
Upload README.md with huggingface_hub f9baadb
Upload special_tokens_map.json with huggingface_hub 3351e60
initial commit f4cad40
Qian Liu commited on