crumb / gpt2-regular-large

huggingface.co
Total runs: 40
24-hour runs: 0
7-day runs: 3
30-day runs: 33
Model's Last Updated: June 29 2022
text-generation

Introduction of gpt2-regular-large

Model Details of gpt2-regular-large

gpt-regular-test

i was stupid and all the newline tokens are replaced with [/n] so be wary if you're using the demo on this page that that just means new line

from transformers import AutoTokenizer
from transformers import AutoModelForCausalLM
model = AutoModelForCausalLM.from_pretrained("crumb/gpt2-regular-large")
tokenizer = AutoTokenizer.from_pretrained("gpt2-large", use_fast=True)

prompt = """(Episode begins with Mordecai and Rigby watching TV)
Mordecai: Dude, what are you doing? I think I'm gonna lose my mind.
Rigby:"""

prompt=prompt.replace("\n","[/n]")
tokenz = tokenizer(prompt,return_tensors='pt')['input_ids']
output = model.generate(
    tokenz, 
    max_length=length,
    num_return_sequences=1,
    top_p=.92,
    temperature=.65,
    do_sample=True,
    top_k=125,
    early_stopping=True,
    pad_token_id=tokenizer.eos_token_id
)
output = tokenizer.decode(output[0]).replace("[/n]","\n")
print(output)

This model is a fine-tuned version of gpt2-large on the entirety of Regular Show. It achieves the following results on the evaluation set (The Power, Death Punchies, Do Me a Solid):

  • Loss: 1.6383
Intended uses & limitations

Same as gpt2-large

Training hyperparameters

The following hyperparameters were used during training:

  • learning_rate: 1e-05
  • train_batch_size: 1
  • eval_batch_size: 1
  • seed: 42
  • optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • lr_scheduler_type: linear
  • num_epochs: 1
Training results
Training Loss Epoch Step Validation Loss
2.1844 1.0 7633 1.6383
Framework versions
  • Transformers 4.18.0
  • Pytorch 1.11.0
  • Datasets 2.1.0
  • Tokenizers 0.12.1

Runs of crumb gpt2-regular-large on huggingface.co

40
Total runs
0
24-hour runs
2
3-day runs
3
7-day runs
33
30-day runs

More Information About gpt2-regular-large huggingface.co Model

gpt2-regular-large huggingface.co

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

gpt2-regular-large huggingface.co Url

https://huggingface.co/crumb/gpt2-regular-large

crumb gpt2-regular-large online free

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

crumb gpt2-regular-large online free url in huggingface.co:

https://huggingface.co/crumb/gpt2-regular-large

gpt2-regular-large install

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

gpt2-regular-large install url in huggingface.co:

https://huggingface.co/crumb/gpt2-regular-large

Url of gpt2-regular-large

gpt2-regular-large huggingface.co Url

Provider of gpt2-regular-large huggingface.co

crumb
ORGANIZATIONS

Other API from crumb

huggingface.co

Total runs: 3.0K
Run Growth: 1.1K
Growth Rate: 38.22%
Updated:March 10 2024
huggingface.co

Total runs: 227
Run Growth: 156
Growth Rate: 68.72%
Updated:March 18 2024
huggingface.co

Total runs: 160
Run Growth: 25
Growth Rate: 15.63%
Updated:January 05 2024
huggingface.co

Total runs: 90
Run Growth: 86
Growth Rate: 95.56%
Updated:March 02 2024
huggingface.co

Total runs: 73
Run Growth: 0
Growth Rate: 0.00%
Updated:August 15 2024
huggingface.co

Total runs: 72
Run Growth: 41
Growth Rate: 56.94%
Updated:July 21 2023
huggingface.co

Total runs: 33
Run Growth: 21
Growth Rate: 63.64%
Updated:May 06 2023
huggingface.co

Total runs: 33
Run Growth: 27
Growth Rate: 81.82%
Updated:November 25 2023
huggingface.co

Total runs: 27
Run Growth: 13
Growth Rate: 48.15%
Updated:February 13 2024
huggingface.co

Total runs: 24
Run Growth: 16
Growth Rate: 66.67%
Updated:August 27 2024
huggingface.co

Total runs: 19
Run Growth: 11
Growth Rate: 61.11%
Updated:January 04 2024
huggingface.co

Total runs: 18
Run Growth: 12
Growth Rate: 66.67%
Updated:January 07 2024
huggingface.co

Total runs: 14
Run Growth: 8
Growth Rate: 57.14%
Updated:November 25 2023
huggingface.co

Total runs: 13
Run Growth: 6
Growth Rate: 46.15%
Updated:November 30 2023
huggingface.co

Total runs: 13
Run Growth: 6
Growth Rate: 46.15%
Updated:October 12 2023
huggingface.co

Total runs: 12
Run Growth: 4
Growth Rate: 33.33%
Updated:November 25 2023
huggingface.co

Total runs: 12
Run Growth: 5
Growth Rate: 41.67%
Updated:October 19 2023
huggingface.co

Total runs: 12
Run Growth: 4
Growth Rate: 33.33%
Updated:November 30 2023
huggingface.co

Total runs: 12
Run Growth: 5
Growth Rate: 41.67%
Updated:September 27 2023
huggingface.co

Total runs: 11
Run Growth: -2
Growth Rate: -18.18%
Updated:November 07 2023
huggingface.co

Total runs: 11
Run Growth: 3
Growth Rate: 27.27%
Updated:October 11 2023
huggingface.co

Total runs: 10
Run Growth: 7
Growth Rate: 70.00%
Updated:November 25 2023
huggingface.co

Total runs: 9
Run Growth: -1
Growth Rate: -11.11%
Updated:October 17 2023
huggingface.co

Total runs: 9
Run Growth: 0
Growth Rate: 0.00%
Updated:October 16 2023
huggingface.co

Total runs: 9
Run Growth: 1
Growth Rate: 11.11%
Updated:October 15 2023