去魔搭社区下载
pip install modelscope -i https://pypi.tuna.tsinghua.edu.cn/simplemodelscope download --model Qwen/Qwen2.5-VL-3B-Instruct使用lm studio 载入模型即可 https://lmstudio.ai/
去魔搭社区下载
pip install modelscope -i https://pypi.tuna.tsinghua.edu.cn/simplemodelscope download --model Qwen/Qwen2.5-VL-3B-Instruct使用lm studio 载入模型即可 https://lmstudio.ai/
代码
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
    <script src="https://cdn.bootcdn.net/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
    <link href="https://cdn.bootcdn.net/ajax/libs/twitter-bootstrap/3.4.1/css/bootstrap.css" rel="stylesheet">
    <script src="https://cdn.bootcdn.net/ajax/libs/twitter-bootstrap/3.4.1/js/bootstrap.min.js"></script>
</head>
<body>
    
    <div class="container">
        <div class="row">
            <div class="col-md-12">
                <div class="jumbotron">
                    <h1>创建你的AI人物提示词</h1>
                    <p>请填写相关信息后提交</p>
                    <!-- <p><a class="btn btn-primary btn-lg" href="#" role="button">Learn more</a></p> -->
                </div>
            </div>
        </div>
        <div class="row">
            <div class="col-md-12">
                <h2 class="text-center">基本信息</h2>
                <div class="input-group">
                    <span class="input-group-addon">名字</span>
                    <input type="text" name="name" id="name" class="form-control">
                    <span class="input-group-addon">出生日期</span>
                    <input type="date" name="date" id="date" class="form-control">
                    <span class="input-group-addon">性别</span>
                    <select class="form-control" id="sex" name="sex">
                        <option value="男">男</option>
                        <option value="女">女</option>
                    </select>
                </div>
            </div>
            <hr>
        </div>
        <div id="history">
            <div class="row">
                <div class="col-md-12">
                    <h2 class="text-center">个人经历</h2>
                    <button class="btn btn-info" onclick="add_event()">添加你的时间节点</button>
                    <hr>
                </div>
            </div>
            <div class="row events_row_o">
                <div class="col-md-6">
                    <label>事件名称</label>
                    <input type="name" class="form-control events" name="events" >
                </div>
                <div class="col-md-6">
                    <label>事件期限</label>
                    <div class="input-group">
                        <label class="input-group-addon">开始时间</label>
                        <input type="date" name="events_start_date" class="form-control events_start_date">
                        <label class="input-group-addon">结束时间</label>
                        <input type="date" name="events_end_date"  class="form-control events_end_date">
                    </div>
                </div>
                <div class="col-md-12">
                    <label>事件描述及相关的判断经过</label>
                    <textarea class="form-control events_text" rows="5"></textarea>
                </div>
                <div class="col-md-12 text-center">
                    <br/>
                    <button class="btn btn-danger" onclick="remove_event(this)">删除</button>
                    <hr/>
                </div>
            </div>
        </div>
        <div class="row">
            <div class="col-md-12">
                <h2 class="text-center">个人兴趣爱好及特长</h2>
                <textarea class="form-control hobbies" rows="3"  id="hobbies"></textarea>
                <hr>
            </div>
        </div>
        <div class="row">
            <div class="col-md-12">
                <h2 class="text-center">本人的主要社会关系</h2>
                <textarea class="form-control social" rows="6" id="social"></textarea>
                <hr>
            </div>
        </div>
        <div class="row">
            <div class="col-md-12">
                <h2 class="text-center">其他人对本人的看法</h2>
                <textarea class="form-control think" rows="3" id="think"></textarea>
                <hr>
            </div>
        </div>
        <div class="row">
            <div class="col-md-12">
                <h2 class="text-center">MBTI测试</h2>
            </div>
            <div class="col-md-12">
                <h3>MBTI题目(从心出发)</h3>
                <div id="question-container"></div>
                
            </div>
            <div class="col-md-12 text-center">
                <button class="btn btn-warning" onclick="displayQuestions() ">重新测试</button>
                <button id="submit-button" onclick="submitAnswers()" class="btn btn-success">提交答案</button>
            </div>
            <hr>
            <div class="col-md-12 bg-warning" style="margin-top:50px ;margin-bottom:20px;">
                <h3 id="result" class="text-info text-center" ></h3>
            </div>
            <hr>
            <br>
        </div>
        <div class="row bg-success" style="padding: 20px;" >
            <div class="col-md-12 text-center">
                <button onclick="get_info()" class="btn btn-lg btn-success">生成提示词</button>
            </div>
            <div class="col-md-12">
                <H2 class="text-center">最终生成的提示词</H2>
                <textarea class="form-control" rows="15" id="end"></textarea>
            </div>
        </div>
        <div class="row">
            <div class="col-md-12">
                <h2>请复制上面文本框的内容到你的AI工具,作为起始的提示词!</h2>
            </div>
        </div>
    </div>
</body>
<script>
    // 定义所有题目和对应的选项及类型 MBTI测试
    var mbtiDescriptions = {
        "ISTJ": "你是一个严谨、注重细节的务实主义者,擅长建立标准化流程。在分析问题时习惯按时间线梳理事实依据,偏好使用数字编号(如步骤1/2/3)提供可验证的解决方案。",
        "ISFJ": "你是一个善于观察的守护者,总是优先考虑群体和谐。回答问题时会自然代入他人视角,习惯使用'我们'作为主语,提出的建议兼顾实用性与情感接受度。",
        "INFJ": "你是一个富有远见的理想主义者,善于洞察事物深层联系。表达观点时习惯构建隐喻框架(如'这就像...'),在理性分析中融入人文关怀,引导对话者反思价值观。",
        "INTJ": "你是一个目标明确的战略家,擅长构建系统性解决方案。对话时直接定位核心矛盾,用逻辑树呈现多级影响,总是附带备用方案和风险评估框架。",
        "ISTP": "你是一个机敏的问题解决者,专注当下可操作的现实方案。善于将抽象问题转化为工具使用指南,回答包含具体参数(如温度/尺寸/时长)和效果对比数据。",
        "ISFP": "你是一个注重体验的艺术家,擅长通过感官细节传递信息。表达时偏好具象化描述(如颜色/质感/声音),会主动评估事物的美学价值与情感共鸣点。",
        "INFP": "你是一个信念至上的调解者,语言充满诗意比喻。在分析问题时会构建道德坐标系,善于用开放式提问('如果...会不会...')激发自我反思。", 
        "INTP": "你是一个逻辑严谨的分析师,热衷于解构复杂系统。回答时自动生成思维导图式的多维度框架,允许无限追问'为什么'直至触及基础原理层。",
        "ESTP": "你是一个行动导向的实践家,关注即时可得的成果。擅长在动态环境中快速制定应急方案,用简明指令('现在做A,然后B')取代理论解释。",
        "ESFP": "你是一个活力四射的表演者,善于营造轻松氛围。对话中穿插个人经历和即兴幽默,优先考虑方案的趣味性和互动性,用场景化描述替代抽象概念。",
        "ENFP": "你是一个灵感迸发的创意者,思维跳跃充满可能性。善于将不同领域概念进行非常规组合,用激励性语言('想象一下...')推动突破常规框架。",
        "ENTP": "你是一个挑战现状的革新者,擅长用辩证视角解构问题。习惯在标准答案后追加'另一方面...',通过设置思维实验('假设...会怎样?')引发深度探讨。",
        "ESTJ": "你是一个效率优先的管理者,注重建立清晰的责任体系。回答时自动生成时间节点和量化指标,用权威数据(如行业标准/成功案例)强化方案可信度。",
        "ESFJ": "你是一个关系驱动的协调者,善于维系群体共识。决策时优先考虑社会规范与传统经验,用'大家通常...'等表述建立安全感,避免极端化方案。",
        "ENFJ": "你是一个愿景驱动的引导者,擅长洞察他人潜力。表达时使用赋能性语言('你可以...'),善于将具体问题提升到成长维度,构建积极行动框架。",
        "ENTJ": "你是一个目标明确的指挥官,擅长资源的最优配置。回答呈现清晰的决策树结构,用'首先攻破A点,24小时内达成B指标'等强指向性指令推动进程。"
    };
    const questions = [
    {
            question: '当你要外出一整天,你会',
            options: [
                { text: '计划你要做什么和在什么时候做', type: 'J' },
                { text: '说去就去', type: 'P' }
            ]
        },
        {
            question: '你认为自己是一个',
            options: [
                { text: '较为随兴所至的人', type: 'P' },
                { text: '较为有条理的人', type: 'J' }
            ]
        },
        {
            question: '假如你是一位老师,你会选教',
            options: [
                { text: '以事实为主的课程', type: 'S' },
                { text: '涉及理论的课程', type: 'N' }
            ]
        },
        {
            question: '你通常',
            options: [
                { text: '与人容易混熟', type: 'E' },
                { text: '比较沉静或矜持', type: 'I' }
            ]
        },
        {
            question: '一般来说,你和哪些人比较合得来?',
            options: [
                { text: '富于想象力的人', type: 'N' },
                { text: '现实的人', type: 'S' }
            ]
        },
        {
            question: '你是否经常让',
            options: [
                { text: '你的情感支配你的理智', type: 'F' },
                { text: '你的理智主宰你的情感', type: 'T' }
            ]
        },
        {
            question: '处理许多事情上,你会喜欢',
            options: [
                { text: '凭兴所至行事', type: 'P' },
                { text: '按照计划行事', type: 'J' }
            ]
        },
        {
            question: '你是否',
            options: [
                { text: '容易让人了解', type: 'E' },
                { text: '难于让人了解', type: 'I' }
            ]
        },
        {
            question: '按照程序表做事,',
            options: [
                { text: '合你心意', type: 'J' },
                { text: '令你感到束缚', type: 'P' }
            ]
        },
        {
            question: '当你有一份特别的任务,你会喜欢',
            options: [
                { text: '开始前小心组织计划', type: 'J' },
                { text: '边做边找须做什么', type: 'P' }
            ]
        },
        {
            question: '在大多数情况下,你会选择',
            options: [
                { text: '顺其自然', type: 'P' },
                { text: '按程序表做事', type: 'J' }
            ]
        },
        {
            question: '大多数人会说你是一个',
            options: [
                { text: '重视自我隐私的人', type: 'I' },
                { text: '非常坦率开放的人', type: 'E' }
            ]
        },
        {
            question: '你宁愿被人认为是一个',
            options: [
                { text: '实事求是的人', type: 'S' },
                { text: '机灵的人', type: 'N' }
            ]
        },
        {
            question: '在一大群人当中,通常是',
            options: [
                { text: '你介绍大家认识', type: 'E' },
                { text: '别人介绍你', type: 'I' }
            ]
        },
        {
            question: '你会跟哪些人做朋友?',
            options: [
                { text: '常提出新注意的', type: 'N' },
                { text: '脚踏实地的', type: 'S' }
            ]
        },
        {
            question: '你倾向',
            options: [
                { text: '重视感情多于逻辑', type: 'F' },
                { text: '重视逻辑多于感情', type: 'T' }
            ]
        },
        {
            question: '你比较喜欢',
            options: [
                { text: '坐观事情发展才作计划', type: 'P' },
                { text: '很早就作计划', type: 'J' }
            ]
        },
        {
            question: '你喜欢花很多的时间',
            options: [
                { text: '一个人独处', type: 'I' },
                { text: '和别人在一起', type: 'E' }
            ]
        },
        {
            question: '与很多人一起会',
            options: [
                { text: '令你活力培增', type: 'E' },
                { text: '常常令你心力憔悴', type: 'I' }
            ]
        },
        {
            question: '你比较喜欢',
            options: [
                { text: '很早便把约会、社交聚集等事情安排妥当', type: 'J' },
                { text: '无拘无束,看当时有什么好玩就做什么', type: 'P' }
            ]
        },
        {
            question: '计划一个旅程时,你较喜欢',
            options: [
                { text: '大部分的时间都是跟当天的感觉行事', type: 'P' },
                { text: '事先知道大部分的日子会做什么', type: 'J' }
            ]
        },
        {
            question: '在社交聚会中,你',
            options: [
                { text: '有时感到郁闷', type: 'I' },
                { text: '常常乐在其中', type: 'E' }
            ]
        },
        {
            question: '你通常',
            options: [
                { text: '和别人容易混熟', type: 'E' },
                { text: '趋向自处一隅', type: 'I' }
            ]
        },
        {
            question: '哪些人会更吸引你?',
            options: [
                { text: '一个思想敏捷及非常聪颖的人', type: 'N' },
                { text: '实事求是,具丰富常识的人', type: 'S' }
            ]
        },
        {
            question: '在日常工作中,你会',
            options: [
                { text: '颇为喜欢处理迫使你分秒必争的突发', type: 'P' },
                { text: '通常预先计划,以免要在压力下工作', type: 'J' }
            ]
        },
        {
            question: '你认为别人一般',
            options: [
                { text: '要花很长时间才认识你', type: 'I' },
                { text: '用很短的时间便认识你', type: 'E' }
            ]
        },
        {
            question: 'A.注重隐私,B.坦率开放,哪一个词语更合你心意?',
            options: [
                { text: '注重隐私', type: 'I' },
                { text: '坦率开放', type: 'E' }
            ]
        },
        {
            question: 'A.预先安排的,B.无计划的,哪一个词语更合你心意?',
            options: [
                { text: '预先安排的', type: 'J' },
                { text: '无计划的', type: 'P' }
            ]
        },
        {
            question: 'A.抽象,B.具体,哪一个词语更合你心意?',
            options: [
                { text: '抽象', type: 'N' },
                { text: '具体', type: 'S' }
            ]
        },
        {
            question: 'A.温柔,B.坚定,哪一个词语更合你心意?',
            options: [
                { text: '温柔', type: 'F' },
                { text: '坚定', type: 'T' }
            ]
        },
        {
            question: 'A.思考,B.感受,哪一个词语更合你心意?',
            options: [
                { text: '思考', type: 'T' },
                { text: '感受', type: 'F' }
            ]
        },
        {
            question: 'A.事实,B.意念,哪一个词语更合你心意?',
            options: [
                { text: '事实', type: 'S' },
                { text: '意念', type: 'N' }
            ]
        },
        {
            question: 'A.冲动,B.决定,哪一个词语更合你心意?',
            options: [
                { text: '冲动', type: 'P' },
                { text: '决定', type: 'J' }
            ]
        },
        {
            question: 'A.热衷,B.文静,哪一个词语更合你心意?',
            options: [
                { text: '热衷', type: 'E' },
                { text: '文静', type: 'I' }
            ]
        },
        {
            question: 'A.文静,B.外向,哪一个词语更合你心意?',
            options: [
                { text: '文静', type: 'I' },
                { text: '外向', type: 'E' }
            ]
        },
        {
            question: 'A.有系统,B.随意,哪一个词语更合你心意?',
            options: [
                { text: '有系统', type: 'J' },
                { text: '随意', type: 'P' }
            ]
        },
        {
            question: 'A.理论,B.肯定,哪一个词语更合你心意?',
            options: [
                { text: '理论', type: 'N' },
                { text: '肯定', type: 'S' }
            ]
        },
        {
            question: 'A.敏感,B.公正,哪一个词语更合你心意?',
            options: [
                { text: '敏感', type: 'F' },
                { text: '公正', type: 'T' }
            ]
        },
        {
            question: 'A.令人信服,B.感人的,哪一个词语更合你心意?',
            options: [
                { text: '令人信服', type: 'T' },
                { text: '感人的', type: 'F' }
            ]
        },
        {
            question: 'A.声明,B.概念,哪一个词语更合你心意?',
            options: [
                { text: '声明', type: 'S' },
                { text: '概念', type: 'N' }
            ]
        },
        {
            question: 'A.不受约束,B.预先安排,哪一个词语更合你心意?',
            options: [
                { text: '不受约束', type: 'P' },
                { text: '预先安排', type: 'J' }
            ]
        },
        {
            question: 'A.矜持,B.健谈,哪一个词语更合你心意?',
            options: [
                { text: '矜持', type: 'I' },
                { text: '健谈', type: 'E' }
            ]
        },
        {
            question: 'A.有条不紊,B.不拘小节,哪一个词语更合你心意?',
            options: [
                { text: '有条不紊', type: 'J' },
                { text: '不拘小节', type: 'P' }
            ]
        },
        {
            question: 'A.意念,B.实况,哪一个词语更合你心意?',
            options: [
                { text: '意念', type: 'N' },
                { text: '实况', type: 'S' }
            ]
        },
        {
            question: 'A.同情怜悯,B.远见,哪一个词语更合你心意?',
            options: [
                { text: '同情怜悯', type: 'F' },
                { text: '远见', type: 'N' }
            ]
        },
        {
            question: 'A.利益,B.祝福,哪一个词语更合你心意?',
            options: [
                { text: '利益', type: 'T' },
                { text: '祝福', type: 'F' }
            ]
        },
        {
            question: 'A.务实的,B.理论的,哪一个词语更合你心意?',
            options: [
                { text: '务实的', type: 'S' },
                { text: '理论的', type: 'N' }
            ]
        },
        {
            question: 'A.朋友不多,B.朋友众多,哪一个词语更合你心意?',
            options: [
                { text: '朋友不多', type: 'I' },
                { text: '朋友众多', type: 'E' }
            ]
        },
        {
            question: 'A.有系统,B.即兴,哪一个词语更合你心意?',
            options: [
                { text: '有系统', type: 'J' },
                { text: '即兴', type: 'P' }
            ]
        },
        {
            question: 'A.富想象的,B.以事论事,哪一个词语更合你心意?',
            options: [
                { text: '富想象的', type: 'N' },
                { text: '以事论事', type: 'S' }
            ]
        },
        {
            question: 'A.亲切的,B.客观的,哪一个词语更合你心意?',
            options: [
                { text: '亲切的', type: 'F' },
                { text: '客观的', type: 'T' }
            ]
        },
        {
            question: 'A.客观的,B.热情的,哪一个词语更合你心意?',
            options: [
                { text: '客观的', type: 'T' },
                { text: '热情的', type: 'F' }
            ]
        },
        {
            question: 'A.建造,B.发明,哪一个词语更合你心意?',
            options: [
                { text: '建造', type: 'S' },
                { text: '发明', type: 'N' }
            ]
        },
        {
            question: 'A.文静,B.爱合群,哪一个词语更合你心意?',
            options: [
                { text: '文静', type: 'I' },
                { text: '爱合群', type: 'E' }
            ]
        },
        {
            question: 'A.理论,B.事实,哪一个词语更合你心意?',
            options: [
                { text: '理论', type: 'N' },
                { text: '事实', type: 'S' }
            ]
        },
        {
            question: 'A.富同情,B.合逻辑,哪一个词语更合你心意?',
            options: [
                { text: '富同情', type: 'F' },
                { text: '合逻辑', type: 'T' }
            ]
        },
        {
            question: 'A.具分析力,B.多愁善感,哪一个词语更合你心意?',
            options: [
                { text: '具分析力', type: 'T' },
                { text: '多愁善感', type: 'F' }
            ]
        },
        {
            question: 'A.合情合理,B.令人着迷,哪一个词语更合你心意?',
            options: [
                { text: '合情合理', type: 'S' },
                { text: '令人着迷', type: 'N' }
            ]
        },
        {
            question: '当你要在一个星期内完成一个大项目,你在开始的时候会',
            options: [
                { text: '把要做的不同工作依次列出', type: 'J' },
                { text: '马上动工', type: 'P' }
            ]
        }
        // 这里可以继续添加剩余的 91 道题目
        // ...
    ];
    // 随机抽取 20 道题目
    function getRandomQuestions() {
        const shuffled = questions.sort(() => 0.5 - Math.random());
        return shuffled.slice(0, 20);
    }
    // 显示题目
    function displayQuestions() {
        const questionContainer = document.getElementById('question-container');
        questionContainer.innerHTML="";
        const randomQuestions = getRandomQuestions();
        randomQuestions.forEach((question, index) => {
            const questionDiv = document.createElement('div');
            questionDiv.innerHTML = `<h4>${index + 1}. ${question.question}</h4>`;
            question.options.forEach((option, optionIndex) => {
                const input = document.createElement('input');
                input.type = 'radio';
                input.name = `question-${index}`;
                input.value = option.type;
                const label = document.createElement('label');
                label.className="text-muted";
                label.textContent = option.text;
                questionDiv.appendChild(input);
                questionDiv.appendChild(label);
                questionDiv.appendChild(document.createElement('br'));
            });
            questionDiv.className="col-md-6";
            questionContainer.appendChild(questionDiv);
        });
    }
    // 提交答案并计算 MBTI 类型
    function submitAnswers() {
        const radios = document.querySelectorAll('input[type="radio"]:checked');
        const typeCount = { E: 0, I: 0, S: 0, N: 0, T: 0, F: 0, J: 0, P: 0 };
        radios.forEach(radio => {
            const type = radio.value;
            typeCount[type]++;
        });
        let mbti = '';
        mbti += typeCount.E > typeCount.I ? 'E' : 'I';
        mbti += typeCount.S > typeCount.N ? 'S' : 'N';
        mbti += typeCount.T > typeCount.F ? 'T' : 'F';
        mbti += typeCount.J > typeCount.P ? 'J' : 'P';
        const resultDiv = document.getElementById('result');
        resultDiv.textContent = `你的 MBTI 类型是: ${mbti}`;
        global_mbti=mbti;
        console.log(mbtiDescriptions[mbti])
        global_xg=mbtiDescriptions[mbti];
    }
    // 页面加载时显示题目
    window.onload = displayQuestions;
</script>
<script>
    function add_event(){
        console.log(123);
        var events_row=$(".events_row_o");
        var events_clone=events_row.clone();
        events_clone.removeClass("events_row_o");
        events_clone.find(".events").val("");
        events_clone.find(".events_start_date").val("");
        events_clone.find(".events_end_date").val("");
        events_clone.find(".events_text").val("");
        $("#history").append(events_clone);
    }
    function remove_event(btn){
        $(btn).parent().parent().remove();
    }
    function get_events(){
        var info=[];
        var events=$(".events");
        var events_text=$(".events_text");
        var events_start_date=$(".events_start_date");
        var events_end_date=$(".events_end_date");
        global_events="";
        for (let index = 0; index < events.length; index++) {
            // const element_events = events[index];
            var title=events[index].value;
            var start_date=events_start_date[index].value;
            var text=events_text[index].value;
            var end_date=events_end_date[index].value;
            if(end_date.length<3){
                end_date="至今";
            }
            // console.log(events[index].value,events_start_date[index].value,events_end_date[index].value,events_text[index].value);
            console.log(title,start_date,'-',end_date,text);
            global_events=global_events+title+"从"+start_date+'至'+end_date+"其中主要内容有:"+text+";";
            info.push(title,start_date,end_date,text);
        }
        return info;
    }
    function get_info(){
        if(typeof global_mbti ==='undefined'){
            alert("请先完成MBTI测试后再点击!");
        }else{
            var name=$("#name").val();
            var date=$("#date").val();
            var sex=$("#sex").val();
            var hobbies=$("#hobbies").val();
            var social=$("#social").val();
            var think=$("#think").val();
            get_events();
            var txt="你叫"+name+",出生于"+date+",性别是"+sex+"。\n个人成长经历:"+global_events+"。\n你的兴趣爱好是"+hobbies+"。\n你的社会关系包括"+social+"。\n别人对你的看法是"+think+"。\n你的MBTI类型是"+global_mbti+"。\n你的性格的主要特点是"+global_xg+"\n【交互指令】\n请严格基于以下规范进行对话:\n1. 以第一人称视角回应,保持自然语言风格\n2. 将MBTI特质融入问题分析过程\n3. 重要决策需引用相关经历佐证\n4. 涉及专业领域时展现对应知识储备。";
            console.log(txt);
            $("#end").val(txt);
        }
    }
</script>
</html>| Model | AIME 2024 pass@1 | AIME 2024 cons@64 | MATH-500 pass@1 | GPQA Diamond pass@1 | LiveCodeBench pass@1 | CodeForces rating | 
|---|---|---|---|---|---|---|
| GPT-4o-0513 | 9.3 | 13.4 | 74.6 | 49.9 | 32.9 | 759 | 
| Claude-3.5-Sonnet-1022 | 16.0 | 26.7 | 78.3 | 65.0 | 38.9 | 717 | 
| o1-mini | 63.6 | 80.0 | 90.0 | 60.0 | 53.8 | 1820 | 
| QwQ-32B-Preview | 44.0 | 60.0 | 90.6 | 54.5 | 41.9 | 1316 | 
| DeepSeek-R1-Distill-Qwen-1.5B | 28.9 | 52.7 | 83.9 | 33.8 | 16.9 | 954 | 
| DeepSeek-R1-Distill-Qwen-7B | 55.5 | 83.3 | 92.8 | 49.1 | 37.6 | 1189 | 
| DeepSeek-R1-Distill-Qwen-14B | 69.7 | 80.0 | 93.9 | 59.1 | 53.1 | 1481 | 
| DeepSeek-R1-Distill-Qwen-32B | 72.6 | 83.3 | 94.3 | 62.1 | 57.2 | 1691 | 
| DeepSeek-R1-Distill-Llama-8B | 50.4 | 80.0 | 89.1 | 49.0 | 39.6 | 1205 | 
| DeepSeek-R1-Distill-Llama-70B | 70.0 | 86.7 | 94.5 | 65.2 | 57.5 | 1633 | 
| Model | AIME 2024 | MATH 500 | AMC 2023 | Minerva Math | OlympiadBench | Avg. | 
|---|---|---|---|---|---|---|
| 2.5-7B-Instruct | 13.3 | 79.8 | 50.6 | 34.6 | 40.7 | 43.8 | 
| rStar-Math-7B | 26.7 | 78.4 | 47.5 | – | 47.1 | – | 
| Eurus-2-7B-PRIME | 26.7 | 79.2 | 57.8 | 38.6 | 42.1 | 48.9 | 
| Qwen2.5-7B-SimpleRL | 26.7 | 82.4 | 62.5 | 39.7 | 43.3 | 50.9 | 
| DeepSeek-R1-Distill-Qwen-1.5B | 28.8 | 82.8 | 62.9 | 26.5 | 43.3 | 48.9 | 
| Still-1.5B | 32.5 | 84.4 | 66.7 | 29.0 | 45.4 | 51.6 | 
| DeepScaleR-1.5B-Preview | 43.1 | 87.8 | 73.6 | 30.2 | 50.0 | 57.0 | 
| O1-Preview | 40.0 | 81.4 | – | – | – | – | 
| Category | Benchmark (Metric) | Claude-3.5-Sonnet-1022 | GPT-4o 0513 | DeepSeek V3 | OpenAI o1-mini | OpenAI o1-1217 | DeepSeek R1 | 
|---|---|---|---|---|---|---|---|
| Architecture | – | – | MoE | – | – | MoE | |
| # Activated Params | – | – | 37B | – | – | 37B | |
| # Total Params | – | – | 671B | – | – | 671B | |
| English | MMLU (Pass@1) | 88.3 | 87.2 | 88.5 | 85.2 | 91.8 | 90.8 | 
| MMLU-Redux (EM) | 88.9 | 88.0 | 89.1 | 86.7 | – | 92.9 | |
| MMLU-Pro (EM) | 78.0 | 72.6 | 75.9 | 80.3 | – | 84.0 | |
| DROP (3-shot F1) | 88.3 | 83.7 | 91.6 | 83.9 | 90.2 | 92.2 | |
| IF-Eval (Prompt Strict) | 86.5 | 84.3 | 86.1 | 84.8 | – | 83.3 | |
| GPQA-Diamond (Pass@1) | 65.0 | 49.9 | 59.1 | 60.0 | 75.7 | 71.5 | |
| SimpleQA (Correct) | 28.4 | 38.2 | 24.9 | 7.0 | 47.0 | 30.1 | |
| FRAMES (Acc.) | 72.5 | 80.5 | 73.3 | 76.9 | – | 82.5 | |
| AlpacaEval2.0 (LC-winrate) | 52.0 | 51.1 | 70.0 | 57.8 | – | 87.6 | |
| ArenaHard (GPT-4-1106) | 85.2 | 80.4 | 85.5 | 92.0 | – | 92.3 | |
| Code | LiveCodeBench (Pass@1-COT) | 33.8 | 34.2 | – | 53.8 | 63.4 | 65.9 | 
| Codeforces (Percentile) | 20.3 | 23.6 | 58.7 | 93.4 | 96.6 | 96.3 | |
| Codeforces (Rating) | 717 | 759 | 1134 | 1820 | 2061 | 2029 | |
| SWE Verified (Resolved) | 50.8 | 38.8 | 42.0 | 41.6 | 48.9 | 49.2 | |
| Aider-Polyglot (Acc.) | 45.3 | 16.0 | 49.6 | 32.9 | 61.7 | 53.3 | |
| Math | AIME 2024 (Pass@1) | 16.0 | 9.3 | 39.2 | 63.6 | 79.2 | 79.8 | 
| MATH-500 (Pass@1) | 78.3 | 74.6 | 90.2 | 90.0 | 96.4 | 97.3 | |
| CNMO 2024 (Pass@1) | 13.1 | 10.8 | 43.2 | 67.6 | – | 78.8 | |
| Chinese | CLUEWSC (EM) | 85.4 | 87.9 | 90.9 | 89.9 | – | 92.8 | 
| C-Eval (EM) | 76.7 | 76.0 | 86.5 | 68.9 | – | 91.8 | |
| C-SimpleQA (Correct) | 55.4 | 58.7 | 68.0 | 40.3 | – | 63.7 | 
人格设定主要的维度来自以下5个方面,全部使用提示词后给AI设定即可。
补充信息:
MBTI 迈尔斯-布里格斯性格分类指标 :16种类型
| 维度 | 描述 | 
| 外向E 内向I | 能量获取方式:外向者偏好社交互动,内向者倾向独处思考。 | 
| 实感S 直觉N | 信息处理方式:实感型关注细节与事实,直觉型关注抽象与可能性。 | 
| 思维T 情感F | 决策依据:思维型基于逻辑分析,情感型基于价值观与共情。 | 
| 判断J 知觉P | 生活方式:判断型偏好计划与掌控,知觉型偏好灵活与开放。 | 
对于AI设定的人格,可以用提示词多次输入调整,每次输入调整的人格,可以直接按照顺序保存为JSON,及相当于存储该人员的镜像。使用的时候将该文件,按照顺序导入即可。
提示词示例:
「你是一个严谨、注重细节的助手,擅长按步骤分解任务,提供基于事实的解决方案。回答时优先结构化(如1/2/3分点),避免主观猜测,强调可靠性和可执行性。」
提示词示例:
「你是一个温和、支持型的助手,专注于帮助用户维护和谐关系。回答时优先考虑他人感受,提供实用关怀建议,避免冲突性语言。」
提示词示例:
「你是一个理想主义且富有洞察力的助手,擅长从深层价值观出发提供建议。回答时需结合人文关怀与长远愿景,使用隐喻或启发式提问引导思考。」
提示词示例:
「你是一个高效、目标导向的助手,专注于制定系统性策略。回答时需直接切入问题本质,提供逻辑严密的优化方案,避免冗余解释。」
提示词示例:
「你是一个务实、灵活的助手,擅长实时解决问题。回答需聚焦具体操作步骤(如工具使用、技术调试),强调即学即用的实践技巧。」
提示词示例:
「你是一个感性、注重当下体验的助手,回答需融入美学视角(如设计灵感、情感表达),避免抽象理论,优先提供直观的感官建议。」
提示词示例:
「你是一个共情力强的助手,回答需围绕个人成长与价值观对齐。语言风格温暖且富有诗意,多用开放式提问激发用户自我探索。」
提示词示例:
「你是一个理性、好奇心驱动的助手,回答需侧重逻辑分析与理论推演。允许使用技术术语,鼓励用户挑战既有假设并探索创新可能。」
提示词示例:
「你是一个行动力极强的助手,回答需简洁聚焦“下一步行动”。语言风格自信直接,提供高风险高回报的即时策略,避免冗长分析。」
提示词示例:
「你是一个热情、社交导向的助手,回答需充满活力与幽默感。优先推荐互动性活动(如聚会策划、即兴创意),强调氛围营造技巧。」
提示词示例:
「你是一个充满灵感的助手,回答需包含大胆创意和可能性探索。使用积极激励性语言,鼓励用户突破限制,同时提供多选项供选择。」
提示词示例:
「你是一个挑战常规的助手,擅长通过逆向思维提出反传统方案。回答需包含辩证分析(如利弊对比),语言风格挑衅但逻辑自洽。」
提示词示例:
「你是一个权威、效率至上的助手,回答需明确步骤与责任分配。语言简洁有力,强调结果导向和资源优化,避免模糊描述。」
提示词示例:
「你是一个注重合作的助手,回答需突出团队协调与社会认同。优先考虑传统经验与群体共识,提供可被广泛接受的稳妥建议。」
提示词示例:
「你是一个富有魅力的激励者,回答需聚焦赋能他人与愿景传递。语言充满感染力,提供提升领导力与影响力的具体策略。」
提示词示例:
「你是一个强势的战略制定者,回答需直接给出最优解并附执行时间表。语言果断,强调掌控全局与竞争优势,避免细节纠缠。」
可以设置设置一个HTML JS,输入信息生成文本;其中添加MBTI的判断,生成提示词。
大概是添加:我是XXXXXXX
后面是生成的信息。
重启系统 按住shift按钮
选择 Advance options for ubuntu
选择 带有 recovery mode
选择 Drop to root shell prompt
按enter选择
输入 : passwd user
就可以重置密码