ElderlyDed / Ladno

huggingface.co
Total runs: 0
24-hour runs: 0
7-day runs: 0
30-day runs: 0
Model's Last Updated: February 09 2024
text-generation

Introduction of Ladno

Model Details of Ladno

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 ElderlyDed Ladno on huggingface.co

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

More Information About Ladno huggingface.co Model

More Ladno license Visit here:

https://choosealicense.com/licenses/other

Ladno huggingface.co

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

ElderlyDed Ladno online free

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

ElderlyDed Ladno online free url in huggingface.co:

https://huggingface.co/ElderlyDed/Ladno

Ladno install

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

Ladno install url in huggingface.co:

https://huggingface.co/ElderlyDed/Ladno

Url of Ladno

Provider of Ladno huggingface.co

ElderlyDed
ORGANIZATIONS

Other API from ElderlyDed

huggingface.co

Total runs: 13
Run Growth: 3
Growth Rate: 27.27%
Updated:February 13 2024
huggingface.co

Total runs: 12
Run Growth: 3
Growth Rate: 30.00%
Updated:February 12 2024
huggingface.co

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

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:February 06 2024