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/ndg72qbu
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:cf4dade656a54ae9562775a0973b9be180e38d9e0a3f3f529730dfb85c6a8dd3
|
| 3 |
size 20464376
|