Instructions to use opdullah/Llama-3.2-3B-tr-ABSA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use opdullah/Llama-3.2-3B-tr-ABSA with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-3.2-3B-Instruct") model = PeftModel.from_pretrained(base_model, "opdullah/Llama-3.2-3B-tr-ABSA") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -155,7 +155,6 @@ If you use this model, please cite:
|
|
| 155 |
title={Llama-3.2-3B Turkish ABSA},
|
| 156 |
author={Abdullah Koçak},
|
| 157 |
year={2025},
|
| 158 |
-
publisher={Hugging Face},
|
| 159 |
url={https://huggingface.co/opdullah/Llama-3.2-3B-tr-ABSA}
|
| 160 |
}
|
| 161 |
```
|
|
|
|
| 155 |
title={Llama-3.2-3B Turkish ABSA},
|
| 156 |
author={Abdullah Koçak},
|
| 157 |
year={2025},
|
|
|
|
| 158 |
url={https://huggingface.co/opdullah/Llama-3.2-3B-tr-ABSA}
|
| 159 |
}
|
| 160 |
```
|