こんにちは、分析基盤を担当しながらインフラも面倒見ている鍵本です。
本日は Google Kubernetes Engine(GKE) 環境において OOMKilled されたコンテナを検知する方法についてお話します。
続きを読むこんにちは、分析基盤を担当しながらインフラも面倒見ている鍵本です。
本日は Google Kubernetes Engine(GKE) 環境において OOMKilled されたコンテナを検知する方法についてお話します。
続きを読むA brief introduction and a simple approach
DialEval-1 consists of two subtasks: Nugget Detection (ND) and Dialogue Quality (DQ). They aim to evaluate customer-helpdesk dialogues automatically. The ND subtask is to classify whether a customer or helpdesk turn is a nugget, where being a nugget means that the turn helps towards problem solving; and the DQ subtask is to assign quality scores to each dialogue in terms of three criteria: task accomplishment, customer satisfaction, and efficiency. The official evaluation results of 18 runs are received from 7 teams. IMTKU (Dept. of Information Management, Tamkang University, Taiwan) and I, on behalf of ZEALS, by utilizing XLM-RoBERTa via HuggingFace Transformers, fastai, and blurr, achieve top-1 or top-2 in terms of various evaluation metrics for both ND and DQ.
続きを読む初めまして、ZealsでMLエンジニアをしている三宅とジョーです!
今回のブログではpandas高速化ライブラリを検証し、その有用性を探っていきます!
こんにちは!ZealsでRailsエンジニアをしている鈴木です。
みなさんは定期的に技術的負債の返済をしていますか?
今回は我々が日頃リファクタリングによって負債を返済する活動の中で得た気づきについてご紹介したいと思います。
By Vish Nambiar & Kim Hyun-sung
こんにちは!Zeals で Python をメインに書いている新卒 1 年目のソフトウェアエンジニアの玉城です。
Python で Cloud Logging(旧: Stackdriver Logging) や Datadog にログを出力するとき、複数行に分割されてしまい、元のログイベントとの関連付けが難しくなり困ったことはないでしょうか。
例えば、以下のようにログを書いたときに
logger.info("test\n I want to eat sushi")
Cloud Logging にはこのように表示されてしまうといった感じです。
これを JSON フォーマットにすることで解決してみましょう。