Instructions to use nlpchallenges/chatbot-qa-path with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use nlpchallenges/chatbot-qa-path with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("VAGOsolutions/SauerkrautLM-7b-v1-mistral") model = PeftModel.from_pretrained(base_model, "nlpchallenges/chatbot-qa-path") - Notebooks
- Google Colab
- Kaggle
Update of model components from run
Browse filesLink to WandB run:
https://wandb.ai/t_buess/chatbot-qa/runs/ensmrw8z
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 20464376
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0f0c73f83acea18b21f7adf981a701cfb8f0df0d017509a1248f7d5a2e0d7ce5
|
| 3 |
size 20464376
|