Instructions to use chengpingan/ParamMute-7B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use chengpingan/ParamMute-7B with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("chengpingan/ParamMute-7B", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Add library_name
#2
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -6,6 +6,7 @@ language:
|
|
| 6 |
- en
|
| 7 |
base_model:
|
| 8 |
- meta-llama/Meta-Llama-3-8B
|
|
|
|
| 9 |
---
|
| 10 |
|
| 11 |
# 🤖 PIP-KAG: Mitigating Knowledge Conflicts in Knowledge-Augmented Generation via Parametric Pruning
|
|
|
|
| 6 |
- en
|
| 7 |
base_model:
|
| 8 |
- meta-llama/Meta-Llama-3-8B
|
| 9 |
+
library_name: transformers
|
| 10 |
---
|
| 11 |
|
| 12 |
# 🤖 PIP-KAG: Mitigating Knowledge Conflicts in Knowledge-Augmented Generation via Parametric Pruning
|