Büyük Model
Temel ve kavram
Prompt
Çince çeviri: hızlı kelimeler
Bir makineye ait talimatlar, programlama diline benzer.
Token
Kararlı olmak için.
LLMGenericName
Çince çeviri: büyük model
Öz: Bir dizi algoritma, bir fonksiyona benzer.
Genel Modeller
- OpenAI: GDO - 3.5/GDO - 4/GDO - 4V/DALL-Whisper
- K3b: LLama2 (açık kaynak) @ info: whatsthis
GDO Modeli
LLM'nin halüsinasyonları.
Modelin eğitim sürecinde karşılaştığı bilgi miktarı çok büyük olduğu için, mükemmel gördüğü tüm bilgileri hatırlayamaz. Açık bir sorun ise, modelin kendi bilgi sınırını bilmemesidir.
Bu demek oluyor ki, modeller kulağa inandırıcı gelen ama aslında "halüsinasyon" dediğimiz belirsiz konulara cevap verirken doğru olmayan yanıtlar üretebilirler.
Örneğin, şu örnek, sorduğumuz zaman:
Araç Çubuğu
Bana Boy'un, Ultra Slim akıllı diş fırçasını anlat.
Aralarında şirket adı da var, ama ürün adı bizim tarafımızdan uydurulmuş. Bu durumda, model hala kurgusal ürünün oldukça gerçekçi bir tarifini verecek.
Bu yanılsamayı azaltmak için kullanılabilecek iki strateji vardır:
- ISO 1: Verilen metine dayanarak ilgili referanslar bulmak ve soruları cevaplamak için modele ihtiyaç duymalısınız. @ info: whatsthis
- Cevabın kaynağına kadar takip et.
Sıcaklık
Çeviri: Sıcaklık
Bu modelin ortak paydasıdır, ve isteğe bağlı değer: 0room1.
-
Sıcaklık 0 ise, cevabın daha kesin ve sabit olduğu anlamına gelir, ve her seferinde aynı çıktı sonucunu beklemek için uygundur.
-
Sıcaklık 0.7 olduğunda cevabın daha rastgele ve yaratıcı olduğu ve her seferinde farklı çıkış sonuçları beklendiği anlamına gelir.

Örneğin, "En sevdiğim yemek" cevabını verirken. Bu soruna gelince, farklı yiyecekler olasılığı farklıdır.
Sıcaklık 0 olduğunda, model her zaman en olası olanı seçer, yani pizza.
Sıcaklık 0.3 olduğunda, modelin düşük olasılıklı diğer yiyecekleri seçmesi mümkündür.
Sıcaklık 0.7 olduğunda, modelin daha az olası olan diğer yiyecekleri seçmesi mümkündür.
LLM'nin amacı
Sağduyulu ol.
Niyeti tanımla
Sınıflandırma
Adım adım: Eyalet Makinesi
Ek fonksiyon parametreleri (harika)
Genel istemli cümle kalıpları
Özet
NASCARName
Tatlandırılmış@ info: whatsthis
Summarize the text delimited by triple quotes.
"""insert text here"""
Şu şekilde:
Eğer...
You will be provided with meeting notes, and your task is to summarize the meeting as follows:
-Overall summary of discussion
-Action items (what needs to be done and who is doing it)
-If applicable, a list of topics that need to be discussed more fully in the next meeting.
Arkaplan
Size temin edilecek.
You will be provided with xxx (delimited with XML tags) about xxx topic.
First xxx.
Then xxx and xxx.
Adım adım
Use the following step-by-step instructions to respond to user inputs.
Step 1 - The user will provide you with text in triple quotes. Summarize this text in one sentence with a prefix that says "Summary: ".
Step 2 - Translate the summary from Step 1 into Spanish, with a prefix that says "Translation: ".
Tutarlılık
Answer in a consistent style.
Q: Teach me about patience.
A: The river that carves the deepest valley flows from a modest spring; the grandest symphony originates from a single note; the most intricate tapestry begins with a solitary thread.
Q: Teach me about the ocean.
Sınır Uzunluğu
Üç ana nokta var.
Summarize the text delimited by triple quotes in 3 bullet points.
Summarize the text delimited by triple quotes in 2 paragraphs.
Summarize the text delimited by triple quotes in about 50 words. // 3 个要点
Alanı sınırla
Çok iyi
Draft a company memo to be distributed to all employees. The memo should cover the following specific points without deviating from the topics mentioned and not writing any fact which is not present here:
xxxx
Sınıflandırma
You will be provided with a tweet, and your task is to classify its sentiment as positive, neutral, or negative.
Amacımız var.
You will be provided with customer service queries. Classify each query into a primary category and a secondary category. Provide your output in json format with the keys: primary and secondary.
Primary categories: Billing, Technical Support, Account Management, or General Inquiry.
Billing secondary categories:
- Unsubscribe or upgrade
- Add a payment method
- Explanation for charge
- Dispute a charge
Technical Support secondary categories:
- Troubleshooting
- Device compatibility
- Software updates
Account Management secondary categories:
- Password reset
- Update personal information
- Close account
- Account security
General Inquiry secondary categories:
- Product information
- Pricing
- Feedback
- Speak to a human
Roller ve görevler
your task is to xxx it in a concise way.
Kısaltma@ info: whatsthis
explain it in a concise way.
Hedef Kullanıcı
İkinci sınıfa.
Summarize content you are provided with for a second-grade student.
Biçim
Çıktı Nokta Listesi Biçiminde
Provide your answer in bullet point form.
Çıktı
- Kullanması kolay.
- Fiyat için iyi bir değer sağlıyor.
- Yüksek kalite ve dayanıklılık
- Taşıması zor.
- Saklaması zor.
Sipariş edilmiş bir liste
Numaralı bir liste
create a numbered list of turn-by-turn directions from it.
Desteklenen Biçim
格式类型 | 例子 |
---|---|
编号列表 | 1. 打开浏览器2. 输入网址3. 浏览内容 |
圆点列表 | - 苹果- 香蕉- 橙子 |
表格 | |
代码块 | pythonprint("Hello, world!") |
标题和子标题 | ## 主标题### 子标题 |
JSON格式 | { "name": "John", "age": 30, "city": "New York" } |
思维导图格式 | |
markdown格式 |