Instructions to use mor40/BulGPT-2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mor40/BulGPT-2 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mor40/BulGPT-2", dtype="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Unsloth Studio
How to use mor40/BulGPT-2 with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for mor40/BulGPT-2 to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for mor40/BulGPT-2 to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for mor40/BulGPT-2 to start chatting
Load model with FastModel
pip install unsloth from unsloth import FastModel model, tokenizer = FastModel.from_pretrained( model_name="mor40/BulGPT-2", max_seq_length=2048, )
End of training
Browse files
README.md
CHANGED
|
@@ -28,7 +28,7 @@ print(output["generated_text"])
|
|
| 28 |
|
| 29 |
## Training procedure
|
| 30 |
|
| 31 |
-
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="150" height="24"/>](https://wandb.ai/mario11septemvri-aibc/bulgpt-2/runs/
|
| 32 |
|
| 33 |
|
| 34 |
This model was trained with SFT.
|
|
@@ -38,7 +38,7 @@ This model was trained with SFT.
|
|
| 38 |
- TRL: 0.15.2
|
| 39 |
- Transformers: 4.51.3
|
| 40 |
- Pytorch: 2.6.0+cu124
|
| 41 |
-
- Datasets: 3.5.
|
| 42 |
- Tokenizers: 0.21.1
|
| 43 |
|
| 44 |
## Citations
|
|
|
|
| 28 |
|
| 29 |
## Training procedure
|
| 30 |
|
| 31 |
+
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="150" height="24"/>](https://wandb.ai/mario11septemvri-aibc/bulgpt-2/runs/4gp1edog)
|
| 32 |
|
| 33 |
|
| 34 |
This model was trained with SFT.
|
|
|
|
| 38 |
- TRL: 0.15.2
|
| 39 |
- Transformers: 4.51.3
|
| 40 |
- Pytorch: 2.6.0+cu124
|
| 41 |
+
- Datasets: 3.5.1
|
| 42 |
- Tokenizers: 0.21.1
|
| 43 |
|
| 44 |
## Citations
|