Instructions to use Sapka/bloom-560m-customer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Sapka/bloom-560m-customer with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("bigscience/bloom-560m") model = PeftModel.from_pretrained(base_model, "Sapka/bloom-560m-customer") - Notebooks
- Google Colab
- Kaggle
basic training
Browse files
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 6298560
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:75335d2f48552819ca76b3eae2c0b755fbf9691211727b895438b068a8773a98
|
| 3 |
size 6298560
|