Instructions to use Shehanfdo/openehr_bmi_pre01 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Shehanfdo/openehr_bmi_pre01 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Shehanfdo/openehr_bmi_pre01", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Unsloth Studio
How to use Shehanfdo/openehr_bmi_pre01 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 Shehanfdo/openehr_bmi_pre01 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 Shehanfdo/openehr_bmi_pre01 to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for Shehanfdo/openehr_bmi_pre01 to start chatting
Load model with FastModel
pip install unsloth from unsloth import FastModel model, tokenizer = FastModel.from_pretrained( model_name="Shehanfdo/openehr_bmi_pre01", max_seq_length=2048, )
Update adapter_config.json
Browse files- adapter_config.json +0 -1
adapter_config.json
CHANGED
|
@@ -3,7 +3,6 @@
|
|
| 3 |
"auto_mapping": null,
|
| 4 |
"base_model_name_or_path": "unsloth/Meta-Llama-3.1-8B-Instruct-bnb-4bit",
|
| 5 |
"bias": "none",
|
| 6 |
-
"eva_config": null,
|
| 7 |
"exclude_modules": null,
|
| 8 |
"fan_in_fan_out": false,
|
| 9 |
"inference_mode": true,
|
|
|
|
| 3 |
"auto_mapping": null,
|
| 4 |
"base_model_name_or_path": "unsloth/Meta-Llama-3.1-8B-Instruct-bnb-4bit",
|
| 5 |
"bias": "none",
|
|
|
|
| 6 |
"exclude_modules": null,
|
| 7 |
"fan_in_fan_out": false,
|
| 8 |
"inference_mode": true,
|