deepseek-ai / deepseek-ai/profile-data
请教个问题,如何引起开发者注意?May I ask a question on how to attract the attention of developers?
- Dominant language
- No language data
- Stars
- 1.2k
- Forks
- 152
- PR merge metrics
- No merged PRs in 30d
Description
请教个问题,如何引起开发者注意?May I ask a question on how to attract the attention of developers?
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%)
- 语言风格:禅宗公案式的隐喻启示
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.