hojzas / gpt2-proj8

huggingface.co
Total runs: 20
24-hour runs: 0
7-day runs: 6
30-day runs: 14
Model's Last Updated: January 18 2024
text-generation

Introduction of gpt2-proj8

Model Details of gpt2-proj8

Model Trained Using AutoTrain

This model was trained using AutoTrain. For more information, please visit AutoTrain .

Usage


from transformers import AutoModelForCausalLM, AutoTokenizer

model_path = "PATH_TO_THIS_REPO"

tokenizer = AutoTokenizer.from_pretrained(model_path)
model = AutoModelForCausalLM.from_pretrained(
    model_path,
    device_map="auto",
    torch_dtype='auto'
).eval()

# Prompt content: "hi"
messages = [
    {"role": "user", "content": "hi"}
]

input_ids = tokenizer.apply_chat_template(conversation=messages, tokenize=True, add_generation_prompt=True, return_tensors='pt')
output_ids = model.generate(input_ids.to('cuda'))
response = tokenizer.decode(output_ids[0][input_ids.shape[1]:], skip_special_tokens=True)

# Model response: "Hello! How can I assist you today?"
print(response)

Runs of hojzas gpt2-proj8 on huggingface.co

20
Total runs
0
24-hour runs
3
3-day runs
6
7-day runs
14
30-day runs

More Information About gpt2-proj8 huggingface.co Model

More gpt2-proj8 license Visit here:

https://choosealicense.com/licenses/other

gpt2-proj8 huggingface.co

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

gpt2-proj8 huggingface.co Url

https://huggingface.co/hojzas/gpt2-proj8

hojzas gpt2-proj8 online free

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

hojzas gpt2-proj8 online free url in huggingface.co:

https://huggingface.co/hojzas/gpt2-proj8

gpt2-proj8 install

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

gpt2-proj8 install url in huggingface.co:

https://huggingface.co/hojzas/gpt2-proj8

Url of gpt2-proj8

gpt2-proj8 huggingface.co Url

Provider of gpt2-proj8 huggingface.co

hojzas
ORGANIZATIONS

Other API from hojzas

huggingface.co

Total runs: 19
Run Growth: 12
Growth Rate: 66.67%
Updated:January 17 2024
huggingface.co

Total runs: 13
Run Growth: 4
Growth Rate: 30.77%
Updated:January 31 2024
huggingface.co

Total runs: 9
Run Growth: 0
Growth Rate: 0.00%
Updated:May 13 2024
huggingface.co

Total runs: 8
Run Growth: -1
Growth Rate: -12.50%
Updated:January 31 2024
huggingface.co

Total runs: 7
Run Growth: -4
Growth Rate: -50.00%
Updated:January 25 2024