Instructions to use linagora/Labess-7b-chat with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use linagora/Labess-7b-chat with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("linagora/Labess-7b-chat", dtype="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Unsloth Studio new
How to use linagora/Labess-7b-chat 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 linagora/Labess-7b-chat 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 linagora/Labess-7b-chat to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for linagora/Labess-7b-chat to start chatting
Load model with FastModel
pip install unsloth from unsloth import FastModel model, tokenizer = FastModel.from_pretrained( model_name="linagora/Labess-7b-chat", max_seq_length=2048, )
Commit History
Update README.md 4046160 verified
Update README.md 5d26c21 verified
Wajdi Ghezaiel commited on
Update README.md a443283 verified
Wajdi Ghezaiel commited on
Update README.md 63eb912 verified
Wajdi Ghezaiel commited on
Update README.md 0bddeb4 verified
Wajdi Ghezaiel commited on
Update README.md 4215fc0 verified
Wajdi Ghezaiel commited on
Update README.md 0769a66 verified
Wajdi Ghezaiel commited on
Update README.md ae394cd verified
Wajdi Ghezaiel commited on
Update README.md 59cc255 verified
Wajdi Ghezaiel commited on
Update README.md a2d3c54 verified
Wajdi Ghezaiel commited on
Update README.md 53105ca verified
Wajdi Ghezaiel commited on
Update README.md dce86fe verified
Wajdi Ghezaiel commited on
Update README.md 7dfbe0c verified
Wajdi Ghezaiel commited on
Update README.md ff229cc verified
Wajdi Ghezaiel commited on
Update README.md 58b7fd7 verified
Wajdi Ghezaiel commited on
Update README.md cad314e verified
Wajdi Ghezaiel commited on
Update README.md 779d6a9 verified
Wajdi Ghezaiel commited on
Update README.md 2ca1d1d verified
Wajdi Ghezaiel commited on
Update README.md 6d11f40 verified
Wajdi Ghezaiel commited on
Upload model trained with Unsloth 0a4a69f verified
Wajdi Ghezaiel commited on
Upload README.md with huggingface_hub d3d514a verified
Wajdi Ghezaiel commited on
initial commit 9efaabd verified
Wajdi Ghezaiel commited on