jonas-7b-v2-0

Mistral-7B-Instruct-v0.3 fine-tuned to humanize text, with the LoRA adapter merged into the base weights. Serve with TGI or vLLM (OpenAI-compatible, supports streaming).

Prompt format (must match training)

Send the user message as:

Humanize the following text. Keep the meaning accurate; fix stiff phrasing and rhythm so it reads like something a thoughtful person wrote. Do not add any new information, facts, or opinions not present in the original text. The text type is: {text_type}

{text}

text_type โˆˆ {News, Academic, General, Formal, Casual, Legal, Simple}.

Example (OpenAI Messages API, streaming)

curl -N https://<ENDPOINT>/v1/chat/completions \
  -H "Authorization: Bearer $HF_TOKEN" -H "Content-Type: application/json" \
  -d '{"model":"tgi","stream":true,
       "messages":[{"role":"user","content":"Humanize the following text. ... The text type is: General\n\n---\nFurthermore, the data was utilized."}],
       "max_tokens":512,"temperature":0.7}'


The `pipeline_tag: text-generation` line is the one that un-greys TGI/vLLM in the engine dropdown โ€” everything else is documentation.

Now let me wire it into the merge script. Let me check the shell wrapper first.
Downloads last month
82
Safetensors
Model size
7B params
Tensor type
BF16
ยท
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for eunushosen/jonas-v2-0-2

Finetuned
(500)
this model