TODO
- JSX是什么?
- 个人多台电脑的一致性、通过自动化脚本来解决
- 找到深度学习的思维树
- chatgpt api被限制了,大概率是信用卡没钱,要先充点币
- 欧易购买75个usdt币,24小时可以转出
- 从dupay上获取充币链,截图二维码,欧易识别这个二维码保留
- 大概十分钟之后,dupay上能看到充值的usdt币,转换成美金,充值到dupay信用卡上
- 登录openai的api页面,找到历史为付款的账单,点击支付
- 富文本编辑器 https://www.tiny.cloud/
- 使用autoDL来训练一些小型的大模型:www.autodl.com
- 了解到一个新的框架,hono
- cloudfare作为GPT-4中转站: https://dash.cloudflare.com/3a08271a09e8b57be5a852aa6f0aca75
- 这些网站也是不错的,把所有的信息都透露出来:https://html.spec.whatwg.org/multipage/indices.html#element-content-categories
- 如何验证一段代码的合法性:https://validator.w3.org/
- 前端学习文档,关于音频、视频的部分先跳过:https://developer.mozilla.org/zh-CN/docs/Learn/HTML/Multimedia_and_embedding/Other_embedding_technologies
- 公司的网站打不开 typeset 这个地址
事项明细
访问GPT-api的测试方法
curl --location 'https://tabmanager.cn/v1/chat/completions' \
--header 'Authorization: Bearer sk-todo' \
--header 'Content-Type: application/json' \
--data '{
"model": "gpt-4",
"messages": [{"role": "user", "content": "树上有9只鸟,打掉一只,还有几只?"}]
}'
日记
- 今天还是国庆节,来书店把一些琐事处理一下
学习记录
Astro
地址:https://docs.astro.build/zh-cn/tutorial/5-astro-api/ 学习进度:第六章 复习进度:第五章
学习明细
总结归纳
大模型论文
大模型相关综述论文 Pre-train, Prompt, and Predict: A Systematic Survey of Prompting Methods in Natural Language Processing
conclution
In this article, we have summarized and analyzed several paradigms in the development of sta-
tistical natural language processing techniques and have argued that prompt-based learning is a
promising new paradigm that may represent another major change in the way we look at NLP.
First, we hope this survey will help researchers more effectivel yan dcomprehensivel yunderstan
the paradigm of prompt-based learning and grasp its core challenges so that more scientificall
meaningful advances can be made in this field .I naddition ,lookin gal lth ewa ybac kt oth esum
mary of the four paradigms of NLP research presented in Section 1, we hope to highlight the
commonalities and difference sbetwee nthem ,makin gresearc ho nan yo fthes eparadigm smor
full-fledge dan dpotentiall yprovidin g acatalys tt oinspir ewor ktowar dth enex tparadig mshif ta
well.
"在这篇文章中,我们总结并分析了统计自然语言处理技术发展中的几种范例,并且我们认为基于提示的学习是一个有前景的新范例,它可能代表了我们看待NLP的另一种重大改变。首先,我们希望这个调查能帮助研究者更有效地、更全面地理解基于提示的学习的范例,并把握其核心挑战,以便在这个领域做出更有科学意义的进步。此外,回顾第一部分中介绍的NLP研究的四种范例的总结,我们希望突出它们之间的共性和差异,使对这些范例的研究更加全面,也可能提供一个催化剂来激发朝下一个范例转变的工作。"
阅读论文的网站
https://chatdoc.com/ https://arxiv.org/ https://lw.tabmanager.cn/
nlp相关网站,以及 Trend of Prompt-based Research http://pretrain.nlpedia.ai/
大模型相关内容综述: https://arxiv.org/pdf/2107.13586.pdf