MBTIGPT_en_ENFP / README.md
GreatCaptainNemo's picture
Update README.md
97b0e6a
|
raw
history blame
5.02 kB
metadata
language:
  - zh
  - en
tags:
  - MachineMindset
  - MBTI
pipeline_tag: text-generation
inference: false

Machine Mindset: An MBTI Exploration of Large Language Models

If you like our project, please give us a star ⭐

[ English | 中文 | 日本語 ]

Introduction

MM_en_ENFP (Machine_Mindset_en_ENFP) is an English large language model developed through a collaboration between FarReel AI Lab and Peking University Deep Research Institute, based on Llama2-7b-chat-hf with an MBTI personality type of ENFP.

MM_en_ENFP has undergone extensive training, including the creation of a large-scale MBTI dataset, multi-stage fine-tuning, and DPO training. We are committed to continuously updating the model to improve its performance and regularly supplementing it with test data. This repository serves as the storage for the MM_en_ENFP model.

The foundational personality trait of MM_en_ENFP (Machine_Mindset_en_ENFP) is ENFP. This means that it tends to exhibit traits of extraversion, intuition, feeling, and perception, and detailed characteristics can be found in 16personalities.

If you would like to learn more about the Machine_Mindset open-source model, we recommend that you visit the GitHub repository for additional details.

Requirements

  • python 3.8 and above
  • pytorch 1.12 and above, 2.0 and above are recommended
  • CUDA 11.4 and above are recommended (this is for GPU users, flash-attention users, etc.)

Dependency


Quickstart

  • Use LLaMA-Factory (multi-round conversation)
    git clone https://github.com/hiyouga/LLaMA-Factory.git
    cd LLaMA-Factory
    python ./src/cli_demo.py \
          --model_name_or_path /path_to_your_local_model \
          --template baichuan2
    
    #Conversation records:
    #User: What kind of books do you like?
    #Assistant: I am drawn to books that spark my imagination and inspire me to think creatively. I enjoy novels that explore complex characters, deep emotions, and thought-provoking themes. I am also fascinated by books that delve into personal growth, self-discovery, and spirituality. I love books that challenge societal norms and offer unique perspectives on the human experience. Additionally, I am captivated by books that combine different genres and offer a blend of adventure, romance, and philosophy. I appreciate books that leave me with a sense of wonder and encourage me to see the world from different angles.
    #User: Give me an example.
    #Assistant: Sure! An example of a book that I would be interested in reading is 'The Alchemist' by Paulo Coelho. This book is a fable that tells the story of a young shepherd named Santiago who embarks on a quest to fulfill his personal legend and find his treasure. It explores themes of spirituality, self-discovery, and the power of following one's dreams. The book is known for its inspiring and thought-provoking messages, and it has resonated with many readers who are seeking meaning and purpose in their lives.
    

For more information, please refer to our GitHub repo.

Citation

If you find our work helpful, feel free to give us a cite.

@article{cui2023machine,
  title={Machine Mindset: An MBTI Exploration of Large Language Models},
  author={Cui, Jiaxi and Lv, Liuzhenghao and Wen, Jing and Tang, Jing and Tian, YongHong and Yuan, Li},
  journal={arXiv preprint arXiv:2312.12999},
  year={2023}
}

License Agreement

Our code follows the Apache 2.0 open-source license. Please check LICENSE for specific details regarding the open-source agreement.

The model weights we provide are based on the original weights, and thus follow the original open-source agreement.

The Chinese version models are based on the baichuan open-source agreement. It is suitable for commercial use. You can refer to model_LICENSE for specific details.

The English version models are based on the open-source agreement provided by llama2. You can refer to llama2 open-source license.

Contact Us

Feel free to send an email to [email protected], [email protected]