Instructions to use ashimdahal/microsoft-git-base_microsoft-git-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ashimdahal/microsoft-git-base_microsoft-git-base with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("microsoft/git-base") model = PeftModel.from_pretrained(base_model, "ashimdahal/microsoft-git-base_microsoft-git-base") - Notebooks
- Google Colab
- Kaggle
results: Add adapter_model.safetensors
Browse files
adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e1ca95f16862eb383cd1e72c73a86260133486bac264468b837330d49379e0b2
|
| 3 |
+
size 4742536
|