Vladniag / Requestor

huggingface.co
Total runs: 2
24-hour runs: 0
7-day runs: 0
30-day runs: 1
Model's Last Updated: March 15 2025
translation

Introduction of Requestor

Model Details of Requestor

This Seq2Seq transformer model is designed to translate text, compose headings, generate questions and summarizations. Its size is only 80 million parameters, which allows you to work with good speed on equipment with low computing power.

Supported languages: Russian and English. Maximum sequence length: 256 tokens.

For work, files in the main directory are sufficient. q8 is a quantized model of ctranslate2 in INT8. Use it if you want to save disk space and RAM. OpenNMT is a averaged OpenNMT model. It can be used in cases where the capabilities of the ctranslate are not enough.

Example of use You can check the features on the demo site: https://tolmacher.wia.su/ The items "write an article" and "rewrite" an article are implemented in tandem with the Queen 05B model, the rest are performed entirely by the Requestor model.

To work on your computer

  1. Install the Python packages pip install ctranslate2 OpenNMT-py==2.* sentencepiece

  2. Download model in some dirrectory

  3. Use with the Python program

import ctranslate2
import sentencepiece as spm
def requestor0(block, prompt="Summarize", ender="0o0"):
    block+=ender
    tokens = sp.encode(block, out_type=str)
    input_text = "<s><###System:>" + prompt + ": "
    input_tokens = sp.encode(input_text, out_type=str)
    input_tokens.extend(tokens)
    results = translator.translate_batch([input_tokens])
    output_tokens = results[0].hypotheses[0]
    output_text = sp.decode(output_tokens)    
    output_text=output_text.replace("<s><###Requestor:>", "").replace(" ⁇ ", "").strip()
    output_text=output_text.split("0o0")[0]
    return  output_text

sp = spm.SentencePieceProcessor(model_file='140/sentencepiece.model') #140 - the directory to put the model files in
translator = ctranslate2.Translator('140/', device="cuda")
text="""The first-ever published research on Tinshemet Cave reveals that Neanderthals and Homo sapiens in the mid-Middle Paleolithic Levant not only coexisted but actively interacted, sharing technology, lifestyles, and burial customs. These interactions fostered cultural exchange, social complexity, and behavioral innovations, such as formal burial practices and the symbolic use of ocher for decoration."""
text=text.replace("\n","")
rtext=requestor0(text,"Summarize")
print(rtext+"\n")

The prompts on which the model was trained: "Translate to english"; "Translate to russian"; "Generate question", "Make a title" "What is the topic of this text?", "Summarize", "Summarize briefly", "Make a step-by-step plan for this text" and russian analogs for this commnads. However, some combinations that were not present in the training sample also work. For example, "Translate briefly" can give a translation about twice as compact as the original text.

Runs of Vladniag Requestor on huggingface.co

2
Total runs
0
24-hour runs
0
3-day runs
0
7-day runs
1
30-day runs

More Information About Requestor huggingface.co Model

More Requestor license Visit here:

https://choosealicense.com/licenses/mit

Requestor huggingface.co

Requestor huggingface.co is an AI model on huggingface.co that provides Requestor's model effect (), which can be used instantly with this Vladniag Requestor model. huggingface.co supports a free trial of the Requestor model, and also provides paid use of the Requestor. Support call Requestor model through api, including Node.js, Python, http.

Vladniag Requestor online free

Requestor huggingface.co is an online trial and call api platform, which integrates Requestor's modeling effects, including api services, and provides a free online trial of Requestor, you can try Requestor online for free by clicking the link below.

Vladniag Requestor online free url in huggingface.co:

https://huggingface.co/Vladniag/Requestor

Requestor install

Requestor is an open source model from GitHub that offers a free installation service, and any user can find Requestor on GitHub to install. At the same time, huggingface.co provides the effect of Requestor install, users can directly use Requestor installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

Requestor install url in huggingface.co:

https://huggingface.co/Vladniag/Requestor

Url of Requestor

Requestor huggingface.co Url

Provider of Requestor huggingface.co

Vladniag
ORGANIZATIONS

Other API from Vladniag

huggingface.co

Total runs: 713
Run Growth: 704
Growth Rate: 100.00%
Updated:August 30 2026
huggingface.co

Total runs: 41
Run Growth: -127
Growth Rate: -288.64%
Updated:July 25 2026
huggingface.co

Total runs: 4
Run Growth: -2
Growth Rate: -50.00%
Updated:December 11 2024