GraySoft
Projects Models Compare Cloud benchmarks FAQ Download guIDE →
Model Intelligence Sheet

codingsoo/LlamaREST-EX-GGUF overview

LlamaREST EX GGUF LlamaREST EX is a Small Language Model SLM fine tuned to generate realistic example values for REST API parameters, used by LlamaRestTest htt…

llama.cppggufrest-api-testingsoftware-testingllamaresttesttext-generationenarxiv:2501.08598base_model:meta-llama/Meta-Llama-3-8Bbase_model:quantized:meta-llama/Meta-Llama-3-8Blicense:llama3endpoints_compatibleregion:us

Runs locally from ~1.17 GB disk (4 GB VRAM class GPUs with llama.cpp / guIDE).

Downloads
0
Likes
0
Pipeline
text-generation
Author

Repository Files & Downloads

4 GGUF files detected
Direct downloads for local inference
FileTypeQuantizationSizeLink
Llama3-Ex-Rest-8.0B-F16.ggufGGUFF161.17 GBDownload
LlamaREST-EX-2B.ggufGGUFGGUF2.96 GBDownload
LlamaREST-EX-4B.ggufGGUFGGUF4.58 GBDownload
LlamaREST-EX-8B.ggufGGUFGGUF7.95 GBDownload

Model Details

Model IDcodingsoo/LlamaREST-EX-GGUF
Authorcodingsoo
Pipelinetext-generation
Licensellama3
Base modelmeta-llama/Meta-Llama-3-8B
Last modified2026-09-02T16:58:23.000Z

Model README

---

license: llama3

base_model: meta-llama/Meta-Llama-3-8B

library_name: llama.cpp

pipeline_tag: text-generation

tags:

- gguf

- rest-api-testing

- software-testing

- llama.cpp

- llamaresttest

language:

- en

---

LlamaREST-EX (GGUF)

LlamaREST-EX is a Small Language Model (SLM) fine-tuned to generate realistic

example values for REST API parameters, used by

LlamaRestTest to improve automated

REST API test generation.

It is one of the two SLMs used by LlamaRestTest; the companion model,

LlamaREST-IPD, predicts

inter-parameter dependencies.

Models

Quantized with llama.cpp (Q6_K) from a Llama-3-8B base fine-tuned with QLoRA.

| Variant | File | Size |

|---|---|---|

| 2B | LlamaREST-EX-2B.gguf | ~3.2 GB |

| 4B | LlamaREST-EX-4B.gguf | ~4.9 GB |

| 8B | LlamaREST-EX-8B.gguf | ~8.5 GB |

| F16 | Llama3-Ex-Rest-8.0B-F16.gguf | ~1.3 GB |

Download

pip install -U "huggingface_hub[cli]"
hf download codingsoo/LlamaREST-EX-GGUF LlamaREST-EX-8B.gguf --local-dir .

Usage

Intended to be run through the LlamaRestTest

pipeline. To run the GGUF directly with llama.cpp:

./llama-cli -m LlamaREST-EX-8B.gguf -p "your prompt"

Training

Fine-tuned from Llama-3-8B with QLoRA, then quantized with llama.cpp (Q6_K). Key hyperparameters:

  • 4-bit precision (nf4), compute dtype float16, no nested quantization
  • LoRA: r=64, alpha=16, dropout 0.1
  • 5 epochs, batch size 4, paged_adamw_32bit, LR 2e-4, weight decay 0.001, constant schedule, warmup ratio 0.03

Training data (Examples): random1234321/REST-EX.

License

The training/testing code is released under the MIT License. The model weights are

derived from Meta Llama 3 and are therefore subject to the

Meta Llama 3 Community License.

Citation

@article{kim2025llamaresttest,
  title={LlamaRestTest: Effective REST API Testing with Small Language Models},
  author={Kim, Myeongsoo and Sinha, Saurabh and Orso, Alessandro},
  journal={arXiv preprint arXiv:2501.08598},
  year={2025}
}

Run codingsoo/LlamaREST-EX-GGUF with guIDE

Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.

Download guIDE → · Browse 524k+ models · Compare models

Source: Hugging Face · Compare models