AlexWortega / wortegaLM

huggingface.co
Total runs: 80
24-hour runs: -1
7-day runs: -2
30-day runs: 59
Model's Last Updated: May 13 2023
text-generation

Introduction of wortegaLM

Model Details of wortegaLM

WortegaLM 109m

Model Summary

Это GPTneo like модель обученная с нуля на сете в 95gb кода, хабра, пикабу, новостей(порядка 12B токенов) Она умеет решать примитивные задачи, не пригодна для ZS FS, но идеальна как модель для студенческих проектов

Quick Start






from transformers import AutoTokenizer, AutoModelForCausalLM,


tokenizer = AutoTokenizer.from_pretrained('AlexWortega/wortegaLM',padding_side='left')
device = 'cuda'
model = AutoModelForCausalLM.from_pretrained('AlexWortega/wortegaLM')
model.resize_token_embeddings(len(tokenizer))
model.to(device)



def generate_seqs(q,model, k=2):
    gen_kwargs = {
        "min_length": 20,
        "max_new_tokens": 100,
        "top_k": 50,
        "top_p": 0.7,
        "do_sample": True,  
        "early_stopping": True,
        "no_repeat_ngram_size": 2,
        "eos_token_id": tokenizer.eos_token_id,
        "pad_token_id": tokenizer.eos_token_id,
        "use_cache": True,
        "repetition_penalty": 1.5,  
        "length_penalty": 1.2,  
        "num_beams": 4,
        "num_return_sequences": k
    }
    
    t = tokenizer.encode(q, add_special_tokens=False, return_tensors='pt').to(device)
    g = model.generate(t, **gen_kwargs)
    generated_sequences = tokenizer.batch_decode(g, skip_special_tokens=False)
    
    return  generated_sequences

Runs of AlexWortega wortegaLM on huggingface.co

80
Total runs
-1
24-hour runs
2
3-day runs
-2
7-day runs
59
30-day runs

More Information About wortegaLM huggingface.co Model

More wortegaLM license Visit here:

https://choosealicense.com/licenses/apache-2.0

wortegaLM huggingface.co

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

AlexWortega wortegaLM online free

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

AlexWortega wortegaLM online free url in huggingface.co:

https://huggingface.co/AlexWortega/wortegaLM

wortegaLM install

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

wortegaLM install url in huggingface.co:

https://huggingface.co/AlexWortega/wortegaLM

Url of wortegaLM

Provider of wortegaLM huggingface.co

AlexWortega
ORGANIZATIONS

Other API from AlexWortega

huggingface.co

Total runs: 1.7K
Run Growth: -3.2K
Growth Rate: -190.65%
Updated:June 25 2026
huggingface.co

Total runs: 303
Run Growth: 12
Growth Rate: 3.96%
Updated:September 05 2026
huggingface.co

Total runs: 66
Run Growth: 0
Growth Rate: 0.00%
Updated:November 16 2024
huggingface.co

Total runs: 42
Run Growth: 35
Growth Rate: 87.50%
Updated:May 02 2024
huggingface.co

Total runs: 24
Run Growth: 0
Growth Rate: 0.00%
Updated:November 16 2024
huggingface.co

Total runs: 23
Run Growth: 13
Growth Rate: 61.90%
Updated:January 20 2024
huggingface.co

Total runs: 20
Run Growth: -8
Growth Rate: -44.44%
Updated:August 03 2023
huggingface.co

Total runs: 12
Run Growth: 3
Growth Rate: 27.27%
Updated:February 02 2023
huggingface.co

Total runs: 11
Run Growth: 5
Growth Rate: 45.45%
Updated:February 02 2023
huggingface.co

Total runs: 10
Run Growth: 1
Growth Rate: 11.11%
Updated:January 14 2024
huggingface.co

Total runs: 9
Run Growth: 0
Growth Rate: 0.00%
Updated:January 21 2024
huggingface.co

Total runs: 7
Run Growth: -3
Growth Rate: -42.86%
Updated:November 05 2022
huggingface.co

Total runs: 6
Run Growth: 2
Growth Rate: 33.33%
Updated:September 22 2023
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:September 22 2023
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:February 01 2024
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:April 08 2024
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:March 28 2025
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:April 03 2023
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:June 18 2024