Instructions to use Dharmik/bloom_530M_search_query_terms with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Dharmik/bloom_530M_search_query_terms with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("bigscience/bloom-560m") model = PeftModel.from_pretrained(base_model, "Dharmik/bloom_530M_search_query_terms") - Notebooks
- Google Colab
- Kaggle
File size: 131 Bytes
bbd96a6 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:fe3a209927e425af1f7cfd325b0ce4b11bbd9b7296c528c03b55281a1103528b
size 410945
|