Instructions to use sourize/phi2-memory-deeptalks with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use sourize/phi2-memory-deeptalks with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("microsoft/phi-2") model = PeftModel.from_pretrained(base_model, "sourize/phi2-memory-deeptalks") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -151,7 +151,7 @@ print(tokenizer.decode(output[0], skip_special_tokens=True))
|
|
| 151 |
## 🔖 Citation
|
| 152 |
|
| 153 |
```bibtex
|
| 154 |
-
@misc{
|
| 155 |
title = {phi2-memory-lora: LoRA adapter for Phi-2 with short-term conversational memory},
|
| 156 |
author = {Sourish},
|
| 157 |
year = {2025},
|
|
|
|
| 151 |
## 🔖 Citation
|
| 152 |
|
| 153 |
```bibtex
|
| 154 |
+
@misc{sourize_phi2_memory_deeptalks,
|
| 155 |
title = {phi2-memory-lora: LoRA adapter for Phi-2 with short-term conversational memory},
|
| 156 |
author = {Sourish},
|
| 157 |
year = {2025},
|