Instructions to use arham6/tmp with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use arham6/tmp with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("deepseek-ai/deepseek-llm-7b-chat") model = PeftModel.from_pretrained(base_model, "arham6/tmp") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Unsloth Studio
How to use arham6/tmp 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 arham6/tmp 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 arham6/tmp to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for arham6/tmp to start chatting
Load model with FastModel
pip install unsloth from unsloth import FastModel model, tokenizer = FastModel.from_pretrained( model_name="arham6/tmp", max_seq_length=2048, )
File size: 2,424 Bytes
5ca03b8 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | Log file created at: 2024/06/26 06:57:42
Running on machine: 3f3e8c8b22d3
Binary: Built on Dec 31 1969 16:00:00 -0800 (0)
Binary: Built at redacted@redacted:.
Binary: Built with gc go1.23-20240603-RC03 cl/639787341 +eaa7d9ff86 X:fieldtrack,boringcrypto for linux/amd64
Previous log: <none>
Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
I0626 06:57:42.648199 1 log_spam.go:43] Process id 2430
I0626 06:57:42.648519 1 log_spam.go:47] Current working directory /datalab/web
I0626 06:57:42.648526 1 log_spam.go:49] Current timezone is UTC (currently UTC +00:00)
I0626 06:57:42.648544 1 log_spam.go:50] Built on Dec 31 1969 16:00:00 -0800 (0)
at redacted@redacted:.
as unknown
with gc go1.23-20240603-RC03 cl/639787341 +eaa7d9ff86 X:fieldtrack,boringcrypto for linux/amd64
from changelist 0 in a unknown client based on redacted
Build tool: unknown
Build target: unknown
Build id: unknown
Built with PGO profile: unknown
I0626 06:57:42.648546 1 log_spam.go:51] Command line arguments:
I0626 06:57:42.648549 1 log_spam.go:53] argv[0]: '/usr/colab/bin/language_service'
I0626 06:57:42.648551 1 log_spam.go:53] argv[1]: '--lsp_search_dirs=/datalab/web/pyright/typeshed-fallback/stdlib,/usr/local/lib/python3.10/dist-packages'
I0626 06:57:42.648552 1 log_spam.go:53] argv[2]: '--language_services_request_root_url=http://172.28.0.1:8013/'
I0626 06:57:42.648554 1 log_spam.go:53] argv[3]: '--language_services_request_timeout=30s'
I0626 06:57:42.648556 1 log_spam.go:53] argv[4]: '--'
I0626 06:57:42.648558 1 log_spam.go:53] argv[5]: 'node'
I0626 06:57:42.648559 1 log_spam.go:53] argv[6]: '/datalab/web/pyright/pyright-langserver.js'
I0626 06:57:42.648561 1 log_spam.go:53] argv[7]: '--stdio'
I0626 06:57:42.648563 1 log_spam.go:53] argv[8]: '--cancellationReceive=file:94bce20b189920ff337233c6b963e1453a2b71c70d'
I0626 06:58:22.426864 13 ls.go:1237] cancel was requested for: 11, needs to be canceled: false
I0626 06:58:22.622576 13 ls.go:1237] cancel was requested for: 12, needs to be canceled: false
I0626 06:58:23.096228 13 ls.go:1237] cancel was requested for: 14, needs to be canceled: false
I0626 06:58:23.156637 13 ls.go:1237] cancel was requested for: 13, needs to be canceled: false
I0626 06:58:23.947522 13 ls.go:1237] cancel was requested for: 15, needs to be canceled: false
|