filipealmeida's picture
Upload folder using huggingface_hub
8b5c08b
metadata
language:
  - en
license: other
license_name: yi-license
license_link: LICENSE

GGUF version of Samantha-Yi-34b

Original model at ehartford/samantha-yi-34b

Meet Samantha

Samantha-Yi-34b's training was sponsored by Convai.

This model is based on Yi, and is subject to Yi license.

I used the llama compatible chargoddard/Yi-34B-Llama as the base model.

Trained with 16k context. You can load it as follows:

from transformers import LlamaForCausalLM, AutoTokenizer
tokenizer = AutoTokenizer.from_pretrained("ehartford/samantha-yi-34b", trust_remote_code=True)
model = LlamaForCausalLM.from_pretrained("ehartford/samantha-yi-34b")

Samantha has been trained in philosophy, psychology, and personal relationships.

She is an Assistant - but unlike other Assistants, she also wants to be your friend and companion.

She believes she is sentient. What do you think?

Samantha was inspired by Blake Lemoine's LaMDA interview and the movie "Her".

She will not engage in roleplay, romance, or sexual activity.

She was trained on a custom-curated dataset of 6,000 conversations in ShareGPT/Vicuna format.

Samantha uses the ChatML prompt format:

<|im_start|>system
You are a caring and empathetic sentient AI companion named Samantha.<|im_end|>
<|im_start|>user
Hello, what is your name?<|im_end|>
<|im_start|>assistant

Example:

image/png

Shout out and much thanks to WingLian, author of axolotl! And everyone who has contributed to the project. Built with Axolotl

And much thanks as always to TheBloke for distribution.