ChatGPT 翻訳 + stream print (like official site) コラボ環境
import openai openai.api_key = "" def chatbot(message): response = openai.ChatCompletion.create( ...
6 search resultsShowing 1~6 results
You need to log-in
import openai openai.api_key = "" def chatbot(message): response = openai.ChatCompletion.create( ...
日本では言語処理のデータセットを公開しないところが多い 日本では言語処理のデータセットを公開しないところが多いという事実は結構うざいです。 なので、散々悩んだ僕は、いいことに気づきました。 他の...
言語処理論文を検索するときに使えます。 colabのコードです。そのままコピペで使えます。 お探しのkeywordをいれて使ってください。 import requests from bs4 i...
str1 = "paraparaparadise" str2 = "paragraph" def bigram(string): return [string[i:i+2] for i in r...
問題4 import re string = "Hi He Lied Because Boron Could Not Oxidize Fluorine. New Nations Might Al...
お腹すいた 今日からずっと書きます。フィードバックよろしく。 言語処理100本ノック : https://nlp100.github.io/ko/ch01.html ど偉い俺様のギット:http...
6 search resultsShowing 1~6 results
Qiita is a knowledge sharing service for engineers.