-
-
Save hotchpotch/62eb81698b66e3fea5a15816521f695d to your computer and use it in GitHub Desktop.
gemma3 embedding 300m の JMTEB 日本語評価
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "Classification": { | |
| "amazon_counterfactual_classification": { | |
| "macro_f1": 0.45 | |
| }, | |
| "amazon_review_classification": { | |
| "macro_f1": 0.5130416018341507 | |
| }, | |
| "massive_intent_classification": { | |
| "macro_f1": 0.7143203518823266 | |
| }, | |
| "massive_scenario_classification": { | |
| "macro_f1": 0.8602760429780033 | |
| } | |
| }, | |
| "Reranking": { | |
| "esci": { | |
| "ndcg@10": 0.9155279025985579 | |
| } | |
| }, | |
| "Retrieval": { | |
| "jagovfaqs_22k": { | |
| "ndcg@10": 0.43432087671043174 | |
| }, | |
| "jaqket": { | |
| "ndcg@10": 0.06974470726269034 | |
| }, | |
| "mrtydi": { | |
| "ndcg@10": 0.07532798578154416 | |
| }, | |
| "nlp_journal_abs_intro": { | |
| "ndcg@10": 0.8414278767164943 | |
| }, | |
| "nlp_journal_title_abs": { | |
| "ndcg@10": 0.6719609943427125 | |
| }, | |
| "nlp_journal_title_intro": { | |
| "ndcg@10": 0.44133854799629085 | |
| } | |
| }, | |
| "STS": { | |
| "jsick": { | |
| "spearman": 0.7354042975078292 | |
| }, | |
| "jsts": { | |
| "spearman": 0.7317586426035952 | |
| } | |
| }, | |
| "Clustering": { | |
| "livedoor_news": { | |
| "v_measure_score": 0.5230784583724223 | |
| }, | |
| "mewsc16": { | |
| "v_measure_score": 0.39424101723942295 | |
| } | |
| }, | |
| "PairClassification": { | |
| "paws_x_ja": { | |
| "binary_f1": 0.6242038216560509 | |
| } | |
| } | |
| } |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
JMTEB v1 で評価したので
この辺を適用する。
で実行。JMTEBは最新のhfデータでは一部データが削除されてしまっているので、JMTEB_DATASET_REVISION を渡せるように改変した。また、
bfloat16offloat32がembeddinggemma-300mでは必要。float16は性能が落ちる。これはドキュメントにも記載がある。