Instructions to use Afifsudoers/NightPrompt_RV1_8B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Afifsudoers/NightPrompt_RV1_8B with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Afifsudoers/NightPrompt_RV1_8B", dtype="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Unsloth Studio
How to use Afifsudoers/NightPrompt_RV1_8B 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 Afifsudoers/NightPrompt_RV1_8B 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 Afifsudoers/NightPrompt_RV1_8B to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for Afifsudoers/NightPrompt_RV1_8B to start chatting
Load model with FastModel
pip install unsloth from unsloth import FastModel model, tokenizer = FastModel.from_pretrained( model_name="Afifsudoers/NightPrompt_RV1_8B", max_seq_length=2048, )
NOTE: This model is not suitable for regular use, regular use is still under development
NightPrompt AI RV1 (No Instruction-Response Support)
Welcome ๐, This is the official HuggingFace repository for the first version of NightPrompt AI. It is fine-tuned under LLama 3.2 using unsloth. This model is fine-tuned using the https://huggingface.co/datasets/Afifsudoers/NightPrompt-V1-Alpha-Dataset-validation dataset.(52% of it was trained). This dataset consists of Coding, Alpaca prompt response converstion, Math-500,AIME and IMO math problems. Even though the dataset has prompt and answer rows. The base of this model is incompatible.
Messages From The Developer
I (Afif Ali Saadman), is the main mastermind behind this AI. This is my first-ever AI model released in HuggingFace. I wanna mention that I have made many models before, some were based on books, some were based on gibberish texts from the internet. And, this is my first time making and fine-tuning a full instruct based model. Though, some errors are inskippable. They will be fixed on the Alpha/Beta release. I had a target of making AI free and open source to everyone.
Uploaded model
- Developed by: Afifsudoers(Afif Ali Saadman)
- License: apache-2.0
- Finetuned from model : unsloth/meta-llama-3.1-8b-bnb-4bit
This llama model was trained 2x faster with Unsloth and Huggingface's TRL library.
