cloudyu / Pluto_13B_DPO

huggingface.co
Total runs: 23
24-hour runs: 0
7-day runs: 5
30-day runs: 14
Model's Last Updated: January 25 2024
text-generation

Introduction of Pluto_13B_DPO

Model Details of Pluto_13B_DPO

DPO of cloudyu/Mixtral_7Bx2_MoE

dataset : jondurbin/truthy-dpo-v0.1

  • metrics average 75.88
  • TruthfulQA 81.5 SOTA (2024-01-17)

gpu code example

import torch
from transformers import AutoTokenizer, AutoModelForCausalLM
import math

## v2 models
model_path = "cloudyu/Mixtral_7Bx2_MoE_DPO"

tokenizer = AutoTokenizer.from_pretrained(model_path, use_default_system_prompt=False)
model = AutoModelForCausalLM.from_pretrained(
    model_path, torch_dtype=torch.bfloat16, device_map='auto',local_files_only=False, load_in_4bit=True
)
print(model)
prompt = input("please input prompt:")
while len(prompt) > 0:
  input_ids = tokenizer(prompt, return_tensors="pt").input_ids.to("cuda")

  generation_output = model.generate(
    input_ids=input_ids, max_new_tokens=500,repetition_penalty=1.2
  )
  print(tokenizer.decode(generation_output[0]))
  prompt = input("please input prompt:")

Runs of cloudyu Pluto_13B_DPO on huggingface.co

23
Total runs
0
24-hour runs
5
3-day runs
5
7-day runs
14
30-day runs

More Information About Pluto_13B_DPO huggingface.co Model

More Pluto_13B_DPO license Visit here:

https://choosealicense.com/licenses/cc-by-nc-4.0

Pluto_13B_DPO huggingface.co

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

Pluto_13B_DPO huggingface.co Url

https://huggingface.co/cloudyu/Pluto_13B_DPO

cloudyu Pluto_13B_DPO online free

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

cloudyu Pluto_13B_DPO online free url in huggingface.co:

https://huggingface.co/cloudyu/Pluto_13B_DPO

Pluto_13B_DPO install

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

Pluto_13B_DPO install url in huggingface.co:

https://huggingface.co/cloudyu/Pluto_13B_DPO

Url of Pluto_13B_DPO

Pluto_13B_DPO huggingface.co Url

Provider of Pluto_13B_DPO huggingface.co

cloudyu
ORGANIZATIONS

Other API from cloudyu

huggingface.co

Total runs: 915
Run Growth: 512
Growth Rate: 55.96%
Updated:July 11 2026
huggingface.co

Total runs: 70
Run Growth: 25
Growth Rate: 35.71%
Updated:January 23 2024
huggingface.co

Total runs: 68
Run Growth: 18
Growth Rate: 26.47%
Updated:January 30 2024
huggingface.co

Total runs: 5
Run Growth: 3
Growth Rate: 60.00%
Updated:December 16 2024
huggingface.co

Total runs: 5
Run Growth: 5
Growth Rate: 100.00%
Updated:December 07 2024
huggingface.co

Total runs: 4
Run Growth: 2
Growth Rate: 50.00%
Updated:December 16 2024
huggingface.co

Total runs: 4
Run Growth: 3
Growth Rate: 75.00%
Updated:December 17 2024
huggingface.co

Total runs: 4
Run Growth: 4
Growth Rate: 100.00%
Updated:September 09 2024
huggingface.co

Total runs: 2
Run Growth: 1
Growth Rate: 50.00%
Updated:December 18 2024
huggingface.co

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

Total runs: 0
Run Growth: -5
Growth Rate: 0.00%
Updated:November 28 2024
huggingface.co

Total runs: 0
Run Growth: -2
Growth Rate: 0.00%
Updated:November 28 2024
huggingface.co

Total runs: 0
Run Growth: -2
Growth Rate: 0.00%
Updated:December 06 2024