論文要約性能で見る最近のLLM(2024/7)
576{icon} {views} 目的 最近いろいろなLLMが出ているが、論文要約というタスクで見たときにそれぞれがどの程度の性能/コストなのかを見ていく。コスト的と性能両方見て、どれが使いやすいのかを考えたい。 概要 […]...
論文まとめ:LivePortrait: Efficient Portrait Animation with Stitching and Retargeting Control
100{icon} {views} タイトル:LivePortrait: Efficient Portrait Animation with Stitching and Retargeting Control 著者:Ji […]...
論文まとめ:Beyond Aesthetics: Cultural Competence in Text-to-Image Models
108{icon} {views} タイトル:Beyond Aesthetics: Cultural Competence in Text-to-Image Models 著者:Nithish Kannen, Arif […]...
論文まとめ:Unveiling Encoder-Free Vision-Language Models
186{icon} {views} タイトル:Unveiling Encoder-Free Vision-Language Models 著者:Haiwen Diao, Yufeng Cui, Xiaotong Li, […]...
論文まとめ:MixEval: Deriving Wisdom of the Crowd from LLM Benchmark Mixtures
172{icon} {views} タイトル:MixEval: Deriving Wisdom of the Crowd from LLM Benchmark Mixtures URL:https://mixeval.g […]...
論文まとめ:Human Preference Score v2: A Solid Benchmark for Evaluating Human Preferences of Text-to-Image Synthesis
267{icon} {views} * タイトル:Human Preference Score v2: A Solid Benchmark for Evaluating Human Preferences of Text […]...
論文まとめ:Style Aligned Image Generation via Shared Attention
231{icon} {views} タイトル:Style Aligned Image Generation via Shared Attention 論文URL:https://arxiv.org/abs/2312.02 […]...
Python(requests)でDiscordにWebhook経由で複数の画像+メッセージ投稿
823{icon} {views} DiscordにWebhook経由で、複数の画像+メッセージを投稿する例を紹介します。Python+requestsでやったらかなりハマったのでメモがてらに。 やりたいこと こんな感じ […]...
Arxiv RAGによる論文サーベイの自動生成
4.2k{icon} {views} 複数のLLM(GPT/Claude3)とArxivの検索APIをRAGで統合し、論文サーベイの自動生成を作りました。検索結果の前処理や、サーベイ特有のプロンプトエンジニアリングやソー […]...
[Terraform]HTTPタイプのAPI Gatewayをデプロイする
156{icon} {views} API Gatewayには2種類あって、RESTタイプとHTTPタイプがあります。RESTはよく使っていたのですが、HTTPタイプをTerraformでどう作るのかわからなかったので調 […]...