Instructions to use yixuantt/DREAM-3B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use yixuantt/DREAM-3B with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-3.2-3B") model = PeftModel.from_pretrained(base_model, "yixuantt/DREAM-3B") - Notebooks
- Google Colab
- Kaggle
Link model to paper and GitHub repository
#1
by nielsr HF Staff - opened
This PR improves the model card by:
- Linking the model to the official paper on Hugging Face: DREAM: Dense Retrieval Embeddings via Autoregressive Modeling.
- Adding a link to the official GitHub repository.
yixuantt changed pull request status to merged