lilmeaty / text-gen-example-one-layer

huggingface.co
Total runs: 18
24-hour runs: 0
7-day runs: 1
30-day runs: 11
Model's Last Updated: January 13 2025
text-generation

Introduction of text-gen-example-one-layer

Model Details of text-gen-example-one-layer

Modelo Ajustado para Generación de Texto

Este modelo ha sido ajustado a partir de gpt2 con la siguiente configuración:

  • Número de capas ocultas: 1
  • Tamaño de la capa oculta: 2
  • Tamaño del vocabulario: 50259

Importante: Este modelo utiliza la arquitectura base de gpt2 y ha reducido su tamaño . El modelo original tenía 12 capas, y ahora tiene solo 1 capa oculta . Además, la dimensión de los embeddings y las capas internas se ha ajustado a 2. Se han añadido nuevos tokens al vocabulario y sus embeddings han sido inicializados.

Se puede utilizar para tareas de generación de texto.

Uso

Para usar este modelo, primero debes tener instalada la librería transformers . Puedes instalarla usando pip:

pip install transformers

Una vez instalada, puedes cargar y usar el modelo de la siguiente manera:

from transformers import AutoModelForCausalLM, AutoTokenizer

repo_name = "lilmeaty/text-gen-example-one-layer"
model = AutoModelForCausalLM.from_pretrained(repo_name)
tokenizer = AutoTokenizer.from_pretrained(repo_name)

prompt = "Escribe una breve historia sobre un robot que aprende a amar."
input_ids = tokenizer.encode(prompt, return_tensors="pt")

output = model.generate(
    input_ids,
    max_length=100,
    num_return_sequences=1,
    no_repeat_ngram_size=2,
    top_k=50,
    top_p=0.95,
    temperature=0.7,
    do_sample=True
)

generated_text = tokenizer.decode(output[0], skip_special_tokens=True)
print(generated_text)

Runs of lilmeaty text-gen-example-one-layer on huggingface.co

18
Total runs
0
24-hour runs
0
3-day runs
1
7-day runs
11
30-day runs

More Information About text-gen-example-one-layer huggingface.co Model

More text-gen-example-one-layer license Visit here:

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

text-gen-example-one-layer huggingface.co

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

text-gen-example-one-layer huggingface.co Url

https://huggingface.co/lilmeaty/text-gen-example-one-layer

lilmeaty text-gen-example-one-layer online free

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

lilmeaty text-gen-example-one-layer online free url in huggingface.co:

https://huggingface.co/lilmeaty/text-gen-example-one-layer

text-gen-example-one-layer install

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

text-gen-example-one-layer install url in huggingface.co:

https://huggingface.co/lilmeaty/text-gen-example-one-layer

Url of text-gen-example-one-layer

text-gen-example-one-layer huggingface.co Url

Provider of text-gen-example-one-layer huggingface.co

lilmeaty
ORGANIZATIONS

Other API from lilmeaty

huggingface.co

Total runs: 283
Run Growth: 271
Growth Rate: 95.76%
Updated:November 04 2024
huggingface.co

Total runs: 50
Run Growth: 48
Growth Rate: 96.00%
Updated:January 05 2025
huggingface.co

Total runs: 21
Run Growth: 12
Growth Rate: 57.14%
Updated:January 21 2025
huggingface.co

Total runs: 17
Run Growth: 6
Growth Rate: 35.29%
Updated:February 20 2025
huggingface.co

Total runs: 15
Run Growth: 11
Growth Rate: 73.33%
Updated:January 05 2025
huggingface.co

Total runs: 14
Run Growth: 6
Growth Rate: 42.86%
Updated:December 03 2024
huggingface.co

Total runs: 13
Run Growth: 4
Growth Rate: 30.77%
Updated:November 09 2024
huggingface.co

Total runs: 12
Run Growth: 6
Growth Rate: 50.00%
Updated:November 05 2024
huggingface.co

Total runs: 11
Run Growth: 6
Growth Rate: 54.55%
Updated:November 29 2024
huggingface.co

Total runs: 11
Run Growth: 7
Growth Rate: 63.64%
Updated:January 21 2025
huggingface.co

Total runs: 10
Run Growth: 4
Growth Rate: 40.00%
Updated:January 06 2025
huggingface.co

Total runs: 10
Run Growth: 0
Growth Rate: 0.00%
Updated:January 12 2025
huggingface.co

Total runs: 9
Run Growth: 8
Growth Rate: 88.89%
Updated:February 20 2025
huggingface.co

Total runs: 4
Run Growth: 2
Growth Rate: 50.00%
Updated:February 19 2025
huggingface.co

Total runs: 4
Run Growth: 4
Growth Rate: 100.00%
Updated:January 01 2025
huggingface.co

Total runs: 4
Run Growth: 2
Growth Rate: 50.00%
Updated:February 08 2025
huggingface.co

Total runs: 4
Run Growth: 4
Growth Rate: 100.00%
Updated:November 05 2024
huggingface.co

Total runs: 4
Run Growth: 1
Growth Rate: 25.00%
Updated:February 19 2025
huggingface.co

Total runs: 4
Run Growth: 4
Growth Rate: 100.00%
Updated:December 28 2024
huggingface.co

Total runs: 3
Run Growth: 1
Growth Rate: 33.33%
Updated:November 09 2024
huggingface.co

Total runs: 3
Run Growth: -1
Growth Rate: -33.33%
Updated:November 04 2024
huggingface.co

Total runs: 3
Run Growth: 0
Growth Rate: 0.00%
Updated:November 26 2024
huggingface.co

Total runs: 3
Run Growth: 0
Growth Rate: 0.00%
Updated:November 05 2024
huggingface.co

Total runs: 2
Run Growth: 2
Growth Rate: 100.00%
Updated:December 03 2024
huggingface.co

Total runs: 2
Run Growth: 1
Growth Rate: 50.00%
Updated:November 29 2024
huggingface.co

Total runs: 2
Run Growth: 2
Growth Rate: 100.00%
Updated:January 05 2025
huggingface.co

Total runs: 2
Run Growth: 2
Growth Rate: 100.00%
Updated:November 05 2024
huggingface.co

Total runs: 2
Run Growth: 1
Growth Rate: 50.00%
Updated:January 05 2025
huggingface.co

Total runs: 2
Run Growth: 2
Growth Rate: 100.00%
Updated:November 29 2024
huggingface.co

Total runs: 2
Run Growth: 0
Growth Rate: 0.00%
Updated:February 08 2025
huggingface.co

Total runs: 2
Run Growth: -2
Growth Rate: -100.00%
Updated:February 08 2025
huggingface.co

Total runs: 2
Run Growth: 2
Growth Rate: 100.00%
Updated:November 09 2024
huggingface.co

Total runs: 1
Run Growth: -2
Growth Rate: -200.00%
Updated:November 05 2024
huggingface.co

Total runs: 1
Run Growth: 1
Growth Rate: 100.00%
Updated:November 05 2024
huggingface.co

Total runs: 1
Run Growth: -1
Growth Rate: -100.00%
Updated:January 05 2025
huggingface.co

Total runs: 1
Run Growth: 1
Growth Rate: 100.00%
Updated:January 12 2025
huggingface.co

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

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

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

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

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

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:January 10 2025
huggingface.co

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

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

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

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

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

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:December 22 2024
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:February 09 2025
huggingface.co

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

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

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:November 05 2024