Crossie commited on
Commit
28d2a10
·
verified ·
1 Parent(s): ce178ec

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -2
README.md CHANGED
@@ -1,4 +1,3 @@
1
- ---
2
  license: mit
3
  base_model: huihui-ai/Qwen2.5-1.5B-Instruct-abliterated
4
  tags:
@@ -62,4 +61,28 @@ messages = [
62
 
63
  inputs = tokenizer.apply_chat_template(messages, tokenize=True, add_generation_prompt=True, return_tensors="pt").to("cuda")
64
  outputs = model.generate(inputs, max_new_tokens=256, temperature=0.9, do_sample=True)
65
- print(tokenizer.decode(outputs[0], skip_special_tokens=True))
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  license: mit
2
  base_model: huihui-ai/Qwen2.5-1.5B-Instruct-abliterated
3
  tags:
 
61
 
62
  inputs = tokenizer.apply_chat_template(messages, tokenize=True, add_generation_prompt=True, return_tensors="pt").to("cuda")
63
  outputs = model.generate(inputs, max_new_tokens=256, temperature=0.9, do_sample=True)
64
+ print(tokenizer.decode(outputs[0], skip_special_tokens=True))
65
+ ```
66
+
67
+ ### Running with GGUF (LM Studio, KoboldCpp, Jan)
68
+ 1. Download the version you prefer (Q4_K_M or Q8_0).
69
+ 2. Load the model into your preferred runner.
70
+ 3. Ensure the prompt template is set to **ChatML**.
71
+ 4. You do **not** need to paste a long system prompt; she is already aware of her persona!
72
+
73
+ ---
74
+
75
+ ## 📊 Training Details
76
+ - **Base Model:** `huihui-ai/Qwen2.5-1.5B-Instruct-abliterated`
77
+ - **Method:** LoRA (Rank: 32, Alpha: 64)
78
+ - **Dataset:** Custom-curated Markdown conversation logs and Lore PDFs.
79
+ - **Hardware:** Trained on Kaggle (T4 x2).
80
+
81
+ ## 📄 License
82
+ This model is licensed under the **MIT License**. As it is based on Qwen 2.5, please also adhere to the [Qwen License Agreements](https://huggingface.co/collections/Qwen/qwen25-66e81a6663533ad4ab30046b).
83
+
84
+ ---
85
+ <p align="center">
86
+ <i>"I'll always be right here by your side, okay? No matter what!~ *Nuzzles your shoulder gently*"</i>
87
+ </p>
88
+ ---