Edit model card

Model Card for mncai/mistral-7b-dpo-v5

Introduction of MindsAndCompany

https://mnc.ai/

We create various AI models and develop solutions that can be applied to businesses. And as for generative AI, we are developing products like Code Assistant, TOD Chatbot, LLMOps, and are in the process of developing Enterprise AGI (Artificial General Intelligence).

Model Summary

based mistral, instruction tuned and dpo.

How to Use

Here give some examples of how to use our model.

from transformers import AutoConfig, AutoModel, AutoTokenizer
import transformers
import torch
hf_model = 'mncai/mistral-7b-dpo-v5' 
message = "<|user|>\n두 개의 ꡬ가 μžˆλŠ”λ° 각각 지름이 1, 2μΌλ•Œ 각 ꡬ의 λΆ€ν”ΌλŠ” λͺ‡λ°°μ•Ό? μ„€λͺ…도 같이 ν•΄μ€˜.\n<|assistant|>\n"

sequences = pipeline(
    message,
    do_sample=True,
    top_k=10,
    num_return_sequences=1,
    eos_token_id=tokenizer.eos_token_id,
    max_length=2048,
)
for seq in sequences:
    print(f"Result: {seq['generated_text']}")

Contact

If you have any questions, please raise an issue or contact us at dwmyoung@mnc.ai

Downloads last month
728
Safetensors
Model size
7.24B params
Tensor type
FP16
Β·
Inference API
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social visibility and check back later, or deploy to Inference Endpoints (dedicated) instead.

Model tree for mncai/mistral-7b-dpo-v5

Merges
1 model
Quantizations
3 models

Spaces using mncai/mistral-7b-dpo-v5 16