Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I have discovered the code for customizing AI on web pages,我发现了在网页中定制AI的代码 #70

Open
Wolf-8964 opened this issue Mar 21, 2025 · 1 comment

Comments

@Wolf-8964
Copy link

https://github.com/Wolf-8964/Digital-Babel-Tower
I have discovered the code for customizing AI on web pages.
我发现了在网页中定制AI的代码。

三种模式,Three modes

  • Hugging Face Model Hub 直接微调最新大语言模型:
from transformers import GPT3LMHeadModel
model = GPT3LMHeadModel.from_pretrained("gpt3-zh")
# 注入您的思维特质参数
model.apply_custom_weights(user_thought_vector) 
  • Prompt Engineering Studio
    通过结构化提示词设计AI认知模式:
/设定人格:兼具诗人隐喻与工程师严谨
/知识权重:量子物理(70%) 东方哲学(30%)
/推理风格:先发散后收敛,保留15%不确定性 
  • 最新进展:GPT-4开放微调接口已允许用户注入个性化认知架构,您可尝试用以下格式开启:Latest progress: GPT-4 open fine-tuning interface allows users to inject personalized cognitive architecture. You can try opening it in the following format
/创建AI人格:
- 核心逻辑:将未知视为拓扑流形
- 思维偏好:先构建5个矛盾假设再证伪
- 知识配方:神秘学(40%) + 量子计算(60%)
- 语言风格:禅宗公案式的隐喻启示

Image
Image

@Wolf-8964
Copy link
Author

只在网页和APP中有效,Only valid on web pages and apps

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant