ElderlyDed / MistGuaco

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

Introduction of MistGuaco

Model Details of MistGuaco

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

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

More Information About MistGuaco huggingface.co Model

More MistGuaco license Visit here:

https://choosealicense.com/licenses/other

MistGuaco huggingface.co

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

ElderlyDed MistGuaco online free

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

ElderlyDed MistGuaco online free url in huggingface.co:

https://huggingface.co/ElderlyDed/MistGuaco

MistGuaco install

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

MistGuaco install url in huggingface.co:

https://huggingface.co/ElderlyDed/MistGuaco

Url of MistGuaco

Provider of MistGuaco huggingface.co

ElderlyDed
ORGANIZATIONS

Other API from ElderlyDed

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
huggingface.co

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