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, )
| Log file created at: 2024/06/26 06:49:28 | |
| 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:49:28.333138 1 log_spam.go:43] Process id 110 | |
| I0626 06:49:28.333762 1 log_spam.go:47] Current working directory / | |
| I0626 06:49:28.333773 1 log_spam.go:49] Current timezone is UTC (currently UTC +00:00) | |
| I0626 06:49:28.333811 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:49:28.333820 1 log_spam.go:51] Command line arguments: | |
| I0626 06:49:28.333825 1 log_spam.go:53] argv[0]: '/usr/local/bin/dap_multiplexer' | |
| I0626 06:49:28.333828 1 log_spam.go:53] argv[1]: '--domain_socket_path=/tmp/debugger_13uuzs4lrn' | |