File size: 21,595 Bytes
670314b | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 | ---
license: mit
language:
- en
- ko
tags:
- KT
- K-intelligence
- Mi:dm
inference: true
pipeline_tag: text-generation
library_name: transformers
---
# <span style="color: #7FFF7F;">Midm-2.0-Base-Instruct GGUF Models</span>
## <span style="color: #7F7FFF;">Model Generation Details</span>
This model was generated using [llama.cpp](https://github.com/ggerganov/llama.cpp) at commit [`21c02174`](https://github.com/ggerganov/llama.cpp/commit/21c021745d781edf9c44b4972ef6cbbf53b0ecff).
---
## <span style="color: #7FFF7F;">Quantization Beyond the IMatrix</span>
I've been experimenting with a new quantization approach that selectively elevates the precision of key layers beyond what the default IMatrix configuration provides.
In my testing, standard IMatrix quantization underperforms at lower bit depths, especially with Mixture of Experts (MoE) models. To address this, I'm using the `--tensor-type` option in `llama.cpp` to manually "bump" important layers to higher precision. You can see the implementation here:
π [Layer bumping with llama.cpp](https://github.com/Mungert69/GGUFModelBuilder/blob/main/model-converter/tensor_list_builder.py)
While this does increase model file size, it significantly improves precision for a given quantization level.
### **I'd love your feedbackβhave you tried this? How does it perform for you?**
---
<a href="https://readyforquantum.com/huggingface_gguf_selection_guide.html" style="color: #7FFF7F;">
Click here to get info on choosing the right GGUF model format
</a>
---
<!--Begin Original Model Card-->
<p align="center">
<br>
<span style="font-size: 60px; font-weight: bold;">Mi:dm 2.0 Base</span>
</br>
</p>
<p align="center">
π€ <a href="https://huggingface.co/collections/K-intelligence/mi-dm-20-6866406c301e5f45a6926af8">Mi:dm 2.0 Models</a> |
π <a href="https://github.com/K-intelligence-Midm/Midm-2.0/blob/main/Mi_dm2_0_technical_report.pdf">Mi:dm 2.0 Technical Report</a> |
π Mi:dm 2.0 Technical Blog*
</p>
<p align="center"><sub>*To be released soon</sub></p>
<br>
# News π’
- π _(Coming Soon!) GGUF format model files will be available soon for easier local deployment._
- β‘οΈ`2025/07/04`: Released Mi:dm 2.0 Model collection on Hugging Faceπ€.
<br>
<br>
# Table of Contents
- ___Overview___
- [Mi:dm 2.0](#midm-20)
- [Quickstart](#quickstart)
- [Evaluation](#evaluation)
- ___Usage___
- [Run on Friendli.AI](#run-on-friendliai)
- [Run on Your Local Machine](#run-on-your-local-machine)
- [Deployment](#deployment)
- [Tutorials](#tutorials)
- ___More Information___
- [Limitation](#limitation)
- [License](#license)
- [Contact](#contact)
<br>
<br>
# Overview
### Mi:dm 2.0
**Mi:dm 2.0** is a __"Korea-centric AI"__ model developed using KT's proprietary technology. The term __"Korea-centric AI"__ refers to a model that deeply internalizes the unique values, cognitive frameworks, and commonsense reasoning inherent to Korean society. It goes beyond simply processing or generating Korean textβit reflects a deeper understanding of the socio-cultural norms and values that define Korean society.
Mi:dm 2.0 is released in two versions:
- **Mi:dm 2.0 Base**
An 11.5B parameter dense model designed to balance model size and performance.
It extends an 8B-scale model by applying the Depth-up Scaling (DuS) method, making it suitable for real-world applications that require both performance and versatility.
- **Mi:dm 2.0 Mini**
A lightweight 2.3B parameter dense model optimized for on-device environments and systems with limited GPU resources.
It was derived from the Base model through pruning and distillation to enable compact deployment.
> [!Note]
> Neither the pre-training nor the post-training data includes KT users' data.
<br>
### Quickstart
Here is the code snippet to run conversational inference with the model:
```python
import torch
from transformers import AutoModelForCausalLM, AutoTokenizer, GenerationConfig
model_name = "K-intelligence/Midm-2.0-Base-Instruct"
model = AutoModelForCausalLM.from_pretrained(
model_name,
torch_dtype=torch.bfloat16,
trust_remote_code=True,
device_map="auto"
)
tokenizer = AutoTokenizer.from_pretrained(model_name)
generation_config = GenerationConfig.from_pretrained(model_name)
prompt = "KTμ λν΄ μκ°ν΄μ€"
# message for inference
messages = [
{"role": "system",
"content": "Mi:dm(λ―Ώ:μ)μ KTμμ κ°λ°ν AI κΈ°λ° μ΄μμ€ν΄νΈμ΄λ€."},
{"role": "user", "content": prompt}
]
input_ids = tokenizer.apply_chat_template(
messages,
tokenize=True,
add_generation_prompt=True,
return_tensors="pt"
)
output = model.generate(
input_ids.to("cuda"),
generation_config=generation_config,
eos_token_id=tokenizer.eos_token_id,
max_new_tokens=128,
do_sample=False,
)
print(tokenizer.decode(output[0]))
```
> [!NOTE]
> The `transformers` library should be version `4.45.0` or higher.
<br>
# Evaluation
#### Korean
<!-- first half table-->
<table>
<tr>
<th rowspan="2">Model</th>
<th colspan="5" align="center">Society & Culture</th>
<th colspan="3" align="center">General Knowledge</th>
<th colspan="3" align="center">Instruction Following</th>
</tr>
<tr>
<th align="center">K-Refer<sup>*</sup></th>
<th align="center">K-Refer-Hard<sup>*</sup></th>
<th align="center">Ko-Sovereign<sup>*</sup></th>
<th align="center">HAERAE</th>
<th align="center">Avg.</th>
<th align="center">KMMLU</th>
<th align="center">Ko-Sovereign<sup>*</sup></th>
<th align="center">Avg.</th>
<th align="center">Ko-IFEval</th>
<th align="center">Ko-MTBench</th>
<th align="center">Avg.</th>
</tr>
<!-- Small Models -->
<tr>
<td><strong>Qwen3-4B</strong></td>
<td align="center">53.6</td>
<td align="center">42.9</td>
<td align="center">35.8</td>
<td align="center">50.6</td>
<td align="center">45.7</td>
<td align="center"><strong>50.6</strong></td>
<td align="center"><strong>42.5</strong></td>
<td align="center"><strong>46.5</strong></td>
<td align="center"><strong>75.9</strong></td>
<td align="center">63.0</td>
<td align="center">69.4</td>
</tr>
<tr>
<td><strong>Exaone-3.5-2.4B-inst</strong></td>
<td align="center">64.0</td>
<td align="center"><strong>67.1</strong></td>
<td align="center"><strong>44.4</strong></td>
<td align="center">61.3</td>
<td align="center"><strong>59.2</strong></td>
<td align="center">43.5</td>
<td align="center">42.4</td>
<td align="center">43.0</td>
<td align="center">65.4</td>
<td align="center"><strong>74.0</strong></td>
<td align="center">68.9</td>
</tr>
<tr>
<td><strong>Mi:dm 2.0-Mini-inst</strong></td>
<td align="center"><strong>66.4</strong></td>
<td align="center">61.4</td>
<td align="center">36.7</td>
<td align="center"><strong>70.8</strong></td>
<td align="center">58.8</td>
<td align="center">45.1</td>
<td align="center">42.4</td>
<td align="center">43.8</td>
<td align="center">73.3</td>
<td align="center"><strong>74.0</strong></td>
<td align="center"><strong>73.6</strong></td>
</tr>
<!-- Spacer row -->
<tr><td colspan="13"> </td></tr>
<!-- Large Models -->
<tr>
<td><strong>Qwen3-14B</strong></td>
<td align="center">72.4</td>
<td align="center">65.7</td>
<td align="center">49.8</td>
<td align="center">68.4</td>
<td align="center">64.1</td>
<td align="center">55.4</td>
<td align="center">54.7</td>
<td align="center">55.1</td>
<td align="center"><strong>83.6</strong></td>
<td align="center">71</td>
<td align="center">77.3</td>
</tr>
<tr>
<td><strong>Llama-3.1-8B-inst</strong></td>
<td align="center">43.2</td>
<td align="center">36.4</td>
<td align="center">33.8</td>
<td align="center">49.5</td>
<td align="center">40.7</td>
<td align="center">33.0</td>
<td align="center">36.7</td>
<td align="center">34.8</td>
<td align="center">60.1</td>
<td align="center">57</td>
<td align="center">58.5</td>
</tr>
<tr>
<td><strong>Exaone-3.5-7.8B-inst</strong></td>
<td align="center">71.6</td>
<td align="center">69.3</td>
<td align="center">46.9</td>
<td align="center">72.9</td>
<td align="center">65.2</td>
<td align="center">52.6</td>
<td align="center">45.6</td>
<td align="center">49.1</td>
<td align="center">69.1</td>
<td align="center">79.6</td>
<td align="center">74.4</td>
</tr>
<tr>
<td><strong>Mi:dm 2.0-Base-inst</strong></td>
<td align="center"><strong>89.6</strong></td>
<td align="center"><strong>86.4</strong></td>
<td align="center"><strong>56.3</strong></td>
<td align="center"><strong>81.5</strong></td>
<td align="center"><strong>78.4</strong></td>
<td align="center"><strong>57.3</strong></td>
<td align="center"><strong>58.0</strong></td>
<td align="center"><strong>57.7</strong></td>
<td align="center">82</td>
<td align="center"><strong>89.7</strong></td>
<td align="center"><strong>85.9</strong></td>
</tr>
</table>
<!-- second half table-->
<table>
<tr>
<th rowspan="2" align="center">Model</th>
<th colspan="5" align="center">Comprehension</th>
<th colspan="5" align="center">Reasoning</th>
</tr>
<tr>
<th align="center">K-Prag<sup>*</sup></th>
<th align="center">K-Refer-Hard<sup>*</sup></th>
<th align="center">Ko-Best</th>
<th align="center">Ko-Sovereign<sup>*</sup></th>
<th align="center">Avg.</th>
<th align="center">Ko-Winogrande</th>
<th align="center">Ko-Best</th>
<th align="center">LogicKor</th>
<th align="center">HRM8K</th>
<th align="center">Avg.</th>
</tr>
<!-- Small Models -->
<tr>
<td><strong>Qwen3-4B</strong></td>
<td align="center"><strong>73.9<strong></td>
<td align="center">56.7</td>
<td align="center"><strong>91.5</strong></td>
<td align="center"><strong>43.5</strong></td>
<td align="center"><strong>66.6</strong></td>
<td align="center"><strong>67.5</strong></td>
<td align="center"><strong>69.2</strong></td>
<td align="center">5.6</td>
<td align="center"><strong>56.7</strong></td>
<td align="center"><strong>43.8</strong></td>
</tr>
<tr>
<td><strong>Exaone-3.5-2.4B-inst</strong></td>
<td align="center">68.7</td>
<td align="center"><strong>58.5</strong></td>
<td align="center">87.2</td>
<td align="center">38.0</td>
<td align="center">62.5</td>
<td align="center">60.3</td>
<td align="center">64.1</td>
<td align="center">7.4</td>
<td align="center">38.5</td>
<td align="center">36.7</td>
</tr>
<tr>
<td><strong>Mi:dm 2.0-Mini-inst</strong></td>
<td align="center">69.5</td>
<td align="center">55.4</td>
<td align="center">80.5</td>
<td align="center">42.5</td>
<td align="center">61.9</td>
<td align="center">61.7</td>
<td align="center">64.5</td>
<td align="center"><strong>7.7</strong></td>
<td align="center">39.9</td>
<td align="center">37.4</td>
</tr>
<!-- Visual Spacer -->
<tr><td colspan="11"> </td></tr>
<!-- Large Models -->
<tr>
<td><strong>Qwen3-14B</strong></td>
<td align="center"><strong>86.7</strong></td>
<td align="center"><strong>74.0</strong></td>
<td align="center">93.9</td>
<td align="center">52.0</td>
<td align="center"><strong>76.8</strong></td>
<td align="center"><strong>77.2</strong></td>
<td align="center"><strong>75.4</strong></td>
<td align="center">6.4</td>
<td align="center"><strong>64.5</strong></td>
<td align="center"><strong>48.8</strong></td>
</tr>
<tr>
<td><strong>Llama-3.1-8B-inst</strong></td>
<td align="center">59.9</td>
<td align="center">48.6</td>
<td align="center">77.4</td>
<td align="center">31.5</td>
<td align="center">51.5</td>
<td align="center">40.1</td>
<td align="center">26.0</td>
<td align="center">2.4</td>
<td align="center">30.9</td>
<td align="center">19.8</td>
</tr>
<tr>
<td><strong>Exaone-3.5-7.8B-inst</strong></td>
<td align="center">73.5</td>
<td align="center">61.9</td>
<td align="center">92.0</td>
<td align="center">44.0</td>
<td align="center">67.2</td>
<td align="center">64.6</td>
<td align="center">60.3</td>
<td align="center"><strong>8.6</strong></td>
<td align="center">49.7</td>
<td align="center">39.5</td>
</tr>
<tr>
<td><strong>Mi:dm 2.0-Base-inst</strong></td>
<td align="center">86.5</td>
<td align="center">70.8</td>
<td align="center"><strong>95.2</strong></td>
<td align="center"><strong>53.0</strong></td>
<td align="center">76.1</td>
<td align="center">75.1</td>
<td align="center">73.0</td>
<td align="center"><strong>8.6</strong></td>
<td align="center">52.9</td>
<td align="center">44.8</td>
</tr>
</table>
`*` indicates KT proprietary evaluation resources.
<br>
#### English
<table>
<tr>
<th rowspan="2" align="center">Model</th>
<th align="center">Instruction</th>
<th colspan="4" align="center">Reasoning</th>
<th align="center">Math</th>
<th align="center">Coding</th>
<th colspan="3" align="center">General Knowledge</th>
</tr>
<tr>
<th align="center">IFEval</th>
<th align="center">BBH</th>
<th align="center">GPQA</th>
<th align="center">MuSR</th>
<th align="center">Avg.</th>
<th align="center">GSM8K</th>
<th align="center">MBPP+</th>
<th align="center">MMLU-pro</th>
<th align="center">MMLU</th>
<th align="center">Avg.</th>
</tr>
<!-- Small Models -->
<tr>
<td><strong>Qwen3-4B</strong></td>
<td align="center">79.7</td>
<td align="center"><strong>79.0</strong></td>
<td align="center"><strong>39.8</strong></td>
<td align="center"><strong>58.5</strong></td>
<td align="center"><strong>59.1</strong></td>
<td align="center"><strong>90.4</strong></td>
<td align="center">62.4</td>
<td align="center">-</td>
<td align="center"><strong>73.3</strong></td>
<td align="center"><strong>73.3</strong></td>
</tr>
<tr>
<td><strong>Exaone-3.5-2.4B-inst</strong></td>
<td align="center"><strong>81.1</strong></td>
<td align="center">46.4</td>
<td align="center">28.1</td>
<td align="center">49.7</td>
<td align="center">41.4</td>
<td align="center">82.5</td>
<td align="center">59.8</td>
<td align="center">-</td>
<td align="center">59.5</td>
<td align="center">59.5</td>
</tr>
<tr>
<td><strong>Mi:dm 2.0-Mini-inst</strong></td>
<td align="center">73.6</td>
<td align="center">44.5</td>
<td align="center">26.6</td>
<td align="center">51.7</td>
<td align="center">40.9</td>
<td align="center">83.1</td>
<td align="center"><strong>60.9</strong></td>
<td align="center">-</td>
<td align="center">56.5</td>
<td align="center">56.5</td>
</tr>
<tr><td colspan="11"> </td></tr>
<!-- Large Models -->
<tr>
<td><strong>Qwen3-14B</strong></td>
<td align="center">83.9</td>
<td align="center"><strong>83.4</strong></td>
<td align="center"><strong>49.8</strong></td>
<td align="center"><strong>57.7</strong></td>
<td align="center"><strong>63.6</strong></td>
<td align="center">88.0</td>
<td align="center">73.4</td>
<td align="center"><strong>70.5</strong></td>
<td align="center"><strong>82.7</strong></td>
<td align="center"><strong>76.6</strong></td>
</tr>
<tr>
<td><strong>Llama-3.1-8B-inst</strong></td>
<td align="center">79.9</td>
<td align="center">60.3</td>
<td align="center">21.6</td>
<td align="center">50.3</td>
<td align="center">44.1</td>
<td align="center">81.2</td>
<td align="center"><strong>81.8</strong></td>
<td align="center">47.6</td>
<td align="center">70.7</td>
<td align="center">59.2</td>
</tr>
<tr>
<td><strong>Exaone-3.5-7.8B-inst</strong></td>
<td align="center">83.6</td>
<td align="center">50.1</td>
<td align="center">33.1</td>
<td align="center">51.2</td>
<td align="center">44.8</td>
<td align="center">81.1</td>
<td align="center">79.4</td>
<td align="center">40.7</td>
<td align="center">69.0</td>
<td align="center">54.8</td>
</tr>
<tr>
<td><strong>Mi:dm 2.0-Base-inst</strong></td>
<td align="center"><strong>84.0</strong></td>
<td align="center">77.7</td>
<td align="center">33.5</td>
<td align="center">51.9</td>
<td align="center">54.4</td>
<td align="center"><strong>91.6</strong></td>
<td align="center">77.5</td>
<td align="center">53.3</td>
<td align="center">73.7</td>
<td align="center">63.5</td>
</tr>
</table>
<br>
# Usage
### Run on Friendli.AI
You can try our model immediately via `Friendli.AI`. Simply click `Deploy` and then `Friendli Endpoints`.
> [!Note]
> Please note that a login to `Friendli.AI` is required after your fifth chat interaction.
<p>
<img src="./assets/image_1.png" alt="Left Image" width="36%" style="display:inline-block; margin-right:2%">
<img src="./assets/image_2.png" alt="Right Image" width="36%" style="display:inline-block">
</p>
### Run on Your Local Machine
We provide a detailed description about running Mi:dm 2.0 on your local machine using llama.cpp, LM Studio, and Ollama. Please check our [github](https://github.com/K-intelligence-Midm/Midm-2.0) for more information
### Deployment
To serve Mi:dm 2.0 using [vLLM](https://github.com/vllm-project/vllm)(`>=0.8.0`) with an OpenAI-compatible API:
```bash
vllm serve K-intelligence/Midm-2.0-Base-Instruct
```
### Tutorials
To help our end-users easily use Mi:dm 2.0, we have provided comprehensive tutorials on [github](https://github.com/K-intelligence-Midm/Midm-2.0).
<br>
<br>
<br>
# More Information
### Limitation
* The training data for both Mi:dm 2.0 models consists primarily of English and Korean. Understanding and generation in other languages are not guaranteed.
* The model is not guaranteed to provide reliable advice in fields that require professional expertise, such as law, medicine, or finance.
* Researchers have made efforts to exclude unethical content from the training data β such as profanity, slurs, bias, and discriminatory language. However, despite these efforts, the model may still produce inappropriate expressions or factual inaccuracies.
### License
Mi:dm 2.0 is licensed under the [MIT License](./LICENSE).
<!-- ### Citation
```
@misc{,
title={},
author={},
year={2025},
eprint={},
archivePrefix={arXiv},
primaryClass={cs.CL},
url={},
}
``` -->
### Contact
Mi:dm 2.0 Technical Inquiries: midm-llm@kt.com
<br>
<!--End Original Model Card-->
---
# <span id="testllm" style="color: #7F7FFF;">π If you find these models useful</span>
Help me test my **AI-Powered Quantum Network Monitor Assistant** with **quantum-ready security checks**:
π [Quantum Network Monitor](https://readyforquantum.com/?assistant=open&utm_source=huggingface&utm_medium=referral&utm_campaign=huggingface_repo_readme)
The full Open Source Code for the Quantum Network Monitor Service available at my github repos ( repos with NetworkMonitor in the name) : [Source Code Quantum Network Monitor](https://github.com/Mungert69). You will also find the code I use to quantize the models if you want to do it yourself [GGUFModelBuilder](https://github.com/Mungert69/GGUFModelBuilder)
π¬ **How to test**:
Choose an **AI assistant type**:
- `TurboLLM` (GPT-4.1-mini)
- `HugLLM` (Hugginface Open-source models)
- `TestLLM` (Experimental CPU-only)
### **What Iβm Testing**
Iβm pushing the limits of **small open-source models for AI network monitoring**, specifically:
- **Function calling** against live network services
- **How small can a model go** while still handling:
- Automated **Nmap security scans**
- **Quantum-readiness checks**
- **Network Monitoring tasks**
π‘ **TestLLM** β Current experimental model (llama.cpp on 2 CPU threads on huggingface docker space):
- β
**Zero-configuration setup**
- β³ 30s load time (slow inference but **no API costs**) . No token limited as the cost is low.
- π§ **Help wanted!** If youβre into **edge-device AI**, letβs collaborate!
### **Other Assistants**
π’ **TurboLLM** β Uses **gpt-4.1-mini** :
- **It performs very well but unfortunatly OpenAI charges per token. For this reason tokens usage is limited.
- **Create custom cmd processors to run .net code on Quantum Network Monitor Agents**
- **Real-time network diagnostics and monitoring**
- **Security Audits**
- **Penetration testing** (Nmap/Metasploit)
π΅ **HugLLM** β Latest Open-source models:
- π Runs on Hugging Face Inference API. Performs pretty well using the lastest models hosted on Novita.
### π‘ **Example commands you could test**:
1. `"Give me info on my websites SSL certificate"`
2. `"Check if my server is using quantum safe encyption for communication"`
3. `"Run a comprehensive security audit on my server"`
4. '"Create a cmd processor to .. (what ever you want)" Note you need to install a [Quantum Network Monitor Agent](https://readyforquantum.com/Download/?utm_source=huggingface&utm_medium=referral&utm_campaign=huggingface_repo_readme) to run the .net code on. This is a very flexible and powerful feature. Use with caution!
### Final Word
I fund the servers used to create these model files, run the Quantum Network Monitor service, and pay for inference from Novita and OpenAIβall out of my own pocket. All the code behind the model creation and the Quantum Network Monitor project is [open source](https://github.com/Mungert69). Feel free to use whatever you find helpful.
If you appreciate the work, please consider [buying me a coffee](https://www.buymeacoffee.com/mahadeva) β. Your support helps cover service costs and allows me to raise token limits for everyone.
I'm also open to job opportunities or sponsorship.
Thank you! π
|