Instructions to use ModularityAI/gemma-2b-datascience-it-adapters-raft with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ModularityAI/gemma-2b-datascience-it-adapters-raft with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("ModularityAI/gemma-2b-datascience-it-adapters-raft", dtype="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Unsloth Studio
How to use ModularityAI/gemma-2b-datascience-it-adapters-raft 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 ModularityAI/gemma-2b-datascience-it-adapters-raft 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 ModularityAI/gemma-2b-datascience-it-adapters-raft to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for ModularityAI/gemma-2b-datascience-it-adapters-raft to start chatting
Load model with FastModel
pip install unsloth from unsloth import FastModel model, tokenizer = FastModel.from_pretrained( model_name="ModularityAI/gemma-2b-datascience-it-adapters-raft", max_seq_length=2048, )
Training in progress, epoch 2
Browse files
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 39256456
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:73b1ca2e352cce36a825037d5e7c75b7a9661bde258e6e6b01c18fb7bf72f12a
|
| 3 |
size 39256456
|
runs/Apr14_09-44-09_4a0469d63c07/events.out.tfevents.1713087877.4a0469d63c07.34.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:295ba09ea84619d1f504f3251c65a5398892623658421f5c15fe2f7cf9a9a470
|
| 3 |
+
size 118258
|