Instructions to use chris0809/memoperator-0.6b-memory-write-gate with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use chris0809/memoperator-0.6b-memory-write-gate with PEFT:
from peft import PeftModel from transformers import AutoModelForSequenceClassification base_model = AutoModelForSequenceClassification.from_pretrained("MemTensor/MemOperator-0.6B") model = PeftModel.from_pretrained(base_model, "chris0809/memoperator-0.6b-memory-write-gate") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!