Instructions to use Timonafri/e2b_fin2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Local Apps Settings
- Unsloth Studio
How to use Timonafri/e2b_fin2 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 Timonafri/e2b_fin2 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 Timonafri/e2b_fin2 to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for Timonafri/e2b_fin2 to start chatting
Load model with FastModel
pip install unsloth from unsloth import FastModel model, tokenizer = FastModel.from_pretrained( model_name="Timonafri/e2b_fin2", max_seq_length=2048, )
Trained with Unsloth
Browse filesUpload model trained with Unsloth 2x faster
- .gitattributes +1 -0
- gemma4_gguf.Q8_0.gguf +3 -0
.gitattributes
CHANGED
|
@@ -42,3 +42,4 @@ unsloth_compiled_cache/__pycache__/UnslothGRPOTrainer.cpython-312.pyc filter=lfs
|
|
| 42 |
unsloth_compiled_cache/__pycache__/UnslothKTOTrainer.cpython-312.pyc filter=lfs diff=lfs merge=lfs -text
|
| 43 |
unsloth_compiled_cache/__pycache__/UnslothRLOOTrainer.cpython-312.pyc filter=lfs diff=lfs merge=lfs -text
|
| 44 |
gemma4_gguf.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 42 |
unsloth_compiled_cache/__pycache__/UnslothKTOTrainer.cpython-312.pyc filter=lfs diff=lfs merge=lfs -text
|
| 43 |
unsloth_compiled_cache/__pycache__/UnslothRLOOTrainer.cpython-312.pyc filter=lfs diff=lfs merge=lfs -text
|
| 44 |
gemma4_gguf.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
gemma4_gguf.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
gemma4_gguf.Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ccbfde426477d81e853779286a24e675cde606a5be0e47bfc6f41eeee35aebc9
|
| 3 |
+
size 15768032
|