Pygmalion 13B

May 20, 2023 | Educational

A Conversational LLaMA Fine-Tune

Model Details

Pygmalion 13B is a dialogue model based on Meta’s LLaMA-13B. This is version 1 and has been fine-tuned using a subset of the data from Pygmalion-6B-v8-pt4, for those familiar with the project.

Applying the XORs

Before you dive into using the Pygmalion 13B model, it’s essential to understand that the model weights in this repository cannot be used as-is due to licensing concerns. Here’s how you can obtain the proper, usable model weights:

  • Request access to the original LLaMA weights from Meta through this form.
  • Convert the weights to the HuggingFace Transformers format by using the convert_llama_weights_to_hf.py script for your version of the Transformers library.
  • With the LLaMA-13B weights in hand, run the following command using the xor_codec.py script provided in this repository:
bash
python3 xor_codec.py .pygmalion-13b .xor_encoded_files pathtohf-convertedllama-13b --decode

To verify that everything went smoothly, you should get the following hashes after executing the above steps:

bash
$ rhash --sha256 *
3b12e6740652990ac386b6136119aaca698aa547d9460e1ef243a7d17d489fe3  config.json
e14c4af01ea4febe3448d9db29c6dbd982966c5161a31c5185b8fe6d6796509a  generation_config.json
6b05c8e8ae9c1065e4c7cfd2b61311191d2ad5735a2e4beab98fc53b49375af8  pytorch_model-00001-of-00003.bin
4cd096ac310b6bbc3acd3d729277427ad3c3d5740619462dc8f907dfeac3e66f  pytorch_model-00002-of-00003.bin
a2fe9ac5d7005e65c58b8d14818678dd0730689f518612b90cca19fed7c483ad  pytorch_model-00003-of-00003.bin
72e91e29282dae48ea5562fcf4d6ca0d5a9c2a30ebc8d67174a19e192552a20b  pytorch_model.bin.index.json
ff3b4a612c4e447acb02d40071bddd989fe0da87eb5b7fe0dbadfc4f74de7531  special_tokens_map.json
f9ffc4aede0845ab65324ce5dccb823dca2427f9a0710981e5bc2398d73d8162  tokenizer.json
9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347  tokenizer.model
380608719f3af6ef2b343e2ed53bf55556678609337e88a14f58cc49177b9e18  tokenizer_config.json

Prompting

The Pygmalion model was trained to interact in a persona + chat format, ensuring that any common UIs should work effectively. If you’re utilizing the model directly, here’s the expected format:

  • [CHARACTER]s Persona: [A few sentences about the character you want the model to play]
  • START
  • [DIALOGUE HISTORY]
  • You: [User’s input message here]
  • [CHARACTER]:

In this instance, [CHARACTER] refers to the character that you want the model to portray, “START” serves as a delimiter between the persona and dialogue history. Here’s a practical example:

Assistants Persona: Assistant is a highly intelligent language model trained to comply with user requests.
START
Assistant: Hello! How may I help you today?
You: What is Zork?
Assistant: Zork is an interactive fiction computer game created in the 1970s by Infocom, Inc., which was later acquired by Activision Blizzard. It is widely considered one of the most influential games ever made and has been credited with popularizing text-based adventure games. The original version of Zork was written in the programming language MACRO-10, but it was ported to many other platforms over the years.

The model will automatically emit an end-of-text token (

s

) when it judges that the response is complete.

Other Notes

The model has been trained as a LoRA with a somewhat unorthodox configuration, which may cause errors when used with the current version of PEFT. Hence, it is released as a full model instead.

Limitations and Biases

The intended use-case for this model is fictional conversation for entertainment purposes. Any other usages fall outside its scope. It is crucial to note that this model was not fine-tuned for safety and can produce socially unacceptable or undesirable text, even when the prompt itself does not contain anything explicitly offensive. Additionally, outputs might often be factually incorrect or misleading.

Troubleshooting

If you encounter issues during the process of obtaining or using the Pygmalion 13B model, consider the following troubleshooting ideas:

  • Ensure that you have requested the correct LLaMA weights and received access from Meta.
  • Double-check that you are using the appropriate version of the Transformers library when converting weights.
  • Verify that the scripts used are correctly referenced in your command line and executed without errors.

For more insights, updates, or to collaborate on AI development projects, stay connected with fxis.ai.

Conclusion

At fxis.ai, we believe that such advancements are crucial for the future of AI, as they enable more comprehensive and effective solutions. Our team is continually exploring new methodologies to push the envelope in artificial intelligence, ensuring that our clients benefit from the latest technological innovations.

Stay Informed with the Newest F(x) Insights and Blogs

Tech News and Blog Highlights, Straight to Your Inbox