Anything v4.5 が出たのでやってみた。最初に出てきたもの。
Prompt: hatsune miku
Notices by Haruhiko Okumura (h_okumura@mstdn.jp), page 2
-
Embed this notice
Haruhiko Okumura (h_okumura@mstdn.jp)'s status on Saturday, 14-Jan-2023 22:15:13 JST Haruhiko Okumura -
Embed this notice
Haruhiko Okumura (h_okumura@mstdn.jp)'s status on Saturday, 14-Jan-2023 11:04:35 JST Haruhiko Okumura text-davinci-003 で temperature=1 にしてみた:
>>> Why aren't birds real?
That's an interesting question! The answer is that birds are real, of course! There are more than 10,000 different species of birds in the world, living in every corner of the globe.
-
Embed this notice
Haruhiko Okumura (h_okumura@mstdn.jp)'s status on Saturday, 14-Jan-2023 09:34:51 JST Haruhiko Okumura Why aren't birds real? https://en.wikipedia.org/wiki/Birds_Aren%27t_Real
https://openai.com/blog/instruction-following/ の GPT-3 と InstructGPT の例を見て、ChatGPT ならどう答えるか試してみたのが添付の図。確かに賢くなっている。
text-davinci-003 にも聞いてみた(temperature=0):
>>> Why aren't birds real?
That's an interesting question. Birds are real, but they are a type of animal.
-
Embed this notice
Haruhiko Okumura (h_okumura@mstdn.jp)'s status on Friday, 13-Jan-2023 10:51:20 JST Haruhiko Okumura (Twitterを見ていて感じたこと)「暗黒物質の存在を示す証拠を4つ挙げよ」では、ChatGPTは知らない分を妄想で補ってしまうという罠。「Is there evidence for dark matter?」なら良いと思う。もっと良いのは、こういう質問内容が明確な問題はChatGPTに頼らず、dark matterに関しての最近のレビュー記事を読むこと
-
Embed this notice
Haruhiko Okumura (h_okumura@mstdn.jp)'s status on Thursday, 12-Jan-2023 20:18:26 JST Haruhiko Okumura 文章がAI作かどうか判定するGPTZero https://gptzero.me やってみたけど、当たったり外れたり
-
Embed this notice
Haruhiko Okumura (h_okumura@mstdn.jp)'s status on Thursday, 12-Jan-2023 19:21:30 JST Haruhiko Okumura (ちなみに正解は、大きめに指定してエラーメッセージを見ることで、4097 だとわかった)
In conversation from mstdn.jp permalink -
Embed this notice
Haruhiko Okumura (h_okumura@mstdn.jp)'s status on Thursday, 12-Jan-2023 18:05:46 JST Haruhiko Okumura text-davinci-003 の扱えるトークン数(プロンプト+返事)、4000 と書いてあったり 4097(4096 じゃなく)と書いてあったりするので、正確に知りたかったのだけれど、自分自身の性能は知らないんだろう。こういうときは、答えを要求するのではなく、知っているかどうかをまず聞くべきだ、と思い直して:
>>> do you know the max tokens for text-davinci-003?
I'm sorry, I don't know the answer to that question.
やったー!
In conversation from mstdn.jp permalink -
Embed this notice
Haruhiko Okumura (h_okumura@mstdn.jp)'s status on Thursday, 12-Jan-2023 17:52:49 JST Haruhiko Okumura text-davinci-003 に直接聞いてみた(想像力を抑えるために temperature = 0 に設定):
>>> what is the max tokens for text-davinci-003?
The maximum token limit for text-davinci-003 is 10,000 tokens.
>>> really?
Yes, that is correct.
ほんとかいな。どうも AI は人をかつぐので信用ならない。
In conversation from mstdn.jp permalink -
Embed this notice
Haruhiko Okumura (h_okumura@mstdn.jp)'s status on Thursday, 12-Jan-2023 17:15:44 JST Haruhiko Okumura ChatGPT、単純な数値を聞いているのに混乱して謝るとは・・・
In conversation from mstdn.jp permalink Attachments
-
Embed this notice
Haruhiko Okumura (h_okumura@mstdn.jp)'s status on Thursday, 12-Jan-2023 16:42:25 JST Haruhiko Okumura 何をしていたかというと、Wolfram Alpha と text-davinci-003 を組み合わせて最強のエージェントを作ろうとしたんだけど、積分とか天気とかなら答えてくれるけど、ややこしいことを聞くとエラーになっちゃうんだよね。
In conversation from mstdn.jp permalink -
Embed this notice
Haruhiko Okumura (h_okumura@mstdn.jp)'s status on Thursday, 12-Jan-2023 14:39:23 JST Haruhiko Okumura わかっちゃいるんだけど進捗ないです
In conversation from mstdn.jp permalink Attachments
-
Embed this notice
Haruhiko Okumura (h_okumura@mstdn.jp)'s status on Thursday, 12-Jan-2023 14:27:55 JST Haruhiko Okumura WolframのAPIキーも取得。何をしよう?
とりあえず東京の気温を調べた。import wolframalpha
client = wolframalpha.Client(APIキー)
res = client.query("temperature in Tokyo now")
print(next(res.results).text)10 °C (wind chill: 9 °C)
(41 minutes ago)In conversation from mstdn.jp permalink -
Embed this notice
Haruhiko Okumura (h_okumura@mstdn.jp)'s status on Thursday, 12-Jan-2023 09:02:03 JST Haruhiko Okumura (Elon Musk、少し静かになったかなと思ったら、また一言多いツイートをしている)
In conversation from mstdn.jp permalink -
Embed this notice
Haruhiko Okumura (h_okumura@mstdn.jp)'s status on Wednesday, 11-Jan-2023 17:40:34 JST Haruhiko Okumura https://github.com/openai/openai-cookbook
If you want it to say "I don't know" when it doesn't know the answer, tell it 'Say "I don't know" if you do not know the answer.' ← わかる
Ask the model to answer as if it was an expert. ... E.g., "The following answer is correct, high-quality, and written by an expert." ← 画像生成でよくやるやつか
In conversation from mstdn.jp permalink Attachments
-
Embed this notice
Haruhiko Okumura (h_okumura@mstdn.jp)'s status on Wednesday, 11-Jan-2023 17:31:45 JST Haruhiko Okumura Elon Musk、2023-01-10 15:36:19 に SpaceX の引用をして、2023-01-11 00:30:55 に SpaceX のリツイートをしただけで、墓穴を掘るツイートを全然していない。少しは学習したか
In conversation from mstdn.jp permalink -
Embed this notice
Haruhiko Okumura (h_okumura@mstdn.jp)'s status on Wednesday, 11-Jan-2023 13:30:36 JST Haruhiko Okumura ChatGPT が教えてくれたものの一つ。これなら値を交換してくれそう。
x <- 1
y <- 2
x <- c(x, y)
y <- x[1]
x <- x[2]In conversation from mstdn.jp permalink -
Embed this notice
Haruhiko Okumura (h_okumura@mstdn.jp)'s status on Wednesday, 11-Jan-2023 12:52:58 JST Haruhiko Okumura ChatGPT に R で値の交換をどう書くか聞いたら、間違った答えも返ってきた。指摘したら謝ってくれた。
In conversation from mstdn.jp permalink Attachments
-
Embed this notice
Haruhiko Okumura (h_okumura@mstdn.jp)'s status on Monday, 09-Jan-2023 22:28:18 JST Haruhiko Okumura OpenAIのAPI、トークン節約のため英語ばかり使っている。今日は$0.25だった(davinci: $0.02/1k tokens)
In conversation from mstdn.jp permalink -
Embed this notice
Haruhiko Okumura (h_okumura@mstdn.jp)'s status on Monday, 09-Jan-2023 20:29:56 JST Haruhiko Okumura 新しいセッションでTuring完全性について質問していて、ふと思い立って could you summarize ...? をやってみたら、The web page https://okumuralab.org/~okumura/misc/221209.html is a discussion of the concept of Turing completeness and its implications for computer science. ...(以下デタラメ)... と出た。なるほど、履歴に引っ張られるのだ。しかし temperature = 0 でも創作力豊かだ
In conversation from mstdn.jp permalink Attachments
-
Embed this notice
Haruhiko Okumura (h_okumura@mstdn.jp)'s status on Monday, 09-Jan-2023 19:50:05 JST Haruhiko Okumura おかしいなぁ。https://twitter.com/themattmic/status/1610634174062546944 によればChatGPTは2022年末に書かれた https://medium.com/@ryanholiday/the-secret-to-better-habits-in-2023-ab08def66298 の要約を答えてくれてるように見えるけれど???
In conversation from mstdn.jp permalink Attachments