Instructions to use Nikola299/test1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Nikola299/test1 with PEFT:
from peft import PeftModel from transformers import AutoModelForSequenceClassification base_model = AutoModelForSequenceClassification.from_pretrained("INSAIT-Institute/BgGPT-7B-Instruct-v0.2") model = PeftModel.from_pretrained(base_model, "Nikola299/test1") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,9 @@
|
|
| 1 |
---
|
| 2 |
base_model: INSAIT-Institute/BgGPT-7B-Instruct-v0.2
|
| 3 |
library_name: peft
|
|
|
|
|
|
|
|
|
|
| 4 |
---
|
| 5 |
|
| 6 |
# Model Card for Model ID
|
|
|
|
| 1 |
---
|
| 2 |
base_model: INSAIT-Institute/BgGPT-7B-Instruct-v0.2
|
| 3 |
library_name: peft
|
| 4 |
+
license: apache-2.0
|
| 5 |
+
language:
|
| 6 |
+
- bg
|
| 7 |
---
|
| 8 |
|
| 9 |
# Model Card for Model ID
|