vibesecurityguy commited on
Commit
cac9d59
·
verified ·
1 Parent(s): 836a1d2

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +7 -1
app.py CHANGED
@@ -1148,6 +1148,12 @@ def build_app() -> gr.Blocks:
1148
  plus 300+ VERIS Q&A pairs. The model was fine-tuned using QLoRA (4-bit quantization)
1149
  and runs for free on Hugging Face ZeroGPU.
1150
  </p>
 
 
 
 
 
 
1151
  <div style="display: flex; gap: 12px; margin-top: 16px; flex-wrap: wrap;">
1152
  <a href="https://verisframework.org/" target="_blank" style="display: inline-flex; align-items: center; gap: 6px; background: rgba(59, 130, 246, 0.1); border: 1px solid rgba(59, 130, 246, 0.3); border-radius: 8px; padding: 8px 16px; color: #60a5fa; text-decoration: none; font-size: 0.9rem;">VERIS Framework</a>
1153
  <a href="https://github.com/vz-risk/VCDB" target="_blank" style="display: inline-flex; align-items: center; gap: 6px; background: rgba(139, 92, 246, 0.1); border: 1px solid rgba(139, 92, 246, 0.3); border-radius: 8px; padding: 8px 16px; color: #a78bfa; text-decoration: none; font-size: 0.9rem;">VCDB GitHub</a>
@@ -1194,7 +1200,7 @@ def build_app() -> gr.Blocks:
1194
  <div class="footer">
1195
  Fine-tuned Mistral-7B-Instruct &middot; VERIS Framework &middot; VCDB &middot; QLoRA
1196
  <br>
1197
- <a href="https://github.com/pshamoon/veris-classifier">Source Code</a> &middot;
1198
  <a href="https://huggingface.co/vibesecurityguy/veris-classifier-v2">Model</a> &middot;
1199
  <a href="https://verisframework.org/">VERIS Docs</a> &middot;
1200
  <a href="https://github.com/vz-risk/VCDB">VCDB</a>
 
1148
  plus 300+ VERIS Q&A pairs. The model was fine-tuned using QLoRA (4-bit quantization)
1149
  and runs for free on Hugging Face ZeroGPU.
1150
  </p>
1151
+ <p style="color: #94a3b8; line-height: 1.7; margin-top: 10px;">
1152
+ <strong style="color: #e2e8f0;">Model clarity:</strong> Production inference is
1153
+ <strong style="color: #e2e8f0;">Mistral-only</strong> (base:
1154
+ <code>mistralai/Mistral-7B-Instruct-v0.3</code> + LoRA adapter
1155
+ <code>vibesecurityguy/veris-classifier-v2</code>). This app does not use Qwen.
1156
+ </p>
1157
  <div style="display: flex; gap: 12px; margin-top: 16px; flex-wrap: wrap;">
1158
  <a href="https://verisframework.org/" target="_blank" style="display: inline-flex; align-items: center; gap: 6px; background: rgba(59, 130, 246, 0.1); border: 1px solid rgba(59, 130, 246, 0.3); border-radius: 8px; padding: 8px 16px; color: #60a5fa; text-decoration: none; font-size: 0.9rem;">VERIS Framework</a>
1159
  <a href="https://github.com/vz-risk/VCDB" target="_blank" style="display: inline-flex; align-items: center; gap: 6px; background: rgba(139, 92, 246, 0.1); border: 1px solid rgba(139, 92, 246, 0.3); border-radius: 8px; padding: 8px 16px; color: #a78bfa; text-decoration: none; font-size: 0.9rem;">VCDB GitHub</a>
 
1200
  <div class="footer">
1201
  Fine-tuned Mistral-7B-Instruct &middot; VERIS Framework &middot; VCDB &middot; QLoRA
1202
  <br>
1203
+ <a href="https://github.com/petershamoon/veris-classifier">Source Code</a> &middot;
1204
  <a href="https://huggingface.co/vibesecurityguy/veris-classifier-v2">Model</a> &middot;
1205
  <a href="https://verisframework.org/">VERIS Docs</a> &middot;
1206
  <a href="https://github.com/vz-risk/VCDB">VCDB</a>