This is a lain IA that was fine-tuned based on the Qwen2.5-1.5B-Instruct. Here is the gui and cli for use it and the qwen based model. You can find more information here
- import the repo:
git clone https://github.com/arhhhhh404/Lain-IA
cd Lain-IA
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
- import the model:
cd Lain-IA
git clone https://huggingface.co/arhhhhh404/LainIA
- use it with no telemetry:
export HF_HUB_OFFLINE=1
export TRANSFORMERS_OFFLINE=1
export HF_DATASETS_OFFLINE=1
export HF_HUB_DISABLE_TELEMETRY=1
export HF_HUB_DISABLE_PROGRESS_BARS=1
export TOKENIZERS_PARALLELISM=false
python3 cli.py
python3 gui.py
