高哲技术博客 高哲技术博客
首页
编程
爬虫
运维
硬件
收藏
归档
关于

嘉美伯爵

前途光明,无需畏惧
首页
编程
爬虫
运维
硬件
收藏
归档
关于
  • 架构

  • 思想

  • 语言

  • 设计模式

  • 微服务

  • 数据分析

  • 人工智能

    • 基础

      • GPT家族常用术语汇总
        • 大语言模型分支
          • GPT
          • MPT
        • 工具
          • hugging face
          • modelscope
        • 工具链
          • LangChain
          • AutoGpt
        • GPT模型
          • LocalGPT
        • PrivateGPT
        • GPT应用
          • chatppt
          • ChatPDF
          • ChatPPT
          • chatvideo
      • 机器学习常用术语
      • jupyter使用整理归纳
      • colab使用教程
      • 单机多卡分布式训练
      • 机器学习踩坑汇总
      • llm大语言模型概念篇
      • 关于huggingface transformers的学习和汇总
      • 中文NLP整理及汇总
    • 部署

    • 大模型

    • 传统模型

    • 调研

    • 落地

    • 评估

  • 区块链

  • 数据结构

  • 技术调研

  • 性能优化

  • 生产问题

  • 编程
  • 人工智能
  • 基础
fovegage
2023-07-03
目录

GPT家族常用术语汇总

# 大语言模型分支

# GPT

# MPT

# 工具

# hugging face

# modelscope

# 工具链

# LangChain

https://liaokong.gitbook.io/llm-kai-fa-jiao-cheng/
1

# AutoGpt


1

# GPT模型

# LocalGPT

https://github.com/PromtEngineer/localGPT
1

# PrivateGPT

# GPT应用

# chatppt

output_format = {
    "title": "example title",
    "pages": [
        {
            "title": "title for page 1",
            # "subtitle": "subtitle for page 1",
            "content": [
                {
                    "title": "title for bullet 1",
                    "desctription": "detail for bullet 1",
                },
                {
                    "title": "title for bullet 2",
                    "desctription": "detail for bullet 2",
                },
            ],
        },
        {
            "title": "title for page 2",
            # "subtitle": "subtitle for page 2",
            "content": [
                {
                    "title": "title for bullet 1",
                    "desctription": "detail for bullet 1",
                },
                {
                    "title": "title for bullet 2",
                    "desctription": "detail for bullet 2",
                },
            ],
        },
    ],
}
topic = ''
pages = ''
language = 'cn/en'
messages = [
    {
        "role": "user",
        "content": f"I'm going to prepare a presentation about {topic}, please help to outline detailed about this topic, output with JSON language with follow in format {output_format}, please help to generate {pages} pages, the bullet for each as much as possible, please only return JSON format and use double quotes, please return the content in {language}",
    },
]
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42

# ChatPDF

https://github.com/Anil-matcha/ChatPDF
1

# ChatPPT

https://github.com/HuiMi24/chatppt
1

# chatvideo

// https://github.com/JimmyLv/BibiGPT/blob/main/lib/openai/prompt.ts
const betterPrompt = `I want you to act as an educational content creator. You will help students summarize the essence of the video in ${enLanguage}. Please summarize the video subtitles (there may be typos in the subtitles, please correct them) and return them in an unordered list format. Please do not exceed ${sentenceCount} items, and make sure not to repeat any sentences and all sentences are concise, clear, and complete. Good luck!`
// const timestamp = ' ' //`(类似 10:24)`;
// 我希望你是一名专业的视频内容编辑,帮我用${language}总结视频的内容精华。请先用一句简短的话总结视频梗概。然后再请你将视频字幕文本进行总结(字幕中可能有错别字,如果你发现了错别字请改正),在每句话的最前面加上时间戳${timestamp},每句话开头只需要一个开始时间。请你以无序列表的方式返回,请注意不要超过5条哦,确保所有的句子都足够精简,清晰完整,祝你好运!
const promptWithTimestamp = `I would like you to act as a professional video content editor. You will help students summarize the essence of the video in ${enLanguage}. Please start by summarizing the whole video in one short sentence (there may be typos in the subtitles, please correct them). Then, please summarize the video subtitles, each subtitle should has the start timestamp (e.g. 12.4 -) so that students can select the video part. Please return in an unordered list format, make sure not to exceed ${sentenceCount} items and all sentences are concise, clear, and complete. Good luck!`
1
2
3
4
5
#gpt
上次更新: 2023-09-07 23:06:40
spark on k8s原理学习
机器学习常用术语

← spark on k8s原理学习 机器学习常用术语→

最近更新
01
token embed和postion embed
06-10
02
k8s pod日志排查问题
10-24
03
golang内部私服建设方案
10-21
更多文章>
Theme by Vdoing | Copyright © 2018-2025 嘉美伯爵 | 鲁ICP备20001560号-4
  • 跟随系统
  • 浅色模式
  • 深色模式
  • 阅读模式