diff --git a/.env.example b/.env.example index 1621ce3cde4192e010277e5e2190ba630f732063..7899cd7c6b741314dd9f8a70923362c88b9e0b36 100644 --- a/.env.example +++ b/.env.example @@ -1,2 +1,6 @@ OPENROUTER_API_KEY= +OPENAI_API_KEY= HUGGINGFACE_ACCESS_TOKEN= +ELEVENLABS_API_KEY= +FAL_KEY= +GOOGLE_APPLICATION_CREDENTIALS= diff --git a/.gitignore b/.gitignore index 7dcacee5d7945aeabc5054f389400c04b83b4811..0c6bef5a58e90cf96b8af259fe8c7a60cca98142 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +data/translations/ floresp-* fleurs spbleu diff --git a/data/arc/ar_test.json b/data/arc/ar_test.json new file mode 100644 index 0000000000000000000000000000000000000000..2c2af277ceed99603909071971d1d84ffa81649f --- /dev/null +++ b/data/arc/ar_test.json @@ -0,0 +1,112 @@ +[ + { + "id":"Mercury_SC_409024", + "question":"تحصل الحيوانات على طاقتها من تناول الغذاء الذي يأتي من النباتات. تعيش النباتات على امتصاص المواد التي تطلقها الحيوانات. ما المادة التي تطلقها الحيوانات وتمتصها النباتات؟", + "choices":[ + "ثاني أكسيد الكربون", + "الأكسجين", + "ملح", + "سكر" + ], + "answerKey":"A" + }, + { + "id":"Mercury_LBS10817", + "question":"عندما ينفجر نجم، يتشكل جسم شديد السطوع. ما اسم هذا الجسم؟", + "choices":[ + "نوفا", + "العملاق الأحمر", + "المستعر الأعظم", + "قزم أبيض" + ], + "answerKey":"C" + }, + { + "id":"OHAT_2011_5_37", + "question":"يضع الصفّ أصص النباتات قرب النافذة لتُصبح النباتات أكثر تعرّضًا لأشعة الشمس. كيف تستفيد نباتات الطماطم من ضوء الشمس؟", + "choices":[ + "لصنع السكر في الأوراق", + "استخدام النشا من السيقان", + "لنقل الماء إلى الزهور", + "للحصول على العناصر الغذائية من خلال الجذور" + ], + "answerKey":"A" + }, + { + "id":"Mercury_SC_409574", + "question":"يُشغّل تريفور مصباحًا. عند تشغيل المصباح، تتحول الطاقة الكهربائية إلى أي شكل آخر من الطاقة؟", + "choices":[ + "مادة كيميائية", + "ضوء", + "ميكانيكي", + "محتمل" + ], + "answerKey":"B" + }, + { + "id":"NYSEDREGENTS_2013_4_29", + "question":"ما هي العناصر التي ستكون الأكثر فائدة في المنزل أثناء انقطاع التيار الكهربائي؟", + "choices":[ + "مصابيح يدوية وبطاريات إضافية", + "القبعات والواقيات من الشمس", + "معاطف المطر والمظلات", + "رذاذ الحشرات والسترات" + ], + "answerKey":"A" + }, + { + "id":"Mercury_SC_400987", + "question":"إن إعادة تدوير الصحف أمر جيد للبيئة لأنه", + "choices":[ + "يزيد الحاجة للأشجار.", + "يساعد على الحفاظ على الموارد.", + "يزيد من الحاجة إلى مكبات النفايات.", + "يساعد على إزالة الملوثات من الهواء." + ], + "answerKey":"B" + }, + { + "id":"Mercury_SC_402031", + "question":"ما هي أفضل هذه الأدوات لتسجيل الملاحظات في الهواء الطلق؟", + "choices":[ + "مسطرة", + "رسم بياني", + "دفتر ملاحظات", + "آلة حاسبة" + ], + "answerKey":"C" + }, + { + "id":"AKDE&ED_2008_8_51", + "question":"كيف يعتمد الجهاز الدوري والجهاز التنفسي على بعضهما البعض؟", + "choices":[ + "يتم نقل الأكسجين الذي يتم جمعه بواسطة الجهاز التنفسي إلى جميع أنحاء الجسم عن طريق الجهاز الدوري.", + "يتم نقل النفايات الصلبة التي يجمعها الجهاز الدوري إلى جميع أنحاء الجسم عن طريق الجهاز التنفسي.", + "يتم نقل العناصر الغذائية التي يجمعها الجهاز التنفسي إلى جميع أنحاء الجسم عن طريق الجهاز الدوري.", + "يتم نقل ثاني أكسيد الكربون الذي يجمعه الجهاز الدوري إلى جميع أنحاء الجسم عن طريق الجهاز التنفسي." + ], + "answerKey":"A" + }, + { + "id":"NYSEDREGENTS_2008_4_21", + "question":"أوراق الشجرة تتغير ألوانها في الخريف. هذا مثال على شجرة", + "choices":[ + "إكمال دورة حياتها", + "الاستعداد للهجرة", + "الاستجابة لبيئتها", + "بداية السبات" + ], + "answerKey":"C" + }, + { + "id":"Mercury_SC_416097", + "question":"ما هو جزء النبات الذي تم وصفه بشكل صحيح؟", + "choices":[ + "السيقان تنتج البذور.", + "تمتص الجذور العناصر الغذائية.", + "الأوراق تمتص الماء.", + "الزهور تصنع الغذاء." + ], + "answerKey":"B" + } +] diff --git a/data/arc/ar_train.json b/data/arc/ar_train.json new file mode 100644 index 0000000000000000000000000000000000000000..9fae254d71e37502c0227eaf10c51bee615b01aa --- /dev/null +++ b/data/arc/ar_train.json @@ -0,0 +1,145 @@ +[ + { + "id":"Mercury_7283255", + "question":"أي من الأحداث التالية أثناء الانقسام الاختزالي يساهم بشكل أكبر في التنوع داخل النوع؟", + "choices":[ + "اقتران الكروموسومات", + "إنشاء الأمشاج أحادية الصيغة الصبغية", + "فصل الأليلات", + "فصل الكروماتيدات" + ], + "answerKey":"C" + }, + { + "id":"Mercury_405944", + "question":"محركات السيارات المُصنّعة اليوم مُصمّمة لتكون موفرة للوقود. من المُرجّح أن تُؤثّر المحركات الموفرة للوقود على المدينة من خلال تقليل استهلاكها للوقود.", + "choices":[ + "تلوث الهواء.", + "التلوث الحراري.", + "التلوث الضوضائي.", + "التلوث الضوئي." + ], + "answerKey":"A" + }, + { + "id":"MCAS_2001_8_2", + "question":"ما هو أفضل وصف لتكنولوجيا النقل؟", + "choices":[ + "نظام يستخدم لنقل الأشخاص والمنتجات", + "مؤسسة تقوم بتحويل المواد الخام إلى سلع", + "بناء وتشطيب الهياكل", + "تحويل الطاقة الميكانيكية إلى طاقة حرارية" + ], + "answerKey":"A" + }, + { + "id":"MCAS_2005_8_14", + "question":"إذا ذاب 1 كجم من مركب التولوين عند درجة حرارة -95 درجة مئوية، فإن 500 جم من التولوين سوف", + "choices":[ + "تذوب عند -47.5 درجة مئوية.", + "تذوب عند -95 درجة مئوية.", + "يغلي عند 95 درجة مئوية.", + "يغلي عند 47.5 درجة مئوية." + ], + "answerKey":"B" + }, + { + "id":"Mercury_400056", + "question":"ما هي الصفة النباتية الموروثة؟", + "choices":[ + "شكل أوراقها", + "كمية المياه التي تتلقاها", + "عدد المعادن التي يمتصها من التربة", + "مستوى ضوء الشمس الذي يتعرض له" + ], + "answerKey":"A" + }, + { + "id":"NAEP_2009_4_S11+2", + "question":"سكب روجر الماء على كومة رمل. جرف بعض الرمل. أيٌّ مما يلي يشبه هذه العملية؟", + "choices":[ + "ثوران بركان", + "تآكل جدران الوادي", + "رفع مستوى السلاسل الجبلية", + "تشكل الكثبان الرملية أو التلال في الصحراء" + ], + "answerKey":"B" + }, + { + "id":"Mercury_7136115", + "question":"زار روجر جده الذي يعيش في مزرعة. أثناء وجوده هناك، ساعده في إخراج التبن من الحظيرة. أثناء عمله في الحظيرة، بدأ يعطس. أي جهاز من أجهزة الجسم يُرجّح أنه سبب عطس روجر؟", + "choices":[ + "الدورة الدموية", + "مطرح", + "هضمي", + "منيع" + ], + "answerKey":"D" + }, + { + "id":"Mercury_SC_416531", + "question":"وضعت إيرين نبتة الشامروك في زاوية مظلمة. وسرعان ما لاحظت أن أوراقها قد مالت نحو نافذتها. ما الذي تحتاجه النبتة أكثر من النافذة؟", + "choices":[ + "ضوء الشمس خلال النهار", + "الهواء خلال النهار", + "الظلام في الليل", + "الدفء في الليل" + ], + "answerKey":"A" + }, + { + "id":"Mercury_404988", + "question":"أي من العبارات التالية صحيحة بشأن الموارد غير المتجددة؟", + "choices":[ + "إنها غير مكلفة.", + "يساعدون على إبقاء الهواء نظيفًا.", + "يمكن أن يستغرق تشكلها ملايين السنين.", + "يتم استخدامها لأنه يمكن إزالتها من الأرض بسهولة." + ], + "answerKey":"C" + }, + { + "id":"NYSEDREGENTS_2006_4_27", + "question":"ما هو النشاط البشري الذي غالبا ما يكون له تأثير ضار على البيئة؟", + "choices":[ + "التنفس", + "النمو", + "زرع", + "ملوث" + ], + "answerKey":"D" + }, + { + "id":"Mercury_SC_409901", + "question":"تحتاج النباتات إلى مصدر طاقة للقيام بعملية البناء الضوئي. من أي مصدر تحصل النباتات على الطاقة اللازمة للقيام بعملية البناء الضوئي؟", + "choices":[ + "الأكسجين", + "سكر", + "ضوء الشمس", + "ماء" + ], + "answerKey":"C" + }, + { + "id":"NAEP_2000_4_S12+2", + "question":"ما مدى سخونة سطح الشمس؟", + "choices":[ + "ليس ساخنًا تمامًا مثل الماء المغلي", + "ساخن مثل النار", + "حوالي 100 درجة فهرنهايت", + "أكثر حرارة بكثير من أي شيء على الأرض تقريبًا" + ], + "answerKey":"D" + }, + { + "id":"Mercury_7001768", + "question":"الوظيفة الأساسية للأنسولين في أجسامنا هي", + "choices":[ + "تخزين الوقود لاستخدامه لاحقًا.", + "تنظيم كمية الجلوكوز في الدم.", + "زيادة كفاءة استهلاك الوقود.", + "منع البكتيريا الهضمية من استهلاك الجلوكوز." + ], + "answerKey":"B" + } +] diff --git a/data/arc/bn_test.json b/data/arc/bn_test.json new file mode 100644 index 0000000000000000000000000000000000000000..a2b066a40a6b657848507af68c73489df1e2d161 --- /dev/null +++ b/data/arc/bn_test.json @@ -0,0 +1,112 @@ +[ + { + "id":"Mercury_SC_409024", + "question":"প্রাণীরা উদ্ভিদ থেকে আসা খাদ্য গ্রহণ করে শক্তি পায়। উদ্ভিদরা প্রাণীদের দ্বারা নিঃসৃত পদার্থ গ্রহণ করে বেঁচে থাকে। উদ্ভিদরা যে পদার্থ গ্রহণ করে, প্রাণীরা কোন পদার্থ ত্যাগ করে?", + "choices":[ + "কার্বন ডাই অক্সাইড", + "অক্সিজেন", + "লবণ", + "চিনি" + ], + "answerKey":"A" + }, + { + "id":"Mercury_LBS10817", + "question":"যখন একটি নক্ষত্র বিস্ফোরিত হয়, তখন একটি তীব্র উজ্জ্বল বস্তু তৈরি হয়। এই বস্তুর নাম কী?", + "choices":[ + "নোভা", + "লাল দৈত্য", + "সুপারনোভা", + "শ্বেত বামন" + ], + "answerKey":"C" + }, + { + "id":"OHAT_2011_5_37", + "question":"ক্লাসটি জানালার পাশে প্ল্যান্টার রাখে যাতে গাছগুলি আরও বেশি সূর্যালোক পায়। টমেটো গাছগুলি কীভাবে সূর্যালোক ব্যবহার করে?", + "choices":[ + "পাতায় চিনি তৈরি করতে", + "কাণ্ড থেকে প্রাপ্ত স্টার্চ ব্যবহার করতে", + "ফুলে জল ঢেলে দিতে", + "শিকড়ের মাধ্যমে পুষ্টি পেতে" + ], + "answerKey":"A" + }, + { + "id":"Mercury_SC_409574", + "question":"ট্রেভর একটি বাতি জ্বালান। বাতি জ্বালানোর সময় বৈদ্যুতিক শক্তি অন্য কোন শক্তিতে রূপান্তরিত হয়?", + "choices":[ + "রাসায়নিক", + "আলো", + "যান্ত্রিক", + "সম্ভাবনা" + ], + "answerKey":"B" + }, + { + "id":"NYSEDREGENTS_2013_4_29", + "question":"বিদ্যুৎ বিভ্রাটের সময় বাড়িতে কোন জিনিসগুলি সবচেয়ে কার্যকর হবে?", + "choices":[ + "টর্চলাইট এবং অতিরিক্ত ব্যাটারি", + "টুপি এবং সানস্ক্রিন", + "রেইনকোট এবং ছাতা", + "পোকামাকড় স্প্রে এবং জ্যাকেট" + ], + "answerKey":"A" + }, + { + "id":"Mercury_SC_400987", + "question":"সংবাদপত্র পুনর্ব্যবহার পরিবেশের জন্য ভালো কারণ এটি", + "choices":[ + "গাছের চাহিদা বৃদ্ধি করে।", + "সম্পদ সংরক্ষণে সাহায্য করে।", + "ল্যান্ডফিলের প্রয়োজনীয়তা বৃদ্ধি করে।", + "বাতাস থেকে দূষণকারী পদার্থ অপসারণ করতে সাহায্য করে।" + ], + "answerKey":"B" + }, + { + "id":"Mercury_SC_402031", + "question":"বাইরে পর্যবেক্ষণ রেকর্ড করার জন্য এই সরঞ্জামগুলির মধ্যে কোনটি সবচেয়ে ভালো?", + "choices":[ + "একজন শাসক", + "একটি গ্রাফ", + "একটি নোটবুক", + "একটি ক্যালকুলেটর" + ], + "answerKey":"C" + }, + { + "id":"AKDE&ED_2008_8_51", + "question":"রক্ত সঞ্চালন ব্যবস্থা এবং শ্বাসযন্ত্র কীভাবে একে অপরের উপর নির্ভরশীল?", + "choices":[ + "শ্বসনতন্ত্র দ্বারা সংগৃহীত অক্সিজেন রক্ত সঞ্চালনতন্ত্র দ্বারা সারা শরীরে বহন করা হয়।", + "রক্ত সঞ্চালনতন্ত্র দ্বারা সংগৃহীত কঠিন বর্জ্য শ্বাসযন্ত্রের মাধ্যমে সারা শরীরে বহন করা হয়।", + "শ্বসনতন্ত্র দ্বারা সংগৃহীত পুষ্টি উপাদানগুলি রক্তসংবহনতন্ত্র দ্বারা সারা শরীরে বহন করা হয়।", + "রক্ত সঞ্চালন ব্যবস্থা দ্বারা সংগৃহীত কার্বন ডাই অক্সাইড শ্বাসযন্ত্রের মাধ্যমে সারা শরীরে বহন করা হয়।" + ], + "answerKey":"A" + }, + { + "id":"NYSEDREGENTS_2008_4_21", + "question":"শরৎকালে গাছের পাতার রঙ পরিবর্তন হয়। এটি একটি গাছের উদাহরণ", + "choices":[ + "তার জীবনচক্র সম্পন্ন করে", + "অভিবাসনের প্রস্তুতি", + "তার পরিবেশের প্রতি সাড়া দেওয়া", + "শীতনিদ্রার শুরু" + ], + "answerKey":"C" + }, + { + "id":"Mercury_SC_416097", + "question":"উদ্ভিদের কোন অংশটি সঠিকভাবে বর্ণনা করা হয়েছে?", + "choices":[ + "কাণ্ড বীজ তৈরি করে।", + "শিকড় পুষ্টি শোষণ করে।", + "পাতা জল শোষণ করে।", + "ফুল খাবার তৈরি করে।" + ], + "answerKey":"B" + } +] diff --git a/data/arc/bn_train.json b/data/arc/bn_train.json new file mode 100644 index 0000000000000000000000000000000000000000..011dfd87d540e57a9d2b89b8d53c5fe17b474333 --- /dev/null +++ b/data/arc/bn_train.json @@ -0,0 +1,145 @@ +[ + { + "id":"Mercury_7283255", + "question":"মিয়োসিসের সময় নিম্নলিখিত কোন ঘটনাগুলি একটি প্রজাতির মধ্যে পরিবর্তনের ক্ষেত্রে সবচেয়ে বেশি অবদান রাখে?", + "choices":[ + "ক্রোমোজোমের জোড়া লাগানো", + "হ্যাপ্লয়েড গ্যামেটের সৃষ্টি", + "অ্যালিলের পৃথকীকরণ", + "ক্রোমাটিডের বিচ্ছেদ" + ], + "answerKey":"C" + }, + { + "id":"Mercury_405944", + "question":"আজকাল তৈরি অটোমোবাইল ইঞ্জিনগুলি গ্যাস-সাশ্রয়ী হওয়ার জন্য ডিজাইন করা হয়েছে। গ্যাস-সাশ্রয়ী ইঞ্জিনগুলি সম্ভবত একটি শহরকে প্রভাবিত করে", + "choices":[ + "বায়ু দূষণ.", + "তাপ দূষণ।", + "শব্দ দূষণ।", + "আলোক দূষণ।" + ], + "answerKey":"A" + }, + { + "id":"MCAS_2001_8_2", + "question":"পরিবহন প্রযুক্তির সবচেয়ে ভালো বর্ণনা কোনটি?", + "choices":[ + "একটি সিস্টেম যা মানুষ এবং পণ্য স্থানান্তরের জন্য ব্যবহৃত হয়", + "এমন একটি উদ্যোগ যা কাঁচামালকে পণ্যে রূপান্তর করে", + "কাঠামো নির্মাণ এবং সমাপ্তি", + "যান্ত্রিক শক্তির তাপশক্তিতে রূপান্তর" + ], + "answerKey":"A" + }, + { + "id":"MCAS_2005_8_14", + "question":"যদি 1 কেজি টলুইন যৌগ -95°C তাপমাত্রায় গলে যায়, তাহলে 500 গ্রাম টলুইন হবে", + "choices":[ + "-৪৭.৫°C তাপমাত্রায় গলে যায়।", + "-৯৫°C তাপমাত্রায় গলে।", + "৯৫°C তাপমাত্রায় ফুটান।", + "৪৭.৫°C তাপমাত্রায় ফুটান।" + ], + "answerKey":"B" + }, + { + "id":"Mercury_400056", + "question":"কোন উদ্ভিদের বৈশিষ্ট্য উত্তরাধিকারসূত্রে পাওয়া যায়?", + "choices":[ + "এর পাতার আকৃতি", + "এটি যে পরিমাণ জল গ্রহণ করে", + "মাটি থেকে এটি কত খনিজ শোষণ করে", + "সূর্যালোকের মাত্রা যা এটির সংস্পর্শে আসে" + ], + "answerKey":"A" + }, + { + "id":"NAEP_2009_4_S11+2", + "question":"রজার বালির স্তূপের উপর জল ঢেলে দিল। কিছু বালি ভেসে গেল। এই প্রক্রিয়াটি নিচের কোনটির সাথে সাদৃশ্যপূর্ণ?", + "choices":[ + "আগ্নেয়গিরির অগ্ন্যুৎপাত", + "একটি গিরিখাতের দেয়ালের ক্ষয়", + "পর্বতমালার উত্থান", + "মরুভূমিতে টিলা বা ঢিবির গঠন" + ], + "answerKey":"B" + }, + { + "id":"Mercury_7136115", + "question":"রজার তার দাদুর সাথে দেখা করতে গিয়েছিল, যিনি একটি খামারে থাকেন। সেখানে থাকাকালীন, সে তার দাদুকে গোলাঘর থেকে খড় সরাতে সাহায্য করেছিল। গোলাঘরে কাজ করার সময় রজার হাঁচি দিতে শুরু করে। শরীরের কোন অঙ্গের কারণে রজার হাঁচি দিতে পারে?", + "choices":[ + "সংবহনতন্ত্র", + "রেচন", + "হজমকারী", + "রোগ প্রতিরোধ ক্ষমতাসম্পন্ন" + ], + "answerKey":"D" + }, + { + "id":"Mercury_SC_416531", + "question":"এরিন তার শ্যামরক গাছটি একটি অন্ধকার কোণে রাখল। শীঘ্রই সে দেখতে পেল যে পাতাগুলি তার জানালার দিকে হেলে পড়েছে। জানালা থেকে গাছটির সবচেয়ে বেশি কী প্রয়োজন ছিল?", + "choices":[ + "দিনের বেলায় সূর্যালোক", + "দিনের বেলায় বাতাস", + "রাতের অন্ধকার", + "রাতে উষ্ণতা" + ], + "answerKey":"A" + }, + { + "id":"Mercury_404988", + "question":"অনবায়নযোগ্য সম্পদ সম্পর্কে এই বিবৃতিগুলির মধ্যে কোনটি সত্য?", + "choices":[ + "এগুলো সস্তা।", + "এগুলো বাতাস পরিষ্কার রাখতে সাহায্য করে।", + "এগুলো তৈরি হতে লক্ষ লক্ষ বছর সময় লাগতে পারে।", + "এগুলি ব্যবহার করা হয় কারণ এগুলি সহজেই মাটি থেকে সরানো যায়।" + ], + "answerKey":"C" + }, + { + "id":"NYSEDREGENTS_2006_4_27", + "question":"কোন মানবিক কার্যকলাপ পরিবেশের উপর সবচেয়ে বেশি ক্ষতিকর প্রভাব ফেলে?", + "choices":[ + "শ্বাস-প্রশ্বাস", + "ক্রমবর্ধমান", + "রোপণ", + "দূষণকারী" + ], + "answerKey":"D" + }, + { + "id":"Mercury_SC_409901", + "question":"সালোকসংশ্লেষণ করার জন্য উদ্ভিদের শক্তির উৎসের প্রয়োজন হয়। সালোকসংশ্লেষণ করার জন্য উদ্ভিদ কোন উৎস থেকে শক্তি গ্রহণ করে?", + "choices":[ + "অক্সিজেন", + "চিনি", + "সূর্যালোক", + "পানি" + ], + "answerKey":"C" + }, + { + "id":"NAEP_2000_4_S12+2", + "question":"সূর্যের পৃষ্ঠে কতটা গরম?", + "choices":[ + "ফুটন্ত পানির মতো গরম নয়", + "আগুনের মতো উত্তপ্ত", + "প্রায় ১০০° ফারেনহাইট", + "পৃথিবীর প্রায় যেকোনো কিছুর চেয়ে অনেক বেশি গরম" + ], + "answerKey":"D" + }, + { + "id":"Mercury_7001768", + "question":"আমাদের দেহে ইনসুলিনের প্রধান কাজ হল", + "choices":[ + "পরবর্তী ব্যবহারের জন্য জ্বালানি সংরক্ষণ করুন।", + "রক্তে গ্লুকোজের পরিমাণ নিয়ন্ত্রণ করে।", + "জ্বালানি খরচের দক্ষতা বৃদ্ধি।", + "পাচক ব্যাকটেরিয়াকে গ্লুকোজ গ্রহণ থেকে বিরত রাখে।" + ], + "answerKey":"B" + } +] diff --git a/data/arc/de_test.json b/data/arc/de_test.json new file mode 100644 index 0000000000000000000000000000000000000000..0536115d028c52ca5cf59996ef3e21d908896c16 --- /dev/null +++ b/data/arc/de_test.json @@ -0,0 +1,112 @@ +[ + { + "id":"Mercury_SC_409024", + "question":"Tiere gewinnen Energie aus pflanzlicher Nahrung. Pflanzen überleben, indem sie Stoffe aufnehmen, die von Tieren ausgeschieden werden. Welche Stoffe geben Tiere ab, die Pflanzen aufnehmen?", + "choices":[ + "Kohlendioxid", + "Sauerstoff", + "Salz", + "Zucker" + ], + "answerKey":"A" + }, + { + "id":"Mercury_LBS10817", + "question":"Wenn ein Stern explodiert, entsteht ein intensiv helles Objekt. Wie heißt dieses Objekt?", + "choices":[ + "Nova", + "Roter Riese", + "Supernova", + "Weißer Zwerg" + ], + "answerKey":"C" + }, + { + "id":"OHAT_2011_5_37", + "question":"Die Klasse stellt die Pflanzgefäße ans Fenster, damit die Pflanzen mehr Sonnenlicht bekommen. Wie nutzen die Tomatenpflanzen das Sonnenlicht?", + "choices":[ + "um Zucker in den Blättern herzustellen", + "Stärke aus den Stielen verwenden", + "um Wasser zu den Blumen zu leiten", + "um Nährstoffe über die Wurzeln zu bekommen" + ], + "answerKey":"A" + }, + { + "id":"Mercury_SC_409574", + "question":"Trevor schaltet eine Lampe ein. In welche andere Energieform wird elektrische Energie umgewandelt, wenn die Lampe an ist?", + "choices":[ + "chemisch", + "Licht", + "mechanisch", + "Potenzial" + ], + "answerKey":"B" + }, + { + "id":"NYSEDREGENTS_2013_4_29", + "question":"Welche Gegenstände wären bei einem Stromausfall zu Hause am nützlichsten?", + "choices":[ + "Taschenlampen und Ersatzbatterien", + "Hüte und Sonnencreme", + "Regenmäntel und Regenschirme", + "Insektenspray und Jacken" + ], + "answerKey":"A" + }, + { + "id":"Mercury_SC_400987", + "question":"Das Recycling von Zeitungen ist gut für die Umwelt, denn es", + "choices":[ + "erhöht den Bedarf an Bäumen.", + "hilft, Ressourcen zu schonen.", + "erhöht den Bedarf an Mülldeponien.", + "hilft, Schadstoffe aus der Luft zu entfernen." + ], + "answerKey":"B" + }, + { + "id":"Mercury_SC_402031", + "question":"Welches dieser Werkzeuge eignet sich am besten zum Aufzeichnen von Beobachtungen im Freien?", + "choices":[ + "ein Lineal", + "ein Diagramm", + "ein Notizbuch", + "ein Taschenrechner" + ], + "answerKey":"C" + }, + { + "id":"AKDE&ED_2008_8_51", + "question":"Welche gegenseitige Abhängigkeit besteht zwischen Kreislauf und Atmung?", + "choices":[ + "Der über die Atemwege aufgenommene Sauerstoff wird über das Kreislaufsystem durch den Körper transportiert.", + "Feste Abfallstoffe, die vom Kreislaufsystem gesammelt werden, werden über die Atemwege durch den Körper transportiert.", + "Die über die Atemwege aufgenommenen Nährstoffe werden über das Blutkreislaufsystem durch den Körper transportiert.", + "Das vom Kreislaufsystem aufgenommene Kohlendioxid wird über die Atemwege durch den Körper transportiert." + ], + "answerKey":"A" + }, + { + "id":"NYSEDREGENTS_2008_4_21", + "question":"Die Blätter eines Baumes verfärben sich im Herbst. Dies ist ein Beispiel für einen Baum", + "choices":[ + "Abschluss seines Lebenszyklus", + "Vorbereitung auf die Migration", + "auf seine Umgebung reagieren", + "Beginn des Winterschlafs" + ], + "answerKey":"C" + }, + { + "id":"Mercury_SC_416097", + "question":"Welcher Pflanzenteil ist richtig beschrieben?", + "choices":[ + "Aus den Stängeln entstehen Samen.", + "Wurzeln nehmen Nährstoffe auf.", + "Blätter nehmen Wasser auf.", + "Blumen machen Nahrung." + ], + "answerKey":"B" + } +] diff --git a/data/arc/de_train.json b/data/arc/de_train.json new file mode 100644 index 0000000000000000000000000000000000000000..69b54924c8c442b5d35c1efaa4d7b6386517fb1d --- /dev/null +++ b/data/arc/de_train.json @@ -0,0 +1,145 @@ +[ + { + "id":"Mercury_7283255", + "question":"Welches der folgenden Ereignisse während der Meiose trägt am meisten zur Variation innerhalb einer Art bei?", + "choices":[ + "Paarung von Chromosomen", + "Entstehung haploider Gameten", + "Segregation von Allelen", + "Trennung von Chromatiden" + ], + "answerKey":"C" + }, + { + "id":"Mercury_405944", + "question":"Heutzutage werden Automotoren auf Benzineffizienz ausgelegt. Benzineffiziente Motoren wirken sich in Städten am wahrscheinlichsten aus, indem sie", + "choices":[ + "Luftverschmutzung.", + "Hitzeverschmutzung.", + "Lärmbelästigung.", + "Lichtverschmutzung." + ], + "answerKey":"A" + }, + { + "id":"MCAS_2001_8_2", + "question":"Was beschreibt Transporttechnologie am besten?", + "choices":[ + "ein System, das zum Transport von Personen und Produkten verwendet wird", + "ein Unternehmen, das Rohstoffe in Waren umwandelt", + "den Bau und die Fertigstellung von Bauwerken", + "die Umwandlung von mechanischer Energie in Wärmeenergie" + ], + "answerKey":"A" + }, + { + "id":"MCAS_2005_8_14", + "question":"Wenn 1 kg der Verbindung Toluol bei -95°C schmilzt, dann werden 500 g Toluol", + "choices":[ + "schmilzt bei -47,5°C.", + "Schmelzen bei -95°C.", + "bei 95°C kochen.", + "Siedepunkt 47,5 °C." + ], + "answerKey":"B" + }, + { + "id":"Mercury_400056", + "question":"Welche Pflanzeneigenschaft wird vererbt?", + "choices":[ + "die Form seiner Blätter", + "die Menge an Wasser, die es erhält", + "die Anzahl der Mineralien, die es aus dem Boden aufnimmt", + "die Sonneneinstrahlung, der es ausgesetzt ist" + ], + "answerKey":"A" + }, + { + "id":"NAEP_2009_4_S11+2", + "question":"Roger goss Wasser über einen Sandhaufen. Ein Teil des Sandes wurde weggespült. Welchem der folgenden Vorgänge ähnelt dieser?", + "choices":[ + "Der Ausbruch eines Vulkans", + "Die Erosion der Wände eines Canyons", + "Die Hebung von Gebirgsketten", + "Die Bildung von Dünen oder Hügeln in einer Wüste" + ], + "answerKey":"B" + }, + { + "id":"Mercury_7136115", + "question":"Roger besuchte seinen Großvater, der auf einem Bauernhof lebt. Dort half er ihm, Heu aus der Scheune zu holen. Während Roger in der Scheune arbeitete, musste er niesen. Welches System in seinem Körper hat Rogers Niesen wahrscheinlich ausgelöst?", + "choices":[ + "Kreislauf", + "Ausscheidungs", + "Verdauungs-", + "immun" + ], + "answerKey":"D" + }, + { + "id":"Mercury_SC_416531", + "question":"Erin stellte ihr Kleeblatt in eine dunkle Ecke. Bald bemerkte sie, dass sich die Blätter zum Fenster neigten. Was brauchte die Pflanze am meisten vom Fenster?", + "choices":[ + "Sonnenlicht während des Tages", + "Luft tagsüber", + "Dunkelheit in der Nacht", + "Wärme in der Nacht" + ], + "answerKey":"A" + }, + { + "id":"Mercury_404988", + "question":"Welche dieser Aussagen über nicht erneuerbare Ressourcen ist wahr?", + "choices":[ + "Sie sind preiswert.", + "Sie helfen, die Luft sauber zu halten.", + "Ihre Entstehung kann Millionen von Jahren dauern.", + "Sie werden verwendet, weil sie leicht aus dem Boden entfernt werden können." + ], + "answerKey":"C" + }, + { + "id":"NYSEDREGENTS_2006_4_27", + "question":"Welche menschliche Aktivität hat am häufigsten schädliche Auswirkungen auf die Umwelt?", + "choices":[ + "Atmung", + "Anbau", + "Bepflanzung", + "umweltschädlich" + ], + "answerKey":"D" + }, + { + "id":"Mercury_SC_409901", + "question":"Pflanzen benötigen für die Photosynthese eine Energiequelle. Woher beziehen Pflanzen die für die Photosynthese benötigte Energie?", + "choices":[ + "Sauerstoff", + "Zucker", + "Sonnenlicht", + "Wasser" + ], + "answerKey":"C" + }, + { + "id":"NAEP_2000_4_S12+2", + "question":"Wie heiß ist es auf der Oberfläche der Sonne?", + "choices":[ + "Nicht ganz so heiß wie kochendes Wasser", + "Ungefähr so heiß wie Feuer", + "Etwa 100°F", + "Viel heißer als fast alles auf der Erde" + ], + "answerKey":"D" + }, + { + "id":"Mercury_7001768", + "question":"Die Hauptfunktion von Insulin in unserem Körper besteht darin,", + "choices":[ + "Kraftstoff für die spätere Verwendung lagern.", + "regulieren den Glukosegehalt im Blut.", + "erhöhen die Effizienz des Kraftstoffverbrauchs.", + "verhindern, dass Verdauungsbakterien Glukose verbrauchen." + ], + "answerKey":"B" + } +] diff --git a/data/arc/es_test.json b/data/arc/es_test.json new file mode 100644 index 0000000000000000000000000000000000000000..7ab03435cce664294f16ea1e635bef4680136623 --- /dev/null +++ b/data/arc/es_test.json @@ -0,0 +1,112 @@ +[ + { + "id":"Mercury_SC_409024", + "question":"Los animales obtienen energía al comer alimentos provenientes de las plantas. Las plantas sobreviven absorbiendo sustancias que liberan los animales. ¿Qué sustancia liberan los animales y que las plantas absorben?", + "choices":[ + "dióxido de carbono", + "oxígeno", + "sal", + "azúcar" + ], + "answerKey":"A" + }, + { + "id":"Mercury_LBS10817", + "question":"Cuando una estrella explota, se forma un objeto intensamente brillante. ¿Cómo se llama este objeto?", + "choices":[ + "estrella nueva", + "gigante roja", + "supernova", + "enana blanca" + ], + "answerKey":"C" + }, + { + "id":"OHAT_2011_5_37", + "question":"La clase coloca las macetas junto a la ventana para que las plantas reciban más luz solar. ¿Cómo aprovechan la luz solar las tomateras?", + "choices":[ + "Para hacer azúcar en las hojas", + "utilizar almidón de los tallos", + "Para mover agua a las flores", + "Para obtener nutrientes a través de las raíces" + ], + "answerKey":"A" + }, + { + "id":"Mercury_SC_409574", + "question":"Trevor enciende una lámpara. Cuando la lámpara está encendida, ¿en qué otra forma de energía se transforma la energía eléctrica?", + "choices":[ + "químico", + "luz", + "mecánico", + "potencial" + ], + "answerKey":"B" + }, + { + "id":"NYSEDREGENTS_2013_4_29", + "question":"¿Qué artículos serían más útiles en casa durante un corte de energía?", + "choices":[ + "linternas y pilas extra", + "sombreros y protector solar", + "impermeables y paraguas", + "repelente de insectos y chaquetas" + ], + "answerKey":"A" + }, + { + "id":"Mercury_SC_400987", + "question":"Reciclar periódicos es bueno para el medio ambiente porque", + "choices":[ + "Aumenta la necesidad de árboles.", + "Ayuda a conservar los recursos.", + "aumenta la necesidad de vertederos.", + "Ayuda a eliminar contaminantes del aire." + ], + "answerKey":"B" + }, + { + "id":"Mercury_SC_402031", + "question":"¿Cuál de estas herramientas es mejor para registrar observaciones al aire libre?", + "choices":[ + "una regla", + "un gráfico", + "un cuaderno", + "una calculadora" + ], + "answerKey":"C" + }, + { + "id":"AKDE&ED_2008_8_51", + "question":"¿Cómo dependen entre sí el sistema circulatorio y el sistema respiratorio?", + "choices":[ + "El oxígeno recolectado por el sistema respiratorio es transportado por todo el cuerpo a través del sistema circulatorio.", + "Los desechos sólidos recogidos por el sistema circulatorio son transportados por todo el cuerpo a través del sistema respiratorio.", + "Los nutrientes recolectados por el sistema respiratorio son transportados por todo el cuerpo a través del sistema circulatorio.", + "El dióxido de carbono recogido por el sistema circulatorio es transportado por todo el cuerpo a través del sistema respiratorio." + ], + "answerKey":"A" + }, + { + "id":"NYSEDREGENTS_2008_4_21", + "question":"Las hojas de un árbol cambian de color en otoño. Este es un ejemplo de un árbol.", + "choices":[ + "completando su ciclo de vida", + "preparándose para la migración", + "respondiendo a su entorno", + "comenzando la hibernación" + ], + "answerKey":"C" + }, + { + "id":"Mercury_SC_416097", + "question":"¿Qué parte de la planta está descrita correctamente?", + "choices":[ + "Los tallos producen semillas.", + "Las raíces absorben nutrientes.", + "Las hojas absorben agua.", + "Las flores producen alimento." + ], + "answerKey":"B" + } +] diff --git a/data/arc/es_train.json b/data/arc/es_train.json new file mode 100644 index 0000000000000000000000000000000000000000..4f18218456d6c2499ede9c3533de87dadb4b8482 --- /dev/null +++ b/data/arc/es_train.json @@ -0,0 +1,145 @@ +[ + { + "id":"Mercury_7283255", + "question":"¿Cuál de los siguientes eventos durante la meiosis contribuye más a la variación dentro de una especie?", + "choices":[ + "emparejamiento de cromosomas", + "creación de gametos haploides", + "segregación de alelos", + "separación de cromátidas" + ], + "answerKey":"C" + }, + { + "id":"Mercury_405944", + "question":"Los motores de automóviles que se fabrican hoy en día están diseñados para ser eficientes en el consumo de gasolina. Los motores eficientes en el consumo de gasolina probablemente afecten a una ciudad al reducir...", + "choices":[ + "contaminación del aire.", + "contaminación térmica.", + "contaminación acústica.", + "contaminación lumínica." + ], + "answerKey":"A" + }, + { + "id":"MCAS_2001_8_2", + "question":"¿Cuál describe mejor la tecnología del transporte?", + "choices":[ + "un sistema que se utiliza para mover personas y productos", + "una empresa que transforma materias primas en bienes", + "la construcción y acabado de estructuras", + "la conversión de energía mecánica en energía térmica" + ], + "answerKey":"A" + }, + { + "id":"MCAS_2005_8_14", + "question":"Si 1 kg del compuesto tolueno se funde a -95 °C, entonces 500 g de tolueno se fundirán a -95 °C.", + "choices":[ + "fundirse a -47,5°C.", + "fundirse a -95°C.", + "hervir a 95°C.", + "hervir a 47,5°C." + ], + "answerKey":"B" + }, + { + "id":"Mercury_400056", + "question":"¿Qué rasgo de la planta se hereda?", + "choices":[ + "la forma de sus hojas", + "la cantidad de agua que recibe", + "la cantidad de minerales que absorbe del suelo", + "el nivel de luz solar al que está expuesto" + ], + "answerKey":"A" + }, + { + "id":"NAEP_2009_4_S11+2", + "question":"Roger vertió agua sobre un montón de arena. Parte de la arena se desprendió. ¿A cuál de los siguientes procesos se parece este?", + "choices":[ + "La erupción de un volcán", + "La erosión de las paredes de un cañón", + "La elevación de las cordilleras", + "La formación de dunas o montículos en un desierto." + ], + "answerKey":"B" + }, + { + "id":"Mercury_7136115", + "question":"Roger visitó a su abuelo, que vive en una granja. Mientras estaba allí, lo ayudó a sacar el heno del granero. Mientras trabajaba en el granero, Roger empezó a estornudar. ¿Qué sistema del cuerpo probablemente causó el estornudo de Roger?", + "choices":[ + "circulatorio", + "excretorio", + "digestivo", + "inmune" + ], + "answerKey":"D" + }, + { + "id":"Mercury_SC_416531", + "question":"Erin colocó su trébol en un rincón oscuro. Pronto vio que las hojas se inclinaban hacia la ventana. ¿Qué necesitaba la planta de la ventana?", + "choices":[ + "luz solar durante el día", + "aire durante el día", + "oscuridad en la noche", + "calor en la noche" + ], + "answerKey":"A" + }, + { + "id":"Mercury_404988", + "question":"¿Cuál de estas afirmaciones sobre los recursos no renovables es verdadera?", + "choices":[ + "Son económicos.", + "Ayudan a mantener el aire limpio.", + "Pueden tardar millones de años en formarse.", + "Se utilizan porque se quitan fácilmente del suelo." + ], + "answerKey":"C" + }, + { + "id":"NYSEDREGENTS_2006_4_27", + "question":"¿Qué actividad humana tiene con mayor frecuencia un efecto nocivo sobre el medio ambiente?", + "choices":[ + "respiración", + "creciente", + "plantación", + "contaminador" + ], + "answerKey":"D" + }, + { + "id":"Mercury_SC_409901", + "question":"Las plantas necesitan una fuente de energía para realizar la fotosíntesis. ¿De qué fuente obtienen la energía necesaria para realizarla?", + "choices":[ + "oxígeno", + "azúcar", + "luz del sol", + "agua" + ], + "answerKey":"C" + }, + { + "id":"NAEP_2000_4_S12+2", + "question":"¿Qué temperatura hace en la superficie del Sol?", + "choices":[ + "No tan caliente como el agua hirviendo", + "Tan caliente como el fuego", + "Alrededor de 100°F", + "Mucho más caliente que casi cualquier cosa en la Tierra" + ], + "answerKey":"D" + }, + { + "id":"Mercury_7001768", + "question":"La función principal de la insulina en nuestro cuerpo es", + "choices":[ + "almacenar combustible para su uso posterior.", + "regular la cantidad de glucosa en la sangre.", + "Aumentar la eficiencia del consumo de combustible.", + "evitar que las bacterias digestivas consuman glucosa." + ], + "answerKey":"B" + } +] diff --git a/data/arc/fa_test.json b/data/arc/fa_test.json new file mode 100644 index 0000000000000000000000000000000000000000..0d23c8430cd88c45bf1c5442099541ce86515389 --- /dev/null +++ b/data/arc/fa_test.json @@ -0,0 +1,112 @@ +[ + { + "id":"Mercury_SC_409024", + "question":"حیوانات از خوردن غذایی که از گیاهان به دست می‌آید، انرژی دریافت می‌کنند. گیاهان با جذب موادی که توسط حیوانات آزاد می‌شوند، زنده می‌مانند. حیوانات چه ماده‌ای آزاد می‌کنند که گیاهان آن را جذب می‌کنند؟", + "choices":[ + "دی اکسید کربن", + "اکسیژن", + "نمک", + "شکر" + ], + "answerKey":"A" + }, + { + "id":"Mercury_LBS10817", + "question":"وقتی یک ستاره منفجر می‌شود، یک جسم به شدت درخشان تشکیل می‌شود. نام این جسم چیست؟", + "choices":[ + "نوا", + "غول سرخ", + "ابرنواختر", + "کوتوله سفید" + ], + "answerKey":"C" + }, + { + "id":"OHAT_2011_5_37", + "question":"کلاس گلدان‌ها را کنار پنجره قرار می‌دهد تا گیاهان بتوانند نور خورشید بیشتری دریافت کنند. گیاهان گوجه‌فرنگی چگونه از نور خورشید استفاده می‌کنند؟", + "choices":[ + "برای ساختن قند در برگ‌ها", + "برای استفاده از نشاسته از ساقه‌ها", + "برای رساندن آب به گل‌ها", + "برای دریافت مواد مغذی از طریق ریشه" + ], + "answerKey":"A" + }, + { + "id":"Mercury_SC_409574", + "question":"ترور لامپ را روشن می‌کند. وقتی لامپ روشن است، انرژی الکتریکی به کدام شکل دیگر انرژی تبدیل می‌شود؟", + "choices":[ + "شیمیایی", + "نور", + "مکانیکی", + "پتانسیل" + ], + "answerKey":"B" + }, + { + "id":"NYSEDREGENTS_2013_4_29", + "question":"کدام وسایل در خانه هنگام قطع برق بیشترین کاربرد را دارند؟", + "choices":[ + "چراغ قوه و باتری اضافی", + "کلاه و کرم ضد آفتاب", + "بارانی و چتر", + "اسپری و ژاکت مخصوص حشرات" + ], + "answerKey":"A" + }, + { + "id":"Mercury_SC_400987", + "question":"بازیافت روزنامه‌ها برای محیط زیست مفید است زیرا", + "choices":[ + "نیاز به درختان را افزایش می‌دهد.", + "به حفظ منابع کمک می‌کند.", + "نیاز به محل‌های دفن زباله را افزایش می‌دهد.", + "به حذف آلاینده‌ها از هوا کمک می‌کند." + ], + "answerKey":"B" + }, + { + "id":"Mercury_SC_402031", + "question":"کدام یک از این ابزارها برای ثبت مشاهدات در فضای باز بهترین هستند؟", + "choices":[ + "یک حاکم", + "یک گراف", + "یک دفترچه یادداشت", + "یک ماشین حساب" + ], + "answerKey":"C" + }, + { + "id":"AKDE&ED_2008_8_51", + "question":"سیستم گردش خون و سیستم تنفسی چگونه به یکدیگر وابسته هستند؟", + "choices":[ + "اکسیژنی که توسط دستگاه تنفسی جمع‌آوری می‌شود، توسط سیستم گردش خون به سراسر بدن منتقل می‌شود.", + "مواد زائد جامد که توسط سیستم گردش خون جمع آوری می شوند، توسط سیستم تنفسی به سراسر بدن حمل می شوند.", + "مواد مغذی که توسط دستگاه تنفسی جمع‌آوری می‌شوند، توسط دستگاه گردش خون به سراسر بدن منتقل می‌شوند.", + "دی اکسید کربن جمع آوری شده توسط سیستم گردش خون توسط سیستم تنفسی در سراسر بدن حمل می شود." + ], + "answerKey":"A" + }, + { + "id":"NYSEDREGENTS_2008_4_21", + "question":"برگ‌های درخت در پاییز تغییر رنگ می‌دهند. این نمونه‌ای از یک درخت است.", + "choices":[ + "چرخه حیات خود را تکمیل می‌کند", + "آماده شدن برای مهاجرت", + "به محیط خود پاسخ می‌دهد", + "شروع خواب زمستانی" + ], + "answerKey":"C" + }, + { + "id":"Mercury_SC_416097", + "question":"کدام قسمت گیاه به درستی توصیف شده است؟", + "choices":[ + "ساقه‌ها دانه‌ها را می‌سازند.", + "ریشه‌ها مواد مغذی را جذب می‌کنند.", + "برگ‌ها آب را جذب می‌کنند.", + "گل‌ها غذا می‌سازند." + ], + "answerKey":"B" + } +] diff --git a/data/arc/fa_train.json b/data/arc/fa_train.json new file mode 100644 index 0000000000000000000000000000000000000000..28fe95a6384742a0b1b74e9009ed2900c1364d1a --- /dev/null +++ b/data/arc/fa_train.json @@ -0,0 +1,145 @@ +[ + { + "id":"Mercury_7283255", + "question":"کدام یک از رویدادهای زیر در طول میوز بیشترین سهم را در تنوع درون گونه ای دارد؟", + "choices":[ + "جفت شدن کروموزوم‌ها", + "ایجاد گامت‌های هاپلوئید", + "تفکیک آلل‌ها", + "جداسازی کروماتیدها" + ], + "answerKey":"C" + }, + { + "id":"Mercury_405944", + "question":"موتورهای خودروهای امروزی به گونه‌ای طراحی می‌شوند که از نظر مصرف سوخت بهینه باشند. موتورهای کم‌مصرف به احتمال زیاد با کاهش مصرف سوخت، بر یک شهر تأثیر می‌گذارند.", + "choices":[ + "آلودگی هوا.", + "آلودگی حرارتی.", + "آلودگی صوتی.", + "آلودگی نوری." + ], + "answerKey":"A" + }, + { + "id":"MCAS_2001_8_2", + "question":"کدام گزینه، فناوری حمل و نقل را به بهترین شکل توصیف می‌کند؟", + "choices":[ + "سیستمی که برای جابجایی افراد و محصولات استفاده می‌شود", + "بنگاه اقتصادی که مواد اولیه را به کالا تبدیل می‌کند", + "ساخت و تکمیل سازه‌ها", + "تبدیل انرژی مکانیکی به انرژی گرمایی" + ], + "answerKey":"A" + }, + { + "id":"MCAS_2005_8_14", + "question":"اگر ۱ کیلوگرم از ترکیب تولوئن در دمای ۹۵- درجه سانتیگراد ذوب شود، آنگاه ۵۰۰ گرم تولوئن ...", + "choices":[ + "در دمای ۴۷.۵- درجه سانتی‌گراد ذوب می‌شود.", + "در دمای 95- درجه سانتیگراد ذوب می‌شود.", + "در دمای ۹۵ درجه سانتیگراد بجوشانید.", + "در دمای ۴۷.۵ درجه سانتی‌گراد بجوشانید." + ], + "answerKey":"B" + }, + { + "id":"Mercury_400056", + "question":"کدام ویژگی گیاهی به ارث می‌رسد؟", + "choices":[ + "شکل برگ‌های آن", + "میزان آبی که دریافت می‌کند", + "تعداد مواد معدنی که از خاک جذب می‌کند", + "سطح نوری که در معرض آن قرار می‌گیرد" + ], + "answerKey":"A" + }, + { + "id":"NAEP_2009_4_S11+2", + "question":"راجر روی توده‌ای از شن آب ریخت. مقداری از شن شسته شد. این فرآیند مشابه کدام یک از موارد زیر است؟", + "choices":[ + "فوران یک آتشفشان", + "فرسایش دیواره‌های دره", + "سربرآوردن رشته‌کوه‌ها", + "تشکیل تپه‌های شنی یا تپه‌های شنی در بیابان" + ], + "answerKey":"B" + }, + { + "id":"Mercury_7136115", + "question":"راجر به دیدار پدربزرگش که در مزرعه‌ای زندگی می‌کرد، رفت. در مدتی که پدربزرگش آنجا بود، به پدربزرگش در بیرون بردن کاه از انبار کمک کرد. همانطور که راجر در انبار کار می‌کرد، شروع به عطسه کرد. کدام سیستم بدن به احتمال زیاد باعث عطسه کردن راجر می‌شد؟", + "choices":[ + "گردش خون", + "دفع کننده", + "گوارشی", + "ایمنی" + ], + "answerKey":"D" + }, + { + "id":"Mercury_SC_416531", + "question":"ارین گیاه شبدر خود را در گوشه‌ای تاریک قرار داد. خیلی زود دید که برگ‌هایش به سمت پنجره‌اش متمایل شده‌اند. این گیاه بیش از همه به چه چیزی از پنجره نیاز داشت؟", + "choices":[ + "نور خورشید در طول روز", + "هوا در طول روز", + "تاریکی در شب", + "گرما در شب" + ], + "answerKey":"A" + }, + { + "id":"Mercury_404988", + "question":"کدام یک از این عبارات در مورد منابع تجدیدناپذیر صحیح است؟", + "choices":[ + "آنها ارزان هستند.", + "آنها به تمیز نگه داشتن هوا کمک می‌کنند.", + "تشکیل آنها می‌تواند میلیون‌ها سال طول بکشد.", + "آنها به این دلیل مورد استفاده قرار می‌گیرند که به راحتی از زمین جدا می‌شوند." + ], + "answerKey":"C" + }, + { + "id":"NYSEDREGENTS_2006_4_27", + "question":"کدام فعالیت انسانی اغلب تأثیر مضر بر محیط زیست دارد؟", + "choices":[ + "تنفس", + "در حال رشد", + "کاشت", + "آلاینده" + ], + "answerKey":"D" + }, + { + "id":"Mercury_SC_409901", + "question":"گیاهان برای انجام فتوسنتز به منبع انرژی نیاز دارند. گیاهان انرژی لازم برای انجام فتوسنتز را از کدام منبع دریافت می‌کنند؟", + "choices":[ + "اکسیژن", + "شکر", + "نور خورشید", + "آب" + ], + "answerKey":"C" + }, + { + "id":"NAEP_2000_4_S12+2", + "question":"دمای سطح خورشید چقدر است؟", + "choices":[ + "نه به اندازه آب جوش داغ", + "تقریباً به داغی آتش", + "حدود ۱۰۰ درجه فارنهایت", + "بسیار داغ‌تر از تقریباً هر چیزی روی زمین" + ], + "answerKey":"D" + }, + { + "id":"Mercury_7001768", + "question":"وظیفه اصلی انسولین در بدن ما این است که", + "choices":[ + "سوخت را برای استفاده بعدی ذخیره کنید.", + "میزان گلوکز خون را تنظیم کنید.", + "افزایش راندمان مصرف سوخت.", + "جلوگیری از مصرف گلوکز توسط باکتری‌های گوارشی." + ], + "answerKey":"B" + } +] diff --git a/data/arc/fr_test.json b/data/arc/fr_test.json new file mode 100644 index 0000000000000000000000000000000000000000..f62bf6e249a1ece55aea308d9e2b355ebc6b0ad3 --- /dev/null +++ b/data/arc/fr_test.json @@ -0,0 +1,112 @@ +[ + { + "id":"Mercury_SC_409024", + "question":"Les animaux tirent leur énergie de la nourriture provenant des plantes. Les plantes survivent en absorbant des substances libérées par les animaux. Quelles substances les animaux libèrent-ils et que les plantes absorbent ?", + "choices":[ + "dioxyde de carbone", + "oxygène", + "sel", + "sucre" + ], + "answerKey":"A" + }, + { + "id":"Mercury_LBS10817", + "question":"Lorsqu'une étoile explose, un objet extrêmement brillant se forme. Quel est le nom de cet objet ?", + "choices":[ + "nova", + "géante rouge", + "supernova", + "naine blanche" + ], + "answerKey":"C" + }, + { + "id":"OHAT_2011_5_37", + "question":"La classe place les jardinières près de la fenêtre pour que les plants bénéficient davantage de la lumière du soleil. Comment les plants de tomates utilisent-ils la lumière du soleil ?", + "choices":[ + "faire du sucre dans les feuilles", + "utiliser l'amidon des tiges", + "pour acheminer l'eau vers les fleurs", + "pour obtenir des nutriments par les racines" + ], + "answerKey":"A" + }, + { + "id":"Mercury_SC_409574", + "question":"Trevor allume une lampe. Quand la lampe est allumée, l'énergie électrique se transforme en quelle autre forme d'énergie ?", + "choices":[ + "chimique", + "lumière", + "mécanique", + "potentiel" + ], + "answerKey":"B" + }, + { + "id":"NYSEDREGENTS_2013_4_29", + "question":"Quels objets seraient les plus utiles à la maison en cas de panne de courant ?", + "choices":[ + "lampes de poche et piles supplémentaires", + "chapeaux et crème solaire", + "imperméables et parapluies", + "insectifuge et vestes" + ], + "answerKey":"A" + }, + { + "id":"Mercury_SC_400987", + "question":"Le recyclage des journaux est bon pour l’environnement car il", + "choices":[ + "augmente le besoin d’arbres.", + "contribue à préserver les ressources.", + "augmente le besoin de décharges.", + "aide à éliminer les polluants de l’air." + ], + "answerKey":"B" + }, + { + "id":"Mercury_SC_402031", + "question":"Lequel de ces outils est le meilleur pour enregistrer des observations en extérieur ?", + "choices":[ + "une règle", + "un graphique", + "un cahier", + "une calculatrice" + ], + "answerKey":"C" + }, + { + "id":"AKDE&ED_2008_8_51", + "question":"Comment le système circulatoire et le système respiratoire dépendent-ils l’un de l’autre ?", + "choices":[ + "L’oxygène collecté par le système respiratoire est transporté dans tout le corps par le système circulatoire.", + "Les déchets solides collectés par le système circulatoire sont transportés dans tout le corps par le système respiratoire.", + "Les nutriments collectés par le système respiratoire sont transportés dans tout le corps par le système circulatoire.", + "Le dioxyde de carbone collecté par le système circulatoire est transporté dans tout le corps par le système respiratoire." + ], + "answerKey":"A" + }, + { + "id":"NYSEDREGENTS_2008_4_21", + "question":"Les feuilles d'un arbre changent de couleur à l'automne. Voici un exemple d'arbre", + "choices":[ + "achever son cycle de vie", + "se préparer à la migration", + "répondre à son environnement", + "début de l'hibernation" + ], + "answerKey":"C" + }, + { + "id":"Mercury_SC_416097", + "question":"Quelle partie de la plante est décrite correctement ?", + "choices":[ + "Les tiges produisent des graines.", + "Les racines absorbent les nutriments.", + "Les feuilles absorbent l'eau.", + "Les fleurs font de la nourriture." + ], + "answerKey":"B" + } +] diff --git a/data/arc/fr_train.json b/data/arc/fr_train.json new file mode 100644 index 0000000000000000000000000000000000000000..4ef8a409c617ef7d35af7fc570650c3f5beba21e --- /dev/null +++ b/data/arc/fr_train.json @@ -0,0 +1,145 @@ +[ + { + "id":"Mercury_7283255", + "question":"Lequel des événements suivants au cours de la méiose contribue le plus à la variation au sein d’une espèce ?", + "choices":[ + "appariement des chromosomes", + "création de gamètes haploïdes", + "ségrégation des allèles", + "séparation des chromatides" + ], + "answerKey":"C" + }, + { + "id":"Mercury_405944", + "question":"Les moteurs automobiles construits aujourd'hui sont conçus pour être économes en carburant. Ces moteurs ont probablement un impact sur une ville en réduisant", + "choices":[ + "pollution de l'air.", + "pollution thermique.", + "pollution sonore.", + "pollution lumineuse." + ], + "answerKey":"A" + }, + { + "id":"MCAS_2001_8_2", + "question":"Qu’est-ce qui décrit le mieux la technologie des transports ?", + "choices":[ + "un système utilisé pour déplacer des personnes et des produits", + "une entreprise qui transforme des matières premières en biens", + "la construction et la finition des structures", + "la conversion de l'énergie mécanique en énergie thermique" + ], + "answerKey":"A" + }, + { + "id":"MCAS_2005_8_14", + "question":"Si 1 kg du composé toluène fond à -95°C, alors 500 g de toluène fondront", + "choices":[ + "fondre à -47,5°C.", + "fondre à -95°C.", + "faire bouillir à 95°C.", + "faire bouillir à 47,5°C." + ], + "answerKey":"B" + }, + { + "id":"Mercury_400056", + "question":"Quel trait végétal est hérité ?", + "choices":[ + "la forme de ses feuilles", + "la quantité d'eau qu'il reçoit", + "la quantité de minéraux qu'il absorbe du sol", + "le niveau d'ensoleillement auquel il est exposé" + ], + "answerKey":"A" + }, + { + "id":"NAEP_2009_4_S11+2", + "question":"Roger a versé de l'eau sur un tas de sable. Une partie du sable a été emportée. Ce processus est similaire à lequel des exemples suivants ?", + "choices":[ + "L'éruption d'un volcan", + "L'érosion des parois d'un canyon", + "L'élévation des chaînes de montagnes", + "La formation de dunes ou de monticules dans un désert" + ], + "answerKey":"B" + }, + { + "id":"Mercury_7136115", + "question":"Roger rendait visite à son grand-père qui vivait à la ferme. Pendant son séjour, il l'aida à sortir le foin de la grange. Alors qu'il travaillait dans la grange, Roger se mit à éternuer. Quel système du corps était probablement à l'origine de ces éternuements ?", + "choices":[ + "circulatoire", + "excréteur", + "digestif", + "immunitaire" + ], + "answerKey":"D" + }, + { + "id":"Mercury_SC_416531", + "question":"Erin a placé son trèfle dans un coin sombre. Elle a vite constaté que les feuilles étaient penchées vers sa fenêtre. De quoi la plante avait-elle le plus besoin de la fenêtre ?", + "choices":[ + "la lumière du soleil pendant la journée", + "l'air pendant la journée", + "l'obscurité la nuit", + "chaleur la nuit" + ], + "answerKey":"A" + }, + { + "id":"Mercury_404988", + "question":"Laquelle de ces affirmations concernant les ressources non renouvelables est vraie ?", + "choices":[ + "Ils sont bon marché.", + "Ils aident à garder l’air pur.", + "Leur formation peut prendre des millions d’années.", + "Ils sont utilisés car ils sont facilement retirés du sol." + ], + "answerKey":"C" + }, + { + "id":"NYSEDREGENTS_2006_4_27", + "question":"Quelle activité humaine a le plus souvent un effet néfaste sur l’environnement ?", + "choices":[ + "respiration", + "croissance", + "plantation", + "pollué" + ], + "answerKey":"D" + }, + { + "id":"Mercury_SC_409901", + "question":"Les plantes ont besoin d'une source d'énergie pour réaliser la photosynthèse. De quelle source les plantes tirent-elles l'énergie nécessaire à la photosynthèse ?", + "choices":[ + "oxygène", + "sucre", + "soleil", + "eau" + ], + "answerKey":"C" + }, + { + "id":"NAEP_2000_4_S12+2", + "question":"Quelle est la température à la surface du Soleil ?", + "choices":[ + "Pas aussi chaud que l'eau bouillante", + "Aussi chaud que le feu", + "Environ 100°F", + "Beaucoup plus chaud que presque tout sur Terre" + ], + "answerKey":"D" + }, + { + "id":"Mercury_7001768", + "question":"La fonction principale de l’insuline dans notre corps est de", + "choices":[ + "stocker du carburant pour une utilisation ultérieure.", + "réguler la quantité de glucose dans le sang.", + "augmenter l'efficacité de la consommation de carburant.", + "empêcher les bactéries digestives de consommer du glucose." + ], + "answerKey":"B" + } +] diff --git a/data/arc/hi_test.json b/data/arc/hi_test.json new file mode 100644 index 0000000000000000000000000000000000000000..58f1da30fe38ebdfeb63618854e2757d1559b4e2 --- /dev/null +++ b/data/arc/hi_test.json @@ -0,0 +1,112 @@ +[ + { + "id":"Mercury_SC_409024", + "question":"जानवरों को पौधों से मिलने वाले भोजन से ऊर्जा मिलती है। पौधे जानवरों द्वारा छोड़े गए पदार्थों को ग्रहण करके जीवित रहते हैं। जानवर कौन सा पदार्थ छोड़ते हैं जिसे पौधे ग्रहण करते हैं?", + "choices":[ + "कार्बन डाईऑक्साइड", + "ऑक्सीजन", + "नमक", + "चीनी" + ], + "answerKey":"A" + }, + { + "id":"Mercury_LBS10817", + "question":"जब कोई तारा फटता है तो एक अत्यंत चमकीली वस्तु बनती है। इस वस्तु का नाम क्या है?", + "choices":[ + "नया तारा", + "लाल विशाल", + "सुपरनोवा", + "व्हाइट द्वार्फ" + ], + "answerKey":"C" + }, + { + "id":"OHAT_2011_5_37", + "question":"कक्षा में पौधों को खिड़की के पास रखा जाता है ताकि पौधों को अधिक धूप मिल सके। टमाटर के पौधे सूर्य के प्रकाश का उपयोग कैसे करते हैं?", + "choices":[ + "पत्तियों में चीनी बनाने के लिए", + "तने से स्टार्च का उपयोग करना", + "फूलों तक पानी पहुँचाने के लिए", + "जड़ों के माध्यम से पोषक तत्व प्राप्त करना" + ], + "answerKey":"A" + }, + { + "id":"Mercury_SC_409574", + "question":"ट्रेवर एक लैंप जलाता है। जब लैंप जलता है, तो विद्युत ऊर्जा किस अन्य ऊर्जा रूप में परिवर्तित हो जाती है?", + "choices":[ + "रासायनिक", + "रोशनी", + "यांत्रिक", + "संभावना" + ], + "answerKey":"B" + }, + { + "id":"NYSEDREGENTS_2013_4_29", + "question":"बिजली गुल होने पर घर में कौन सी चीजें सबसे अधिक उपयोगी होंगी?", + "choices":[ + "फ्लैशलाइट और अतिरिक्त बैटरी", + "टोपी और सनस्क्रीन", + "रेनकोट और छाते", + "कीट स्प्रे और जैकेट" + ], + "answerKey":"A" + }, + { + "id":"Mercury_SC_400987", + "question":"समाचार पत्रों का पुनर्चक्रण पर्यावरण के लिए अच्छा है क्योंकि यह", + "choices":[ + "पेड़ों की आवश्यकता बढ़ जाती है.", + "संसाधनों के संरक्षण में मदद करता है.", + "लैंडफिल की आवश्यकता बढ़ जाती है।", + "हवा से प्रदूषकों को हटाने में मदद करता है।" + ], + "answerKey":"B" + }, + { + "id":"Mercury_SC_402031", + "question":"इनमें से कौन सा उपकरण बाहरी स्थानों पर अवलोकन रिकॉर्ड करने के लिए सर्वोत्तम है?", + "choices":[ + "एक शासक", + "एक ग्राफ", + "स्मरण पुस्तक", + "एक कैलकुलेटर" + ], + "answerKey":"C" + }, + { + "id":"AKDE&ED_2008_8_51", + "question":"परिसंचरण तंत्र और श्वसन तंत्र एक दूसरे पर किस प्रकार निर्भर करते हैं?", + "choices":[ + "श्वसन तंत्र द्वारा एकत्रित ऑक्सीजन को परिसंचरण तंत्र द्वारा पूरे शरीर में पहुंचाया जाता है।", + "परिसंचरण तंत्र द्वारा एकत्रित ठोस अपशिष्ट को श्वसन तंत्र द्वारा पूरे शरीर में ले जाया जाता है।", + "श्वसन तंत्र द्वारा एकत्रित पोषक तत्वों को परिसंचरण तंत्र द्वारा पूरे शरीर में ले जाया जाता है।", + "परिसंचरण तंत्र द्वारा एकत्रित कार्बन डाइऑक्साइड को श्वसन तंत्र द्वारा पूरे शरीर में ले जाया जाता है।" + ], + "answerKey":"A" + }, + { + "id":"NYSEDREGENTS_2008_4_21", + "question":"पतझड़ में पेड़ की पत्तियाँ रंग बदलती हैं। यह एक पेड़ का उदाहरण है", + "choices":[ + "अपना जीवन चक्र पूरा करना", + "प्रवास की तैयारी", + "अपने वातावरण के प्रति प्रतिक्रिया", + "हाइबरनेशन की शुरुआत" + ], + "answerKey":"C" + }, + { + "id":"Mercury_SC_416097", + "question":"पौधे के किस भाग का सही वर्णन किया गया है?", + "choices":[ + "तने बीज बनाते हैं।", + "जड़ें पोषक तत्वों को अवशोषित करती हैं।", + "पत्तियाँ जल सोखती हैं।", + "फूल भोजन बनाते हैं." + ], + "answerKey":"B" + } +] diff --git a/data/arc/hi_train.json b/data/arc/hi_train.json new file mode 100644 index 0000000000000000000000000000000000000000..a9f041558fce930dce49e3770b214f618859c101 --- /dev/null +++ b/data/arc/hi_train.json @@ -0,0 +1,145 @@ +[ + { + "id":"Mercury_7283255", + "question":"अर्धसूत्रीविभाजन के दौरान निम्नलिखित में से कौन सी घटना किसी प्रजाति के भीतर भिन्नता में सबसे अधिक योगदान देती है?", + "choices":[ + "गुणसूत्रों का युग्मन", + "अगुणित युग्मकों का निर्माण", + "एलील्स का पृथक्करण", + "क्रोमैटिड्स का पृथक्करण" + ], + "answerKey":"C" + }, + { + "id":"Mercury_405944", + "question":"आजकल बनाए जाने वाले ऑटोमोबाइल इंजन गैस कुशल होने के लिए डिज़ाइन किए गए हैं। गैस-कुशल इंजन संभवतः शहर को कम करके प्रभावित करते हैं", + "choices":[ + "वायु प्रदूषण।", + "गर्मी प्रदूषण.", + "ध्वनि प्रदूषण.", + "प्रकाश प्रदूषण." + ], + "answerKey":"A" + }, + { + "id":"MCAS_2001_8_2", + "question":"परिवहन प्रौद्योगिकी का सबसे अच्छा वर्णन कौन सा है?", + "choices":[ + "एक प्रणाली जिसका उपयोग लोगों और उत्पादों को स्थानांतरित करने के लिए किया जाता है", + "एक उद्यम जो कच्चे माल को माल में बदलता है", + "संरचनाओं का निर्माण और परिष्करण", + "यांत्रिक ऊर्जा का ऊष्मा ऊर्जा में रूपांतरण" + ], + "answerKey":"A" + }, + { + "id":"MCAS_2005_8_14", + "question":"यदि यौगिक टोल्यूनि का 1 किग्रा -95°C पर पिघलता है, तो 500 ग्राम टोल्यूनि बनेगा", + "choices":[ + "-47.5°C पर पिघलता है।", + "-95°C पर पिघलता है।", + "95°C पर उबालें.", + "47.5°C पर उबालें।" + ], + "answerKey":"B" + }, + { + "id":"Mercury_400056", + "question":"कौन सा पौधा गुण वंशागत होता है?", + "choices":[ + "इसके पत्तों का आकार", + "इसे प्राप्त होने वाले पानी की मात्रा", + "मिट्टी से अवशोषित खनिजों की संख्या", + "सूर्य के प्रकाश का वह स्तर जिससे वह उजागर होता है" + ], + "answerKey":"A" + }, + { + "id":"NAEP_2009_4_S11+2", + "question":"रोजर ने रेत के ढेर पर पानी डाला। कुछ रेत बह गई। यह प्रक्रिया निम्न में से किससे मिलती जुलती है?", + "choices":[ + "ज्वालामुखी का विस्फोट", + "घाटी की दीवारों का क्षरण", + "पर्वत श्रृंखलाओं का उत्थान", + "रेगिस्तान में टीलों या टीलों का निर्माण" + ], + "answerKey":"B" + }, + { + "id":"Mercury_7136115", + "question":"रोजर अपने दादा से मिलने गया जो खेत पर रहते हैं। जब वह वहाँ था, तो उसने खलिहान से घास हटाने में अपने दादा की मदद की। खलिहान में काम करते समय रोजर को छींक आने लगी। शरीर के किस तंत्र के कारण रोजर को छींक आने की सबसे अधिक संभावना है?", + "choices":[ + "फिरनेवाला", + "निकालनेवाला", + "पाचन", + "प्रतिरक्षा" + ], + "answerKey":"D" + }, + { + "id":"Mercury_SC_416531", + "question":"एरिन ने अपने शमरॉक पौधे को एक अंधेरे कोने में रख दिया। जल्द ही उसने देखा कि पत्तियाँ उसकी खिड़की की ओर झुक गई थीं। पौधे को खिड़की से सबसे ज़्यादा किस चीज़ की ज़रूरत थी?", + "choices":[ + "दिन के समय सूर्य का प्रकाश", + "दिन के दौरान हवा", + "रात को अँधेरा", + "रात में गर्मी" + ], + "answerKey":"A" + }, + { + "id":"Mercury_404988", + "question":"अनवीकरणीय संसाधनों के बारे में इनमें से कौन सा कथन सत्य है?", + "choices":[ + "वे सस्ते हैं.", + "वे हवा को स्वच्छ रखने में मदद करते हैं।", + "इनके बनने में लाखों वर्ष लग सकते हैं।", + "इनका उपयोग इसलिए किया जाता है क्योंकि इन्हें जमीन से आसानी से निकाला जा सकता है।" + ], + "answerKey":"C" + }, + { + "id":"NYSEDREGENTS_2006_4_27", + "question":"कौन सी मानवीय गतिविधि पर्यावरण पर सबसे अधिक हानिकारक प्रभाव डालती है?", + "choices":[ + "साँस लेने", + "बढ़ रही है", + "रोपण", + "प्रदूषण" + ], + "answerKey":"D" + }, + { + "id":"Mercury_SC_409901", + "question":"पौधों को प्रकाश संश्लेषण करने के लिए ऊर्जा के स्रोत की आवश्यकता होती है। पौधे प्रकाश संश्लेषण करने के लिए आवश्यक ऊर्जा किस स्रोत से प्राप्त करते हैं?", + "choices":[ + "ऑक्सीजन", + "चीनी", + "सूर्य का प्रकाश", + "पानी" + ], + "answerKey":"C" + }, + { + "id":"NAEP_2000_4_S12+2", + "question":"सूर्य की सतह पर कितनी गर्मी है?", + "choices":[ + "उबलते पानी जितना गर्म नहीं", + "लगभग आग जितना गर्म", + "लगभग 100°F", + "पृथ्वी पर मौजूद किसी भी चीज़ से कहीं ज़्यादा गर्म" + ], + "answerKey":"D" + }, + { + "id":"Mercury_7001768", + "question":"हमारे शरीर में इंसुलिन का प्राथमिक कार्य है", + "choices":[ + "बाद में उपयोग के लिए ईंधन का भंडारण करें।", + "रक्त में ग्लूकोज की मात्रा को नियंत्रित करें।", + "ईंधन खपत की दक्षता में वृद्धि.", + "पाचन बैक्टीरिया को ग्लूकोज़ का उपभोग करने से रोकें।" + ], + "answerKey":"B" + } +] diff --git a/data/arc/id_test.json b/data/arc/id_test.json new file mode 100644 index 0000000000000000000000000000000000000000..bf170a13ad5943b9ce367b3049062a65b48fef17 --- /dev/null +++ b/data/arc/id_test.json @@ -0,0 +1,112 @@ +[ + { + "id":"Mercury_SC_409024", + "question":"Hewan memperoleh energi dari memakan makanan yang berasal dari tumbuhan. Tumbuhan bertahan hidup dengan menyerap zat-zat yang dikeluarkan oleh hewan. Zat apa yang dikeluarkan hewan yang diserap oleh tumbuhan?", + "choices":[ + "karbon dioksida", + "oksigen", + "garam", + "gula" + ], + "answerKey":"A" + }, + { + "id":"Mercury_LBS10817", + "question":"Ketika sebuah bintang meledak, terbentuklah sebuah objek yang sangat terang. Apa nama objek ini?", + "choices":[ + "baru", + "Raksasa merah", + "supernova", + "katai putih" + ], + "answerKey":"C" + }, + { + "id":"OHAT_2011_5_37", + "question":"Kelas meletakkan pot tanaman di dekat jendela sehingga tanaman bisa mendapatkan lebih banyak sinar matahari. Bagaimana tanaman tomat memanfaatkan sinar matahari?", + "choices":[ + "untuk membuat gula di daun", + "untuk menggunakan pati dari batangnya", + "untuk memindahkan air ke bunga", + "untuk mendapatkan nutrisi melalui akar" + ], + "answerKey":"A" + }, + { + "id":"Mercury_SC_409574", + "question":"Trevor menyalakan lampu. Saat lampu menyala, energi listrik berubah menjadi bentuk energi yang mana?", + "choices":[ + "kimia", + "lampu", + "mekanis", + "potensi" + ], + "answerKey":"B" + }, + { + "id":"NYSEDREGENTS_2013_4_29", + "question":"Barang apa saja yang paling berguna di rumah saat listrik padam?", + "choices":[ + "senter dan baterai cadangan", + "topi dan tabir surya", + "jas hujan dan payung", + "semprotan serangga dan jaket" + ], + "answerKey":"A" + }, + { + "id":"Mercury_SC_400987", + "question":"Mendaur ulang koran baik untuk lingkungan karena", + "choices":[ + "meningkatkan kebutuhan terhadap pohon.", + "membantu melestarikan sumber daya.", + "meningkatkan kebutuhan akan tempat pembuangan sampah.", + "membantu menghilangkan polutan dari udara." + ], + "answerKey":"B" + }, + { + "id":"Mercury_SC_402031", + "question":"Alat manakah yang terbaik untuk merekam pengamatan di luar ruangan?", + "choices":[ + "seorang penggaris", + "sebuah grafik", + "buku catatan", + "kalkulator" + ], + "answerKey":"C" + }, + { + "id":"AKDE&ED_2008_8_51", + "question":"Bagaimana sistem peredaran darah dan sistem pernapasan saling bergantung?", + "choices":[ + "Oksigen yang dikumpulkan oleh sistem pernapasan dibawa ke seluruh tubuh oleh sistem peredaran darah.", + "Sampah padat yang dikumpulkan oleh sistem peredaran darah dibawa ke seluruh tubuh oleh sistem pernapasan.", + "Nutrisi yang dikumpulkan oleh sistem pernapasan dibawa ke seluruh tubuh oleh sistem peredaran darah.", + "Karbon dioksida yang dikumpulkan oleh sistem peredaran darah dibawa ke seluruh tubuh oleh sistem pernapasan." + ], + "answerKey":"A" + }, + { + "id":"NYSEDREGENTS_2008_4_21", + "question":"Daun pohon berubah warna di musim gugur. Ini adalah contoh pohon", + "choices":[ + "menyelesaikan siklus hidupnya", + "mempersiapkan migrasi", + "menanggapi lingkungannya", + "memulai hibernasi" + ], + "answerKey":"C" + }, + { + "id":"Mercury_SC_416097", + "question":"Bagian tanaman manakah yang dijelaskan dengan benar?", + "choices":[ + "Batang menghasilkan biji.", + "Akar menyerap nutrisi.", + "Daun menyerap air.", + "Bunga membuat makanan." + ], + "answerKey":"B" + } +] diff --git a/data/arc/id_train.json b/data/arc/id_train.json new file mode 100644 index 0000000000000000000000000000000000000000..7d530e839d1968fedb94d9d7d7255deafa008199 --- /dev/null +++ b/data/arc/id_train.json @@ -0,0 +1,145 @@ +[ + { + "id":"Mercury_7283255", + "question":"Peristiwa manakah selama meiosis yang paling banyak menyumbang terhadap variasi dalam suatu spesies?", + "choices":[ + "pasangan kromosom", + "penciptaan gamet haploid", + "pemisahan alel", + "pemisahan kromatid" + ], + "answerKey":"C" + }, + { + "id":"Mercury_405944", + "question":"Mesin mobil yang diproduksi saat ini dirancang agar hemat bahan bakar. Mesin hemat bahan bakar kemungkinan besar memengaruhi kota dengan mengurangi emisi karbon dioksida.", + "choices":[ + "polusi udara.", + "polusi panas.", + "polusi suara.", + "polusi cahaya." + ], + "answerKey":"A" + }, + { + "id":"MCAS_2001_8_2", + "question":"Mana yang paling menggambarkan teknologi transportasi?", + "choices":[ + "sistem yang digunakan untuk memindahkan orang dan produk", + "suatu perusahaan yang mengubah bahan baku menjadi barang", + "pembangunan dan penyelesaian struktur", + "konversi energi mekanik menjadi energi panas" + ], + "answerKey":"A" + }, + { + "id":"MCAS_2005_8_14", + "question":"Jika 1 kg senyawa toluena meleleh pada suhu -95°C, maka 500 g toluena akan meleleh pada suhu -95°C.", + "choices":[ + "mencair pada -47,5°C.", + "meleleh pada -95°C.", + "mendidih pada suhu 95°C.", + "mendidih pada suhu 47,5°C." + ], + "answerKey":"B" + }, + { + "id":"Mercury_400056", + "question":"Sifat tanaman manakah yang diwariskan?", + "choices":[ + "bentuk daunnya", + "jumlah air yang diterimanya", + "jumlah mineral yang diserap dari tanah", + "tingkat cahaya matahari yang diterimanya" + ], + "answerKey":"A" + }, + { + "id":"NAEP_2009_4_S11+2", + "question":"Roger menuangkan air ke atas tumpukan pasir. Sebagian pasir terhanyut. Proses ini mirip dengan yang mana dari berikut ini?", + "choices":[ + "Letusan gunung berapi", + "Erosi dinding ngarai", + "Pengangkatan pegunungan", + "Terbentuknya bukit pasir atau gundukan di gurun" + ], + "answerKey":"B" + }, + { + "id":"Mercury_7136115", + "question":"Roger mengunjungi kakeknya yang tinggal di sebuah peternakan. Saat berada di sana, ia membantu kakeknya memindahkan jerami dari lumbung. Saat Roger bekerja di lumbung, ia mulai bersin. Sistem tubuh manakah yang paling mungkin menyebabkan Roger bersin?", + "choices":[ + "peredaran darah", + "ekskresi", + "berkenaan dgn pencernaan", + "imun" + ], + "answerKey":"D" + }, + { + "id":"Mercury_SC_416531", + "question":"Erin meletakkan tanaman shamrocknya di sudut yang gelap. Tak lama kemudian, ia melihat daun-daunnya condong ke arah jendela. Apa yang paling dibutuhkan tanaman itu dari jendela?", + "choices":[ + "sinar matahari pada siang hari", + "udara pada siang hari", + "kegelapan di malam hari", + "kehangatan di malam hari" + ], + "answerKey":"A" + }, + { + "id":"Mercury_404988", + "question":"Pernyataan mana yang benar tentang sumber daya tak terbarukan?", + "choices":[ + "Mereka tidak mahal.", + "Mereka membantu menjaga udara tetap bersih.", + "Mereka membutuhkan waktu jutaan tahun untuk terbentuk.", + "Mereka digunakan karena mudah dikeluarkan dari tanah." + ], + "answerKey":"C" + }, + { + "id":"NYSEDREGENTS_2006_4_27", + "question":"Aktivitas manusia manakah yang paling sering memberikan dampak buruk terhadap lingkungan?", + "choices":[ + "pernafasan", + "pertumbuhan", + "penanaman", + "mencemari" + ], + "answerKey":"D" + }, + { + "id":"Mercury_SC_409901", + "question":"Tumbuhan membutuhkan sumber energi untuk melakukan fotosintesis. Dari sumber manakah tumbuhan memperoleh energi yang dibutuhkan untuk melakukan fotosintesis?", + "choices":[ + "oksigen", + "gula", + "sinar matahari", + "air" + ], + "answerKey":"C" + }, + { + "id":"NAEP_2000_4_S12+2", + "question":"Seberapa panas permukaan Matahari?", + "choices":[ + "Tidak sepanas air mendidih", + "Hampir sepanas api", + "Sekitar 100°F", + "Jauh lebih panas daripada hampir semua hal di Bumi" + ], + "answerKey":"D" + }, + { + "id":"Mercury_7001768", + "question":"Fungsi utama insulin dalam tubuh kita adalah untuk", + "choices":[ + "menyimpan bahan bakar untuk penggunaan selanjutnya.", + "mengatur jumlah glukosa dalam darah.", + "meningkatkan efisiensi konsumsi bahan bakar.", + "mencegah bakteri pencernaan mengonsumsi glukosa." + ], + "answerKey":"B" + } +] diff --git a/data/arc/ja_test.json b/data/arc/ja_test.json new file mode 100644 index 0000000000000000000000000000000000000000..08c92cc19e1f8928bba6a10cff2ab4957b0189c5 --- /dev/null +++ b/data/arc/ja_test.json @@ -0,0 +1,112 @@ +[ + { + "id":"Mercury_SC_409024", + "question":"動物は植物から得られる食物を食べることでエネルギーを得ます。植物は動物が放出する物質を摂取することで生きています。動物が放出し、植物が吸収する物質は何でしょうか?", + "choices":[ + "二酸化炭素", + "酸素", + "塩", + "砂糖" + ], + "answerKey":"A" + }, + { + "id":"Mercury_LBS10817", + "question":"星が爆発すると、非常に明るい天体が形成されます。この天体の名前は何ですか?", + "choices":[ + "新星", + "赤色巨星", + "超新星", + "白色矮星" + ], + "answerKey":"C" + }, + { + "id":"OHAT_2011_5_37", + "question":"クラスでは、植物がより多くの日光を浴びられるように、プランターを窓辺に置きます。トマトの苗はどのように日光を利用しているのでしょうか?", + "choices":[ + "葉に砂糖を作る", + "茎からデンプンを使用する", + "花に水をやる", + "根から栄養分を得る" + ], + "answerKey":"A" + }, + { + "id":"Mercury_SC_409574", + "question":"トレバーはランプを点灯します。ランプが点灯すると、電気エネルギーはどのような他の形態のエネルギーに変化しますか?", + "choices":[ + "化学薬品", + "ライト", + "機械式", + "潜在的" + ], + "answerKey":"B" + }, + { + "id":"NYSEDREGENTS_2013_4_29", + "question":"停電時に家庭で最も役立つアイテムは何でしょうか?", + "choices":[ + "懐中電灯と予備の電池", + "帽子と日焼け止め", + "レインコートと傘", + "虫除けスプレーとジャケット" + ], + "answerKey":"A" + }, + { + "id":"Mercury_SC_400987", + "question":"新聞をリサイクルすることは環境に良い。", + "choices":[ + "木々の必要性が高まります。", + "資源の節約に役立ちます。", + "埋め立て地の必要性が高まります。", + "空気中の汚染物質を除去するのに役立ちます。" + ], + "answerKey":"B" + }, + { + "id":"Mercury_SC_402031", + "question":"屋外での観察を記録するのに最適なツールはどれですか?", + "choices":[ + "支配者", + "グラフ", + "ノートブック", + "電卓" + ], + "answerKey":"C" + }, + { + "id":"AKDE&ED_2008_8_51", + "question":"循環器系と呼吸器系はどのように相互に依存しているのでしょうか?", + "choices":[ + "呼吸器系によって集められた酸素は循環器系によって体全体に運ばれます。", + "循環器系によって集められた固形老廃物は、呼吸器系によって体全体に運ばれます。", + "呼吸器系によって集められた栄養素は、循環器系によって体全体に運ばれます。", + "循環器系によって集められた二酸化炭素は、呼吸器系によって体全体に運ばれます。" + ], + "answerKey":"A" + }, + { + "id":"NYSEDREGENTS_2008_4_21", + "question":"木の葉は秋に色づきます。これは木の例です", + "choices":[ + "ライフサイクルを完了する", + "移行の準備", + "環境への反応", + "冬眠の始まり" + ], + "answerKey":"C" + }, + { + "id":"Mercury_SC_416097", + "question":"植物のどの部分が正しく説明されていますか?", + "choices":[ + "茎は種子を作ります。", + "根は栄養分を吸収します。", + "葉は水を吸収します。", + "花は食べ物を作ります。" + ], + "answerKey":"B" + } +] diff --git a/data/arc/ja_train.json b/data/arc/ja_train.json new file mode 100644 index 0000000000000000000000000000000000000000..7977e1bc664bc349f5ee380803e514dcffa3da0f --- /dev/null +++ b/data/arc/ja_train.json @@ -0,0 +1,145 @@ +[ + { + "id":"Mercury_7283255", + "question":"減数分裂中の次の出来事のうち、種内の変異に最も寄与するものはどれですか?", + "choices":[ + "染色体の対合", + "半数体配偶子の作成", + "対立遺伝子の分離", + "染色分体の分離" + ], + "answerKey":"C" + }, + { + "id":"Mercury_405944", + "question":"今日の自動車エンジンは燃費効率を重視して設計されています。燃費の良いエンジンは、都市の燃費を低下させることで、都市に最も大きな影響を与えると考えられます。", + "choices":[ + "大気汚染。", + "熱汚染。", + "騒音公害。", + "光害。" + ], + "answerKey":"A" + }, + { + "id":"MCAS_2001_8_2", + "question":"輸送技術を最もよく表しているのはどれですか?", + "choices":[ + "人や物を移動させるために使用されるシステム", + "原材料を商品に変える企業", + "構造物の建設と仕上げ", + "機械エネルギーを熱エネルギーに変換すること" + ], + "answerKey":"A" + }, + { + "id":"MCAS_2005_8_14", + "question":"1kgのトルエンが-95℃で融解するとすると、500gのトルエンは", + "choices":[ + "-47.5°Cで溶けます。", + "-95℃で溶けます。", + "95℃で沸騰します。", + "47.5℃で沸騰します。" + ], + "answerKey":"B" + }, + { + "id":"Mercury_400056", + "question":"どの植物特性が遺伝しますか?", + "choices":[ + "葉の形", + "受け取る水の量", + "土壌から吸収するミネラルの量", + "受ける日光のレベル" + ], + "answerKey":"A" + }, + { + "id":"NAEP_2009_4_S11+2", + "question":"ロジャーは砂の山に水を注ぎました。砂の一部は流されました。この過程は次のどれに似ていますか?", + "choices":[ + "火山の噴火", + "峡谷の壁の浸食", + "山脈の隆起", + "砂漠における砂丘や塚の形成" + ], + "answerKey":"B" + }, + { + "id":"Mercury_7136115", + "question":"ロジャーは農場に住む祖父を訪ねました。滞在中、祖父が納屋から干し草を運び出すのを手伝いました。納屋で作業をしていると、ロジャーはくしゃみをし始めました。ロジャーのくしゃみの原因として最も可能性が高いのは、体のどの器官でしょうか?", + "choices":[ + "循環器系", + "排泄", + "消化器", + "免疫" + ], + "answerKey":"D" + }, + { + "id":"Mercury_SC_416531", + "question":"エリンはシャムロックを暗い隅に置きました。するとすぐに、葉が窓の方に傾いていることに気づきました。シャムロックは窓から何を求めているのでしょうか?", + "choices":[ + "日中の日光", + "日中の空気", + "夜の暗闇", + "夜の暖かさ" + ], + "answerKey":"A" + }, + { + "id":"Mercury_404988", + "question":"再生不可能な資源に関する次の記述のうち正しいものはどれですか?", + "choices":[ + "安価です。", + "空気をきれいに保つのに役立ちます。", + "それらが形成されるには何百万年もかかることがあります。", + "地面から簡単に取り外せるため使用されます。" + ], + "answerKey":"C" + }, + { + "id":"NYSEDREGENTS_2006_4_27", + "question":"環境に最も有害な影響を及ぼす人間の活動は何ですか?", + "choices":[ + "呼吸", + "成長している", + "植付", + "汚染" + ], + "answerKey":"D" + }, + { + "id":"Mercury_SC_409901", + "question":"植物は光合成を行うためにエネルギー源を必要とします。植物は光合成に必要なエネルギーをどこから得ているのでしょうか?", + "choices":[ + "酸素", + "砂糖", + "日光", + "水" + ], + "answerKey":"C" + }, + { + "id":"NAEP_2000_4_S12+2", + "question":"太陽の表面はどれくらい熱いのでしょうか?", + "choices":[ + "沸騰したお湯ほど熱くはない", + "火のように熱い", + "約100°F", + "地球上のほとんどのものよりもはるかに暑い" + ], + "answerKey":"D" + }, + { + "id":"Mercury_7001768", + "question":"私たちの体内でのインスリンの主な機能は", + "choices":[ + "後で使用するために燃料を貯蔵します。", + "血液中のブドウ糖の量を調節します。", + "燃料消費効率を高めます。", + "消化細菌がブドウ糖を消費するのを防ぎます。" + ], + "answerKey":"B" + } +] diff --git a/data/arc/jv_test.json b/data/arc/jv_test.json new file mode 100644 index 0000000000000000000000000000000000000000..84d27c3e6acffb3c8ad109a7720a28bedb5bebfb --- /dev/null +++ b/data/arc/jv_test.json @@ -0,0 +1,112 @@ +[ + { + "id":"Mercury_SC_409024", + "question":"Kewan entuk energi saka mangan panganan sing asale saka tanduran. Tanduran urip kanthi njupuk zat sing dibebasake saka kewan. Zat apa sing dibebasake kewan sing dijupuk tanduran?", + "choices":[ + "karbon dioksida", + "oksigen", + "uyah", + "gula" + ], + "answerKey":"A" + }, + { + "id":"Mercury_LBS10817", + "question":"Nalika lintang njeblug, obyek sing padhang banget dibentuk. Apa jeneng obyek iki?", + "choices":[ + "nova", + "raksasa abang", + "supernova", + "kurcaci putih" + ], + "answerKey":"C" + }, + { + "id":"OHAT_2011_5_37", + "question":"Ing kelas sijine tanduran ing jejere jendhela supaya tanduran bisa entuk luwih akeh sinar matahari. Kepiye carane tanduran tomat nggunakake sinar matahari?", + "choices":[ + "kanggo nggawe gula ing godhong", + "nggunakake pati saka batang", + "kanggo mindhah banyu menyang kembang", + "kanggo entuk nutrisi liwat oyod" + ], + "answerKey":"A" + }, + { + "id":"Mercury_SC_409574", + "question":"Trevor nguripake lampu. Nalika lampu urip, energi listrik diganti dadi bentuk energi liyane?", + "choices":[ + "kimia", + "cahya", + "mekanik", + "potensial" + ], + "answerKey":"B" + }, + { + "id":"NYSEDREGENTS_2013_4_29", + "question":"Barang apa sing paling migunani ing omah nalika listrik mati?", + "choices":[ + "senter lan baterei ekstra", + "topi lan sunscreen", + "jas hujan lan payung", + "semprotan serangga lan jaket" + ], + "answerKey":"A" + }, + { + "id":"Mercury_SC_400987", + "question":"Daur ulang koran apik kanggo lingkungan amarga", + "choices":[ + "mundhak perlu kanggo wit.", + "mbantu ngirit sumber daya.", + "mundhak perlu kanggo landfills.", + "mbantu mbusak rereged saka udhara." + ], + "answerKey":"B" + }, + { + "id":"Mercury_SC_402031", + "question":"Apa alat iki sing paling apik kanggo ngrekam pengamatan ing njaba?", + "choices":[ + "panguwasa", + "grafik", + "notebook", + "kalkulator" + ], + "answerKey":"C" + }, + { + "id":"AKDE&ED_2008_8_51", + "question":"Kepiye sistem sirkulasi lan sistem pernapasan gumantung siji lan sijine?", + "choices":[ + "Oksigen sing diklumpukake dening sistem pernapasan digawa menyang awak kanthi sistem sirkulasi.", + "Limbah padat sing diklumpukake dening sistem sirkulasi digawa menyang awak kanthi sistem pernapasan.", + "Nutrisi sing diklumpukake dening sistem pernapasan digawa menyang awak kanthi sistem sirkulasi.", + "Karbon dioksida sing diklumpukake dening sistem sirkulasi digawa menyang awak dening sistem pernapasan." + ], + "answerKey":"A" + }, + { + "id":"NYSEDREGENTS_2008_4_21", + "question":"Godhong wit ganti warna ing musim gugur. Iki minangka conto wit", + "choices":[ + "ngrampungake siklus uripe", + "nyiapake kanggo migrasi", + "nanggapi lingkungane", + "miwiti hibernasi" + ], + "answerKey":"C" + }, + { + "id":"Mercury_SC_416097", + "question":"Bagian tanduran endi sing digambarake kanthi bener?", + "choices":[ + "Batang nggawe wiji.", + "Oyod nyerep nutrisi.", + "Godhong nyerep banyu.", + "Kembang nggawe panganan." + ], + "answerKey":"B" + } +] diff --git a/data/arc/jv_train.json b/data/arc/jv_train.json new file mode 100644 index 0000000000000000000000000000000000000000..8b02657802caad9c93ffb52504a676da1e57a443 --- /dev/null +++ b/data/arc/jv_train.json @@ -0,0 +1,145 @@ +[ + { + "id":"Mercury_7283255", + "question":"Kedadeyan apa ing ngisor iki sajrone meiosis sing paling nyumbang kanggo variasi ing spesies?", + "choices":[ + "pasangan kromosom", + "penciptaan gamet haploid", + "pemisahan alel", + "pamisahan kromatid" + ], + "answerKey":"C" + }, + { + "id":"Mercury_405944", + "question":"Mesin mobil sing dibangun saiki dirancang supaya irit gas. Mesin efisien gas paling kamungkinan mengaruhi kutha kanthi ngurangi", + "choices":[ + "polusi udara.", + "polusi panas.", + "polusi swara.", + "polusi cahya." + ], + "answerKey":"A" + }, + { + "id":"MCAS_2001_8_2", + "question":"Kang paling nggambarake teknologi transportasi?", + "choices":[ + "sistem sing digunakake kanggo mindhah wong lan produk", + "perusahaan sing ngganti bahan mentah dadi barang", + "bangunan lan finishing struktur", + "konversi energi mekanik dadi energi panas" + ], + "answerKey":"A" + }, + { + "id":"MCAS_2005_8_14", + "question":"Yen 1 kg senyawa toluene lebur ing -95°C, banjur 500 g toluene bakal", + "choices":[ + "nyawiji ing -47,5 ° C.", + "nyawiji ing -95 ° C.", + "godhok ing 95 ° C.", + "godhok ing 47,5 ° C." + ], + "answerKey":"B" + }, + { + "id":"Mercury_400056", + "question":"Sifat tanduran apa sing diwarisake?", + "choices":[ + "wujude godhonge", + "jumlah banyu sing ditampa", + "jumlah mineral sing diserap saka lemah", + "tingkat suryo srengenge kang kapapar" + ], + "answerKey":"A" + }, + { + "id":"NAEP_2009_4_S11+2", + "question":"Roger diwutahake banyu ing tumpukan wedhi. Sawetara wedhi kakumbah. Proses iki padha karo endi ing ngisor iki?", + "choices":[ + "Jeblugan gunung geni", + "Erosi tembok ngarai", + "Unggah-ungguhing pagunungan", + "Pembentukan gumuk utawa gundukan ing ara-ara samun" + ], + "answerKey":"B" + }, + { + "id":"Mercury_7136115", + "question":"Roger marani mbah kakunge sing manggon ing sawah. Nalika ana ing kana, dheweke nulungi mbah kakunge mindhahake jerami saka kandhang. Nalika Roger makarya ing kandhang, dheweke wiwit wahing. Sistem awak endi sing nyebabake Roger bisa wahing?", + "choices":[ + "sirkulasi", + "ekskresi", + "pencernaan", + "kekebalan" + ], + "answerKey":"D" + }, + { + "id":"Mercury_SC_416531", + "question":"Erin nyelehake tanduran shamrock ing pojok peteng. Ora suwe dheweke weruh yen godhong-godhongan wis miring menyang jendela. Apa sing paling dibutuhake tanduran saka jendhela?", + "choices":[ + "srengenge ing wayah awan", + "hawa ing wayah awan", + "pepeteng ing wayah wengi", + "anget ing wayah wengi" + ], + "answerKey":"A" + }, + { + "id":"Mercury_404988", + "question":"Endi saka pratelan kasebut babagan sumber daya sing ora bisa dianyari sing bener?", + "choices":[ + "Padha inexpensive.", + "Dheweke mbantu njaga hawa resik.", + "Padha bisa njupuk yuta taun kanggo mbentuk.", + "Iki digunakake amarga gampang dicopot saka lemah." + ], + "answerKey":"C" + }, + { + "id":"NYSEDREGENTS_2006_4_27", + "question":"Apa kegiatan manungsa sing paling kerep duweni efek mbebayani ing lingkungan?", + "choices":[ + "ambegan", + "tuwuh", + "nandur", + "polusi" + ], + "answerKey":"D" + }, + { + "id":"Mercury_SC_409901", + "question":"Tanduran butuh sumber energi kanggo nindakake fotosintesis. Saka sumber endi tanduran nampa energi sing dibutuhake kanggo fotosintesis?", + "choices":[ + "oksigen", + "gula", + "suryo srengenge", + "banyu" + ], + "answerKey":"C" + }, + { + "id":"NAEP_2000_4_S12+2", + "question":"Carane panas ing lumahing Srengéngé?", + "choices":[ + "Ora panas banget kaya banyu sing nggodhok", + "Kira-kira panas kaya geni", + "Kira-kira 100 ° F", + "Luwih panas tinimbang meh kabeh ing Bumi" + ], + "answerKey":"D" + }, + { + "id":"Mercury_7001768", + "question":"Fungsi utama insulin ing awak kita yaiku", + "choices":[ + "nyimpen bahan bakar kanggo nggunakake mengko.", + "ngatur jumlah glukosa ing getih.", + "nambah efisiensi konsumsi bahan bakar.", + "nyegah bakteri pencernaan saka ngonsumsi glukosa." + ], + "answerKey":"B" + } +] diff --git a/data/arc/mr_test.json b/data/arc/mr_test.json new file mode 100644 index 0000000000000000000000000000000000000000..979ca6b73ac7ab7cd2883050d72cf3894aa663b5 --- /dev/null +++ b/data/arc/mr_test.json @@ -0,0 +1,112 @@ +[ + { + "id":"Mercury_SC_409024", + "question":"वनस्पतींपासून मिळणारे अन्न खाल्ल्याने प्राण्यांना ऊर्जा मिळते. प्राण्यांनी सोडलेले पदार्थ आत्मसात करून वनस्पती जगतात. वनस्पती जे पदार्थ आत्मसात करतात ते प्राणी आत्मसात करतात.", + "choices":[ + "कार्बन डायऑक्साइड", + "ऑक्सिजन", + "मीठ", + "साखर" + ], + "answerKey":"A" + }, + { + "id":"Mercury_LBS10817", + "question":"जेव्हा एखाद्या ताऱ्याचा स्फोट होतो तेव्हा एक तीव्र तेजस्वी वस्तू तयार होते. या वस्तूचे नाव काय आहे?", + "choices":[ + "नोव्हा", + "लाल राक्षस", + "सुपरनोव्हा", + "पांढरा बटू" + ], + "answerKey":"C" + }, + { + "id":"OHAT_2011_5_37", + "question":"वर्ग रोपांना खिडकीजवळ ठेवतो जेणेकरून झाडांना जास्त सूर्यप्रकाश मिळेल. टोमॅटोची झाडे सूर्यप्रकाश कसा वापरतात?", + "choices":[ + "पानांमध्ये साखर बनवणे", + "देठापासून मिळणारा स्टार्च वापरणे", + "फुलांना पाणी देणे", + "मुळांमधून पोषक तत्वे मिळवण्यासाठी" + ], + "answerKey":"A" + }, + { + "id":"Mercury_SC_409574", + "question":"ट्रेव्हर दिवा लावतो. दिवा चालू असताना विद्युत ऊर्जा कोणत्या प्रकारच्या उर्जेत बदलते?", + "choices":[ + "रासायनिक", + "प्रकाश", + "यांत्रिक", + "क्षमता" + ], + "answerKey":"B" + }, + { + "id":"NYSEDREGENTS_2013_4_29", + "question":"वीजपुरवठा खंडित झाल्यास घरात कोणत्या वस्तू सर्वात जास्त उपयुक्त ठरतील?", + "choices":[ + "टॉर्च आणि अतिरिक्त बॅटरी", + "टोप्या आणि सनस्क्रीन", + "रेनकोट आणि छत्री", + "कीटकनाशक स्प्रे आणि जॅकेट" + ], + "answerKey":"A" + }, + { + "id":"Mercury_SC_400987", + "question":"वर्तमानपत्रांचा पुनर्वापर पर्यावरणासाठी चांगला आहे कारण तो", + "choices":[ + "झाडांची गरज वाढवते.", + "संसाधनांचे जतन करण्यास मदत करते.", + "कचराकुंड्यांची गरज वाढवते.", + "हवेतील प्रदूषक पदार्थ काढून टाकण्यास मदत करते." + ], + "answerKey":"B" + }, + { + "id":"Mercury_SC_402031", + "question":"बाहेरील निरीक्षणे रेकॉर्ड करण्यासाठी यापैकी कोणते साधन सर्वोत्तम आहे?", + "choices":[ + "एक शासक", + "आलेख", + "एक वही", + "कॅल्क्युलेटर" + ], + "answerKey":"C" + }, + { + "id":"AKDE&ED_2008_8_51", + "question":"रक्ताभिसरण आणि श्वसन संस्था एकमेकांवर कसे अवलंबून असतात?", + "choices":[ + "श्वसनसंस्थेद्वारे गोळा केलेला ऑक्सिजन रक्ताभिसरणसंस्थेद्वारे संपूर्ण शरीरात वाहून नेला जातो.", + "रक्ताभिसरण प्रणालीद्वारे गोळा केलेला घन कचरा श्वसन प्रणालीद्वारे संपूर्ण शरीरात वाहून नेला जातो.", + "श्वसनसंस्थेद्वारे गोळा केलेले पोषक घटक रक्ताभिसरणसंस्थेद्वारे संपूर्ण शरीरात वाहून नेले जातात.", + "रक्ताभिसरण प्रणालीद्वारे गोळा केलेला कार्बन डायऑक्साइड श्वसन प्रणालीद्वारे संपूर्ण शरीरात वाहून नेला जातो." + ], + "answerKey":"A" + }, + { + "id":"NYSEDREGENTS_2008_4_21", + "question":"शरद ऋतूमध्ये झाडाची पाने रंग बदलतात. हे झाडाचे उदाहरण आहे", + "choices":[ + "त्याचे जीवनचक्र पूर्ण करणे", + "स्थलांतराची तयारी", + "त्याच्या वातावरणाला प्रतिसाद देणे", + "सुरुवातीची झोप" + ], + "answerKey":"C" + }, + { + "id":"Mercury_SC_416097", + "question":"वनस्पतीच्या कोणत्या भागाचे योग्य वर्णन केले आहे?", + "choices":[ + "देठांपासून बिया तयार होतात.", + "मुळे पोषकद्रव्ये शोषून घेतात.", + "पाने पाणी शोषून घेतात.", + "फुले अन्न बनवतात." + ], + "answerKey":"B" + } +] diff --git a/data/arc/mr_train.json b/data/arc/mr_train.json new file mode 100644 index 0000000000000000000000000000000000000000..02c6c2498023fbf7939e3556093de53ecfba1a97 --- /dev/null +++ b/data/arc/mr_train.json @@ -0,0 +1,145 @@ +[ + { + "id":"Mercury_7283255", + "question":"मेयोसिस दरम्यान खालीलपैकी कोणत्या घटना प्रजातीमधील फरकात सर्वाधिक योगदान देतात?", + "choices":[ + "गुणसूत्रांची जोडी", + "हॅप्लॉइड गेमेट्सची निर्मिती", + "अ‍ॅलील्सचे पृथक्करण", + "क्रोमेटिड्सचे पृथक्करण" + ], + "answerKey":"C" + }, + { + "id":"Mercury_405944", + "question":"आज बनवलेले ऑटोमोबाईल इंजिन गॅस कार्यक्षम असण्यासाठी डिझाइन केलेले आहेत. गॅस-कार्यक्षम इंजिन बहुधा शहरावर परिणाम करतात ज्यामुळे", + "choices":[ + "वायू प्रदूषण.", + "उष्णता प्रदूषण.", + "ध्वनी प्रदूषण.", + "प्रकाश प्रदूषण." + ], + "answerKey":"A" + }, + { + "id":"MCAS_2001_8_2", + "question":"वाहतूक तंत्रज्ञानाचे सर्वोत्तम वर्णन कोणते करते?", + "choices":[ + "लोक आणि उत्पादने हलविण्यासाठी वापरली जाणारी एक प्रणाली", + "कच्च्या मालाचे वस्तूंमध्ये रूपांतर करणारा उद्योग", + "संरचनांचे बांधकाम आणि परिष्करण", + "यांत्रिक ऊर्जेचे उष्णता उर्जेमध्ये रूपांतर" + ], + "answerKey":"A" + }, + { + "id":"MCAS_2005_8_14", + "question":"जर १ किलो टोल्युइन संयुग -९५°C तापमानावर वितळले, तर ५०० ग्रॅम टोल्युइन", + "choices":[ + "-४७.५°C वर वितळणे.", + "-९५°C वर वितळणे.", + "९५°C वर उकळवा.", + "४७.५°C वर उकळवा." + ], + "answerKey":"B" + }, + { + "id":"Mercury_400056", + "question":"कोणत्या वनस्पतीचे गुणधर्म वारशाने मिळतात?", + "choices":[ + "त्याच्या पानांचा आकार", + "त्याला मिळणाऱ्या पाण्याचे प्रमाण", + "मातीतून शोषून घेणाऱ्या खनिजांची संख्या", + "सूर्यप्रकाशाची पातळी ज्यावर तो पडतो" + ], + "answerKey":"A" + }, + { + "id":"NAEP_2009_4_S11+2", + "question":"रॉजरने वाळूच्या ढिगाऱ्यावर पाणी ओतले. काही वाळू वाहून गेली. ही प्रक्रिया खालीलपैकी कशासारखी आहे?", + "choices":[ + "ज्वालामुखीचा उद्रेक", + "कॅन्यनच्या भिंतींची धूप", + "पर्वतरांगांचे उत्थान", + "वाळवंटात ढिगारे किंवा ढिगाऱ्यांची निर्मिती" + ], + "answerKey":"B" + }, + { + "id":"Mercury_7136115", + "question":"रॉजर त्याच्या आजोबांना भेटायला गेला जो शेतावर राहतो. तो तिथे असताना, त्याने आजोबांना गोठ्यातून गवत बाहेर काढण्यास मदत केली. गोठ्यात काम करत असताना रॉजरला शिंका येऊ लागल्या. शरीराच्या कोणत्या अवयवामुळे रॉजरला शिंका येणे शक्य आहे?", + "choices":[ + "रक्ताभिसरण", + "उत्सर्जन", + "पचनसंस्थेसंबंधी", + "रोगप्रतिकारक" + ], + "answerKey":"D" + }, + { + "id":"Mercury_SC_416531", + "question":"एरिनने तिचा शेमरॉक रोप एका अंधाऱ्या कोपऱ्यात ठेवला. लवकरच तिला दिसले की पाने तिच्या खिडकीकडे झुकली आहेत. खिडकीतून त्या झाडाला सर्वात जास्त कशाची गरज होती?", + "choices":[ + "दिवसा सूर्यप्रकाश", + "दिवसा हवा", + "रात्रीचा अंधार", + "रात्रीची उष्णता" + ], + "answerKey":"A" + }, + { + "id":"Mercury_404988", + "question":"अपारंपरिक संसाधनांबद्दल खालीलपैकी कोणते विधान खरे आहे?", + "choices":[ + "ते स्वस्त आहेत.", + "ते हवा स्वच्छ ठेवण्यास मदत करतात.", + "त्यांना तयार होण्यासाठी लाखो वर्षे लागू शकतात.", + "ते जमिनीवरून सहज काढले जाऊ शकतात म्हणून वापरले जातात." + ], + "answerKey":"C" + }, + { + "id":"NYSEDREGENTS_2006_4_27", + "question":"कोणत्या मानवी क्रियाकलापांचा पर्यावरणावर सर्वाधिक हानिकारक परिणाम होतो?", + "choices":[ + "श्वास घेणे", + "वाढत आहे", + "लागवड", + "प्रदूषणकारी" + ], + "answerKey":"D" + }, + { + "id":"Mercury_SC_409901", + "question":"प्रकाशसंश्लेषण करण्यासाठी वनस्पतींना उर्जेचा स्रोत आवश्यक असतो. प्रकाशसंश्लेषण करण्यासाठी आवश्यक असलेली ऊर्जा वनस्पतींना कोणत्या स्रोतापासून मिळते?", + "choices":[ + "ऑक्सिजन", + "साखर", + "सूर्यप्रकाश", + "पाणी" + ], + "answerKey":"C" + }, + { + "id":"NAEP_2000_4_S12+2", + "question":"सूर्याच्या पृष्ठभागावर किती उष्णता असते?", + "choices":[ + "उकळत्या पाण्याइतके गरम नाही", + "आगीइतके गरम", + "सुमारे १००°F", + "पृथ्वीवरील जवळजवळ कोणत्याही गोष्टीपेक्षा खूपच गरम" + ], + "answerKey":"D" + }, + { + "id":"Mercury_7001768", + "question":"आपल्या शरीरात इन्सुलिनचे प्राथमिक कार्य म्हणजे", + "choices":[ + "नंतरच्या वापरासाठी इंधन साठवा.", + "रक्तातील ग्लुकोजचे प्रमाण नियंत्रित करा.", + "इंधन वापराची कार्यक्षमता वाढवा.", + "पाचक जीवाणूंना ग्लुकोज सेवन करण्यापासून रोखा." + ], + "answerKey":"B" + } +] diff --git a/data/arc/pa_test.json b/data/arc/pa_test.json new file mode 100644 index 0000000000000000000000000000000000000000..f107e7861be6820420ab560d69099e822435ed4f --- /dev/null +++ b/data/arc/pa_test.json @@ -0,0 +1,112 @@ +[ + { + "id":"Mercury_SC_409024", + "question":"ਜਾਨਵਰ ਪੌਦਿਆਂ ਤੋਂ ਪ੍ਰਾਪਤ ਭੋਜਨ ਖਾਣ ਤੋਂ ਊਰਜਾ ਪ੍ਰਾਪਤ ਕਰਦੇ ਹਨ। ਪੌਦੇ ਜਾਨਵਰਾਂ ਦੁਆਰਾ ਛੱਡੇ ਗਏ ਪਦਾਰਥਾਂ ਨੂੰ ਗ੍ਰਹਿਣ ਕਰਕੇ ਜਿਉਂਦੇ ਰਹਿੰਦੇ ਹਨ। ਜਾਨਵਰ ਉਹ ਕਿਹੜਾ ਪਦਾਰਥ ਛੱਡਦੇ ਹਨ ਜੋ ਪੌਦੇ ਲੈਂਦੇ ਹਨ?", + "choices":[ + "ਕਾਰਬਨ ਡਾਈਆਕਸਾਈਡ", + "ਆਕਸੀਜਨ", + "ਲੂਣ", + "ਖੰਡ" + ], + "answerKey":"A" + }, + { + "id":"Mercury_LBS10817", + "question":"ਜਦੋਂ ਕੋਈ ਤਾਰਾ ਫਟਦਾ ਹੈ, ਤਾਂ ਇੱਕ ਬਹੁਤ ਹੀ ਚਮਕਦਾਰ ਵਸਤੂ ਬਣਦੀ ਹੈ। ਇਸ ਵਸਤੂ ਦਾ ਨਾਮ ਕੀ ਹੈ?", + "choices":[ + "ਨੋਵਾ", + "ਲਾਲ ਦੈਂਤ", + "ਸੁਪਰਨੋਵਾ", + "ਚਿੱਟਾ ਬੌਣਾ" + ], + "answerKey":"C" + }, + { + "id":"OHAT_2011_5_37", + "question":"ਕਲਾਸ ਪਲਾਂਟਰਾਂ ਨੂੰ ਖਿੜਕੀ ਕੋਲ ਰੱਖਦੀ ਹੈ ਤਾਂ ਜੋ ਪੌਦਿਆਂ ਨੂੰ ਵਧੇਰੇ ਧੁੱਪ ਮਿਲ ਸਕੇ। ਟਮਾਟਰ ਦੇ ਪੌਦੇ ਸੂਰਜ ਦੀ ਰੌਸ਼ਨੀ ਦੀ ਵਰਤੋਂ ਕਿਵੇਂ ਕਰਦੇ ਹਨ?", + "choices":[ + "ਪੱਤਿਆਂ ਵਿੱਚ ਖੰਡ ਬਣਾਉਣ ਲਈ", + "ਤਣਿਆਂ ਤੋਂ ਸਟਾਰਚ ਦੀ ਵਰਤੋਂ ਕਰਨਾ", + "ਫੁੱਲਾਂ ਨੂੰ ਪਾਣੀ ਦੇਣ ਲਈ", + "ਜੜ੍ਹਾਂ ਰਾਹੀਂ ਪੌਸ਼ਟਿਕ ਤੱਤ ਪ੍ਰਾਪਤ ਕਰਨ ਲਈ" + ], + "answerKey":"A" + }, + { + "id":"Mercury_SC_409574", + "question":"ਟ੍ਰੇਵਰ ਇੱਕ ਲੈਂਪ ਜਗਾਉਂਦਾ ਹੈ। ਜਦੋਂ ਲੈਂਪ ਜਗਦਾ ਹੈ, ਤਾਂ ਬਿਜਲੀ ਊਰਜਾ ਊਰਜਾ ਦੇ ਹੋਰ ਕਿਹੜੇ ਰੂਪ ਵਿੱਚ ਬਦਲ ਜਾਂਦੀ ਹੈ?", + "choices":[ + "ਰਸਾਇਣਕ", + "ਰੋਸ਼ਨੀ", + "ਮਕੈਨੀਕਲ", + "ਸੰਭਾਵੀ" + ], + "answerKey":"B" + }, + { + "id":"NYSEDREGENTS_2013_4_29", + "question":"ਬਿਜਲੀ ਬੰਦ ਹੋਣ ਵੇਲੇ ਘਰ ਵਿੱਚ ਕਿਹੜੀਆਂ ਚੀਜ਼ਾਂ ਸਭ ਤੋਂ ਵੱਧ ਉਪਯੋਗੀ ਹੋਣਗੀਆਂ?", + "choices":[ + "ਟਾਰਚਾਂ ਅਤੇ ਵਾਧੂ ਬੈਟਰੀਆਂ", + "ਟੋਪੀਆਂ ਅਤੇ ਸਨਸਕ੍ਰੀਨ", + "ਰੇਨਕੋਟ ਅਤੇ ਛਤਰੀਆਂ", + "ਕੀੜੇ ਸਪਰੇਅ ਅਤੇ ਜੈਕਟਾਂ" + ], + "answerKey":"A" + }, + { + "id":"Mercury_SC_400987", + "question":"ਅਖ਼ਬਾਰਾਂ ਦੀ ਰੀਸਾਈਕਲਿੰਗ ਵਾਤਾਵਰਣ ਲਈ ਚੰਗੀ ਹੈ ਕਿਉਂਕਿ ਇਹ", + "choices":[ + "ਰੁੱਖਾਂ ਦੀ ਲੋੜ ਵਧਾਉਂਦਾ ਹੈ।", + "ਸਰੋਤਾਂ ਦੀ ਸੰਭਾਲ ਵਿੱਚ ਮਦਦ ਕਰਦਾ ਹੈ।", + "ਲੈਂਡਫਿਲ ਦੀ ਲੋੜ ਨੂੰ ਵਧਾਉਂਦਾ ਹੈ।", + "ਹਵਾ ਵਿੱਚੋਂ ਪ੍ਰਦੂਸ਼ਕਾਂ ਨੂੰ ਹਟਾਉਣ ਵਿੱਚ ਮਦਦ ਕਰਦਾ ਹੈ।" + ], + "answerKey":"B" + }, + { + "id":"Mercury_SC_402031", + "question":"ਇਹਨਾਂ ਵਿੱਚੋਂ ਕਿਹੜਾ ਔਜ਼ਾਰ ਬਾਹਰੀ ਨਿਰੀਖਣਾਂ ਨੂੰ ਰਿਕਾਰਡ ਕਰਨ ਲਈ ਸਭ ਤੋਂ ਵਧੀਆ ਹੈ?", + "choices":[ + "ਇੱਕ ਸ਼ਾਸਕ", + "ਇੱਕ ਗ੍ਰਾਫ਼", + "ਇੱਕ ਨੋਟਬੁੱਕ", + "ਇੱਕ ਕੈਲਕੁਲੇਟਰ" + ], + "answerKey":"C" + }, + { + "id":"AKDE&ED_2008_8_51", + "question":"ਸੰਚਾਰ ਪ੍ਰਣਾਲੀ ਅਤੇ ਸਾਹ ਪ੍ਰਣਾਲੀ ਇੱਕ ਦੂਜੇ 'ਤੇ ਕਿਵੇਂ ਨਿਰਭਰ ਕਰਦੇ ਹਨ?", + "choices":[ + "ਸਾਹ ਪ੍ਰਣਾਲੀ ਦੁਆਰਾ ਇਕੱਠੀ ਕੀਤੀ ਗਈ ਆਕਸੀਜਨ ਸੰਚਾਰ ਪ੍ਰਣਾਲੀ ਦੁਆਰਾ ਪੂਰੇ ਸਰੀਰ ਵਿੱਚ ਪਹੁੰਚਾਈ ਜਾਂਦੀ ਹੈ।", + "ਸੰਚਾਰ ਪ੍ਰਣਾਲੀ ਦੁਆਰਾ ਇਕੱਠਾ ਕੀਤਾ ਗਿਆ ਠੋਸ ਰਹਿੰਦ-ਖੂੰਹਦ ਸਾਹ ਪ੍ਰਣਾਲੀ ਦੁਆਰਾ ਪੂਰੇ ਸਰੀਰ ਵਿੱਚ ਲਿਜਾਇਆ ਜਾਂਦਾ ਹੈ।", + "ਸਾਹ ਪ੍ਰਣਾਲੀ ਦੁਆਰਾ ਇਕੱਠੇ ਕੀਤੇ ਗਏ ਪੌਸ਼ਟਿਕ ਤੱਤ ਸੰਚਾਰ ਪ੍ਰਣਾਲੀ ਦੁਆਰਾ ਪੂਰੇ ਸਰੀਰ ਵਿੱਚ ਲਿਜਾਏ ਜਾਂਦੇ ਹਨ।", + "ਸੰਚਾਰ ਪ੍ਰਣਾਲੀ ਦੁਆਰਾ ਇਕੱਠੀ ਕੀਤੀ ਗਈ ਕਾਰਬਨ ਡਾਈਆਕਸਾਈਡ ਸਾਹ ਪ੍ਰਣਾਲੀ ਦੁਆਰਾ ਪੂਰੇ ਸਰੀਰ ਵਿੱਚ ਲਿਜਾਈ ਜਾਂਦੀ ਹੈ।" + ], + "answerKey":"A" + }, + { + "id":"NYSEDREGENTS_2008_4_21", + "question":"ਪਤਝੜ ਵਿੱਚ ਇੱਕ ਰੁੱਖ ਦੇ ਪੱਤੇ ਰੰਗ ਬਦਲਦੇ ਹਨ। ਇਹ ਇੱਕ ਰੁੱਖ ਦੀ ਇੱਕ ਉਦਾਹਰਣ ਹੈ।", + "choices":[ + "ਆਪਣਾ ਜੀਵਨ ਚੱਕਰ ਪੂਰਾ ਕਰਨਾ", + "ਪ੍ਰਵਾਸ ਦੀ ਤਿਆਰੀ", + "ਆਪਣੇ ਵਾਤਾਵਰਣ ਪ੍ਰਤੀ ਪ੍ਰਤੀਕਿਰਿਆ ਕਰਨਾ", + "ਸ਼ੁਰੂਆਤੀ ਨੀਂਦ" + ], + "answerKey":"C" + }, + { + "id":"Mercury_SC_416097", + "question":"ਪੌਦੇ ਦੇ ਕਿਹੜੇ ਹਿੱਸੇ ਦਾ ਸਹੀ ਵਰਣਨ ਕੀਤਾ ਗਿਆ ਹੈ?", + "choices":[ + "ਤਣੇ ਬੀਜ ਬਣਾਉਂਦੇ ਹਨ।", + "ਜੜ੍ਹਾਂ ਪੌਸ਼ਟਿਕ ਤੱਤਾਂ ਨੂੰ ਸੋਖ ਲੈਂਦੀਆਂ ਹਨ।", + "ਪੱਤੇ ਪਾਣੀ ਸੋਖ ਲੈਂਦੇ ਹਨ।", + "ਫੁੱਲ ਭੋਜਨ ਬਣਾਉਂਦੇ ਹਨ।" + ], + "answerKey":"B" + } +] diff --git a/data/arc/pa_train.json b/data/arc/pa_train.json new file mode 100644 index 0000000000000000000000000000000000000000..c75e178b97c8d785950fa03885fea9cbc5bd8752 --- /dev/null +++ b/data/arc/pa_train.json @@ -0,0 +1,145 @@ +[ + { + "id":"Mercury_7283255", + "question":"ਮੀਓਸਿਸ ਦੌਰਾਨ ਹੇਠ ਲਿਖੀਆਂ ਘਟਨਾਵਾਂ ਵਿੱਚੋਂ ਕਿਹੜੀਆਂ ਇੱਕ ਪ੍ਰਜਾਤੀ ਦੇ ਅੰਦਰ ਭਿੰਨਤਾ ਵਿੱਚ ਸਭ ਤੋਂ ਵੱਧ ਯੋਗਦਾਨ ਪਾਉਂਦੀਆਂ ਹਨ?", + "choices":[ + "ਕ੍ਰੋਮੋਸੋਮ ਦੀ ਜੋੜੀ", + "ਹੈਪਲੋਇਡ ਗੇਮੇਟਸ ਦੀ ਰਚਨਾ", + "ਐਲੀਲਾਂ ਦਾ ਵੱਖਰਾ ਹੋਣਾ", + "ਕ੍ਰੋਮੈਟਿਡਸ ਦਾ ਵੱਖ ਹੋਣਾ" + ], + "answerKey":"C" + }, + { + "id":"Mercury_405944", + "question":"ਅੱਜ-ਕੱਲ੍ਹ ਬਣਾਏ ਗਏ ਆਟੋਮੋਬਾਈਲ ਇੰਜਣ ਗੈਸ-ਕੁਸ਼ਲ ਹੋਣ ਲਈ ਤਿਆਰ ਕੀਤੇ ਗਏ ਹਨ। ਗੈਸ-ਕੁਸ਼ਲ ਇੰਜਣ ਸੰਭਾਵਤ ਤੌਰ 'ਤੇ ਸ਼ਹਿਰ ਨੂੰ ਘਟਾ ਕੇ ਪ੍ਰਭਾਵਿਤ ਕਰਦੇ ਹਨ", + "choices":[ + "ਹਵਾ ਪ੍ਰਦੂਸ਼ਣ।", + "ਗਰਮੀ ਪ੍ਰਦੂਸ਼ਣ।", + "ਸ਼ੋਰ ਪ੍ਰਦੂਸ਼ਣ।", + "ਹਲਕਾ ਪ੍ਰਦੂਸ਼ਣ।" + ], + "answerKey":"A" + }, + { + "id":"MCAS_2001_8_2", + "question":"ਆਵਾਜਾਈ ਤਕਨਾਲੋਜੀ ਦਾ ਸਭ ਤੋਂ ਵਧੀਆ ਵਰਣਨ ਕਿਹੜਾ ਕਰਦਾ ਹੈ?", + "choices":[ + "ਇੱਕ ਸਿਸਟਮ ਜੋ ਲੋਕਾਂ ਅਤੇ ਉਤਪਾਦਾਂ ਨੂੰ ਲਿਜਾਣ ਲਈ ਵਰਤਿਆ ਜਾਂਦਾ ਹੈ", + "ਇੱਕ ਅਜਿਹਾ ਉੱਦਮ ਜੋ ਕੱਚੇ ਮਾਲ ਨੂੰ ਵਸਤੂਆਂ ਵਿੱਚ ਬਦਲਦਾ ਹੈ", + "ਢਾਂਚਿਆਂ ਦੀ ਉਸਾਰੀ ਅਤੇ ਸਮਾਪਤੀ", + "ਮਕੈਨੀਕਲ ਊਰਜਾ ਦਾ ਤਾਪ ਊਰਜਾ ਵਿੱਚ ਪਰਿਵਰਤਨ" + ], + "answerKey":"A" + }, + { + "id":"MCAS_2005_8_14", + "question":"ਜੇਕਰ 1 ਕਿਲੋਗ੍ਰਾਮ ਮਿਸ਼ਰਣ ਟੋਲੂਇਨ -95°C 'ਤੇ ਪਿਘਲਦਾ ਹੈ, ਤਾਂ 500 ਗ੍ਰਾਮ ਟੋਲੂਇਨ", + "choices":[ + "-47.5°C 'ਤੇ ਪਿਘਲਣਾ।", + "-95°C 'ਤੇ ਪਿਘਲਣਾ।", + "95°C 'ਤੇ ਉਬਾਲੋ।", + "47.5°C 'ਤੇ ਉਬਾਲੋ।" + ], + "answerKey":"B" + }, + { + "id":"Mercury_400056", + "question":"ਪੌਦੇ ਦਾ ਕਿਹੜਾ ਗੁਣ ਵਿਰਾਸਤ ਵਿੱਚ ਮਿਲਦਾ ਹੈ?", + "choices":[ + "ਇਸਦੇ ਪੱਤਿਆਂ ਦੀ ਸ਼ਕਲ", + "ਇਸ ਨੂੰ ਮਿਲਣ ਵਾਲੇ ਪਾਣੀ ਦੀ ਮਾਤਰਾ", + "ਮਿੱਟੀ ਤੋਂ ਸੋਖਣ ਵਾਲੇ ਖਣਿਜਾਂ ਦੀ ਗਿਣਤੀ", + "ਸੂਰਜ ਦੀ ਰੌਸ਼ਨੀ ਦਾ ਪੱਧਰ ਜਿਸ ਦੇ ਸੰਪਰਕ ਵਿੱਚ ਆਉਂਦਾ ਹੈ" + ], + "answerKey":"A" + }, + { + "id":"NAEP_2009_4_S11+2", + "question":"ਰੋਜਰ ਨੇ ਰੇਤ ਦੇ ਢੇਰ ਉੱਤੇ ਪਾਣੀ ਡੋਲ੍ਹਿਆ। ਕੁਝ ਰੇਤ ਵਹਿ ਗਈ। ਇਹ ਪ੍ਰਕਿਰਿਆ ਇਹਨਾਂ ਵਿੱਚੋਂ ਕਿਸ ਦੇ ਸਮਾਨ ਹੈ?", + "choices":[ + "ਜਵਾਲਾਮੁਖੀ ਦਾ ਫਟਣਾ", + "ਇੱਕ ਘਾਟੀ ਦੀਆਂ ਕੰਧਾਂ ਦਾ ਢਹਿਣਾ", + "ਪਹਾੜੀ ਲੜੀਆਂ ਦਾ ਉੱਨਤੀ", + "ਮਾਰੂਥਲ ਵਿੱਚ ਟਿੱਬਿਆਂ ਜਾਂ ਟਿੱਲਿਆਂ ਦਾ ਬਣਨਾ।" + ], + "answerKey":"B" + }, + { + "id":"Mercury_7136115", + "question":"ਰੋਜਰ ਆਪਣੇ ਦਾਦਾ ਜੀ ਨੂੰ ਮਿਲਣ ਗਿਆ ਜੋ ਇੱਕ ਫਾਰਮ 'ਤੇ ਰਹਿੰਦੇ ਹਨ। ਜਦੋਂ ਉਹ ਉੱਥੇ ਸੀ, ਤਾਂ ਉਸਨੇ ਆਪਣੇ ਦਾਦਾ ਜੀ ਨੂੰ ਕੋਠੇ ਵਿੱਚੋਂ ਘਾਹ ਕੱਢਣ ਵਿੱਚ ਮਦਦ ਕੀਤੀ। ਜਿਵੇਂ ਹੀ ਰੋਜਰ ਕੋਠੇ ਵਿੱਚ ਕੰਮ ਕਰ ਰਿਹਾ ਸੀ, ਉਸਨੂੰ ਛਿੱਕਾਂ ਆਉਣ ਲੱਗੀਆਂ। ਸਰੀਰ ਦੇ ਕਿਹੜੇ ਸਿਸਟਮ ਕਾਰਨ ਰੋਜਰ ਨੂੰ ਛਿੱਕ ਆਉਣ ਦੀ ਸੰਭਾਵਨਾ ਹੈ?", + "choices":[ + "ਸੰਚਾਰ ਸੰਬੰਧੀ", + "ਮਲ-ਮੂਤਰ", + "ਪਾਚਨ ਸੰਬੰਧੀ", + "ਇਮਿਊਨ" + ], + "answerKey":"D" + }, + { + "id":"Mercury_SC_416531", + "question":"ਏਰਿਨ ਨੇ ਆਪਣਾ ਸ਼ੈਮਰੌਕ ਪੌਦਾ ਇੱਕ ਹਨੇਰੇ ਕੋਨੇ ਵਿੱਚ ਰੱਖਿਆ। ਜਲਦੀ ਹੀ ਉਸਨੇ ਦੇਖਿਆ ਕਿ ਪੱਤੇ ਉਸਦੀ ਖਿੜਕੀ ਵੱਲ ਝੁਕ ਗਏ ਸਨ। ਪੌਦੇ ਨੂੰ ਖਿੜਕੀ ਤੋਂ ਸਭ ਤੋਂ ਵੱਧ ਕੀ ਚਾਹੀਦਾ ਸੀ?", + "choices":[ + "ਦਿਨ ਵੇਲੇ ਸੂਰਜ ਦੀ ਰੌਸ਼ਨੀ", + "ਦਿਨ ਵੇਲੇ ਹਵਾ", + "ਰਾਤ ਨੂੰ ਹਨੇਰਾ", + "ਰਾਤ ਨੂੰ ਗਰਮੀ" + ], + "answerKey":"A" + }, + { + "id":"Mercury_404988", + "question":"ਗੈਰ-ਨਵਿਆਉਣਯੋਗ ਸਰੋਤਾਂ ਬਾਰੇ ਇਹਨਾਂ ਵਿੱਚੋਂ ਕਿਹੜਾ ਕਥਨ ਸੱਚ ਹੈ?", + "choices":[ + "ਇਹ ਸਸਤੇ ਹਨ।", + "ਇਹ ਹਵਾ ਨੂੰ ਸਾਫ਼ ਰੱਖਣ ਵਿੱਚ ਮਦਦ ਕਰਦੇ ਹਨ।", + "ਇਹਨਾਂ ਨੂੰ ਬਣਨ ਵਿੱਚ ਲੱਖਾਂ ਸਾਲ ਲੱਗ ਸਕਦੇ ਹਨ।", + "ਇਹਨਾਂ ਦੀ ਵਰਤੋਂ ਇਸ ਲਈ ਕੀਤੀ ਜਾਂਦੀ ਹੈ ਕਿਉਂਕਿ ਇਹਨਾਂ ਨੂੰ ਜ਼ਮੀਨ ਤੋਂ ਆਸਾਨੀ ਨਾਲ ਹਟਾਇਆ ਜਾ ਸਕਦਾ ਹੈ।" + ], + "answerKey":"C" + }, + { + "id":"NYSEDREGENTS_2006_4_27", + "question":"ਕਿਹੜੀ ਮਨੁੱਖੀ ਗਤੀਵਿਧੀ ਦਾ ਵਾਤਾਵਰਣ ਉੱਤੇ ਅਕਸਰ ਨੁਕਸਾਨਦੇਹ ਪ੍ਰਭਾਵ ਪੈਂਦਾ ਹੈ?", + "choices":[ + "ਸਾਹ ਲੈਣਾ", + "ਵਧ ਰਿਹਾ ਹੈ", + "ਲਾਉਣਾ", + "ਪ੍ਰਦੂਸ਼ਿਤ ਕਰਨ ਵਾਲਾ" + ], + "answerKey":"D" + }, + { + "id":"Mercury_SC_409901", + "question":"ਪੌਦਿਆਂ ਨੂੰ ਪ੍ਰਕਾਸ਼ ਸੰਸ਼ਲੇਸ਼ਣ ਕਰਨ ਲਈ ਊਰਜਾ ਦੇ ਸਰੋਤ ਦੀ ਲੋੜ ਹੁੰਦੀ ਹੈ। ਪੌਦਿਆਂ ਨੂੰ ਪ੍ਰਕਾਸ਼ ਸੰਸ਼ਲੇਸ਼ਣ ਕਰਨ ਲਈ ਲੋੜੀਂਦੀ ਊਰਜਾ ਕਿਸ ਸਰੋਤ ਤੋਂ ਮਿਲਦੀ ਹੈ?", + "choices":[ + "ਆਕਸੀਜਨ", + "ਖੰਡ", + "ਸੂਰਜ ਦੀ ਰੌਸ਼ਨੀ", + "ਪਾਣੀ" + ], + "answerKey":"C" + }, + { + "id":"NAEP_2000_4_S12+2", + "question":"ਸੂਰਜ ਦੀ ਸਤ੍ਹਾ 'ਤੇ ਕਿੰਨਾ ਗਰਮ ਹੈ?", + "choices":[ + "ਉਬਲਦੇ ਪਾਣੀ ਜਿੰਨਾ ਗਰਮ ਨਹੀਂ", + "ਅੱਗ ਵਾਂਗ ਗਰਮ", + "ਲਗਭਗ 100°F", + "ਧਰਤੀ ਉੱਤੇ ਲਗਭਗ ਕਿਸੇ ਵੀ ਚੀਜ਼ ਨਾਲੋਂ ਕਿਤੇ ਜ਼ਿਆਦਾ ਗਰਮ" + ], + "answerKey":"D" + }, + { + "id":"Mercury_7001768", + "question":"ਸਾਡੇ ਸਰੀਰ ਵਿੱਚ ਇਨਸੁਲਿਨ ਦਾ ਮੁੱਖ ਕੰਮ ਹੈ", + "choices":[ + "ਬਾਅਦ ਵਿੱਚ ਵਰਤੋਂ ਲਈ ਬਾਲਣ ਸਟੋਰ ਕਰੋ।", + "ਖੂਨ ਵਿੱਚ ਗਲੂਕੋਜ਼ ਦੀ ਮਾਤਰਾ ਨੂੰ ਨਿਯੰਤ੍ਰਿਤ ਕਰੋ।", + "ਬਾਲਣ ਦੀ ਖਪਤ ਦੀ ਕੁਸ਼ਲਤਾ ਵਧਾਓ।", + "ਪਾਚਕ ਬੈਕਟੀਰੀਆ ਨੂੰ ਗਲੂਕੋਜ਼ ਖਾਣ ਤੋਂ ਰੋਕੋ।" + ], + "answerKey":"B" + } +] diff --git a/data/arc/pt_test.json b/data/arc/pt_test.json new file mode 100644 index 0000000000000000000000000000000000000000..5fb2c0955c8a08078bc38bde0433f030ac423c7f --- /dev/null +++ b/data/arc/pt_test.json @@ -0,0 +1,112 @@ +[ + { + "id":"Mercury_SC_409024", + "question":"Os animais obtêm energia comendo alimentos que vêm das plantas. As plantas sobrevivem absorvendo substâncias que são liberadas pelos animais. Que substância os animais liberam que as plantas absorvem?", + "choices":[ + "dióxido de carbono", + "oxigênio", + "sal", + "açúcar" + ], + "answerKey":"A" + }, + { + "id":"Mercury_LBS10817", + "question":"Quando uma estrela explode, um objeto intensamente brilhante é formado. Qual é o nome desse objeto?", + "choices":[ + "nova", + "gigante vermelha", + "supernova", + "anã branca" + ], + "answerKey":"C" + }, + { + "id":"OHAT_2011_5_37", + "question":"A turma coloca os vasos perto da janela para que as plantas recebam mais luz solar. Como os tomateiros aproveitam a luz solar?", + "choices":[ + "para fazer açúcar nas folhas", + "para usar amido dos caules", + "para mover água para as flores", + "para obter nutrientes através das raízes" + ], + "answerKey":"A" + }, + { + "id":"Mercury_SC_409574", + "question":"Trevor acende uma lâmpada. Quando a lâmpada está acesa, a energia elétrica se transforma em qual outra forma de energia?", + "choices":[ + "químico", + "luz", + "mecânico", + "potencial" + ], + "answerKey":"B" + }, + { + "id":"NYSEDREGENTS_2013_4_29", + "question":"Quais itens seriam mais úteis em casa durante uma queda de energia?", + "choices":[ + "lanternas e baterias extras", + "chapéus e protetor solar", + "capas de chuva e guarda-chuvas", + "repelente de insetos e jaquetas" + ], + "answerKey":"A" + }, + { + "id":"Mercury_SC_400987", + "question":"A reciclagem de jornais é boa para o meio ambiente porque", + "choices":[ + "aumenta a necessidade de árvores.", + "ajuda a conservar recursos.", + "aumenta a necessidade de aterros sanitários.", + "ajuda a remover poluentes do ar." + ], + "answerKey":"B" + }, + { + "id":"Mercury_SC_402031", + "question":"Qual dessas ferramentas é melhor para registrar observações ao ar livre?", + "choices":[ + "uma régua", + "um gráfico", + "um caderno", + "uma calculadora" + ], + "answerKey":"C" + }, + { + "id":"AKDE&ED_2008_8_51", + "question":"Como o sistema circulatório e o sistema respiratório dependem um do outro?", + "choices":[ + "O oxigênio coletado pelo sistema respiratório é transportado por todo o corpo pelo sistema circulatório.", + "Os resíduos sólidos coletados pelo sistema circulatório são transportados por todo o corpo pelo sistema respiratório.", + "Os nutrientes coletados pelo sistema respiratório são transportados por todo o corpo pelo sistema circulatório.", + "O dióxido de carbono coletado pelo sistema circulatório é transportado por todo o corpo pelo sistema respiratório." + ], + "answerKey":"A" + }, + { + "id":"NYSEDREGENTS_2008_4_21", + "question":"As folhas de uma árvore mudam de cor no outono. Este é um exemplo de uma árvore", + "choices":[ + "completando seu ciclo de vida", + "preparando-se para a migração", + "respondendo ao seu ambiente", + "começando a hibernação" + ], + "answerKey":"C" + }, + { + "id":"Mercury_SC_416097", + "question":"Qual parte da planta está descrita corretamente?", + "choices":[ + "Os caules produzem sementes.", + "As raízes absorvem nutrientes.", + "As folhas absorvem água.", + "As flores produzem alimentos." + ], + "answerKey":"B" + } +] diff --git a/data/arc/pt_train.json b/data/arc/pt_train.json new file mode 100644 index 0000000000000000000000000000000000000000..0e353a4b66c99ddb346b42b495f08265d4a3478a --- /dev/null +++ b/data/arc/pt_train.json @@ -0,0 +1,145 @@ +[ + { + "id":"Mercury_7283255", + "question":"Qual dos seguintes eventos durante a meiose contribui mais para a variação dentro de uma espécie?", + "choices":[ + "pareamento de cromossomos", + "criação de gametas haploides", + "segregação de alelos", + "separação de cromátides" + ], + "answerKey":"C" + }, + { + "id":"Mercury_405944", + "question":"Os motores de automóveis fabricados hoje são projetados para serem eficientes em termos de consumo de combustível. Os motores eficientes em termos de consumo de combustível provavelmente afetam uma cidade, reduzindo", + "choices":[ + "poluição do ar.", + "poluição térmica.", + "poluição sonora.", + "poluição luminosa." + ], + "answerKey":"A" + }, + { + "id":"MCAS_2001_8_2", + "question":"O que melhor descreve a tecnologia de transporte?", + "choices":[ + "um sistema usado para movimentar pessoas e produtos", + "uma empresa que transforma matérias-primas em mercadorias", + "a construção e o acabamento de estruturas", + "a conversão de energia mecânica em energia térmica" + ], + "answerKey":"A" + }, + { + "id":"MCAS_2005_8_14", + "question":"Se 1 kg do composto tolueno funde a -95 °C, então 500 g de tolueno irão", + "choices":[ + "derreter a -47,5°C.", + "derreter a -95°C.", + "ferver a 95°C.", + "ferver a 47,5°C." + ], + "answerKey":"B" + }, + { + "id":"Mercury_400056", + "question":"Qual característica da planta é herdada?", + "choices":[ + "o formato de suas folhas", + "a quantidade de água que recebe", + "a quantidade de minerais que absorve do solo", + "o nível de luz solar ao qual está exposto" + ], + "answerKey":"A" + }, + { + "id":"NAEP_2009_4_S11+2", + "question":"Roger despejou água sobre um monte de areia. Parte da areia foi levada pela água. Este processo é semelhante a qual dos seguintes?", + "choices":[ + "A erupção de um vulcão", + "A erosão das paredes de um cânion", + "A elevação das cadeias de montanhas", + "A formação de dunas ou montes em um deserto" + ], + "answerKey":"B" + }, + { + "id":"Mercury_7136115", + "question":"Roger visitou seu avô, que mora em uma fazenda. Enquanto estava lá, ajudou-o a tirar o feno do celeiro. Enquanto trabalhava no celeiro, Roger começou a espirrar. Qual sistema do corpo provavelmente causou o espirro de Roger?", + "choices":[ + "circulatório", + "excretor", + "digestivo", + "imune" + ], + "answerKey":"D" + }, + { + "id":"Mercury_SC_416531", + "question":"Erin colocou seu trevo em um canto escuro. Logo ela viu que as folhas estavam inclinadas em direção à janela. O que a planta mais precisava da janela?", + "choices":[ + "luz solar durante o dia", + "ar durante o dia", + "escuridão da noite", + "calor à noite" + ], + "answerKey":"A" + }, + { + "id":"Mercury_404988", + "question":"Qual destas afirmações sobre recursos não renováveis é verdadeira?", + "choices":[ + "Eles são baratos.", + "Eles ajudam a manter o ar limpo.", + "Elas podem levar milhões de anos para se formar.", + "Eles são usados porque são facilmente removidos do solo." + ], + "answerKey":"C" + }, + { + "id":"NYSEDREGENTS_2006_4_27", + "question":"Qual atividade humana tem mais frequentemente um efeito prejudicial ao meio ambiente?", + "choices":[ + "respirando", + "crescente", + "plantio", + "poluente" + ], + "answerKey":"D" + }, + { + "id":"Mercury_SC_409901", + "question":"As plantas precisam de uma fonte de energia para realizar a fotossíntese. De qual fonte as plantas obtêm a energia necessária para realizar a fotossíntese?", + "choices":[ + "oxigênio", + "açúcar", + "luz solar", + "água" + ], + "answerKey":"C" + }, + { + "id":"NAEP_2000_4_S12+2", + "question":"Quão quente é a superfície do Sol?", + "choices":[ + "Não tão quente quanto água fervente", + "Tão quente quanto fogo", + "Cerca de 100°F", + "Muito mais quente do que quase tudo na Terra" + ], + "answerKey":"D" + }, + { + "id":"Mercury_7001768", + "question":"A principal função da insulina em nossos corpos é", + "choices":[ + "armazenar combustível para uso posterior.", + "regular a quantidade de glicose no sangue.", + "aumentar a eficiência do consumo de combustível.", + "impedem que as bactérias digestivas consumam glicose." + ], + "answerKey":"B" + } +] diff --git a/data/arc/ru_test.json b/data/arc/ru_test.json new file mode 100644 index 0000000000000000000000000000000000000000..af2c36c6e1979ab8bb5e5e0e2fb1d10fcd853bff --- /dev/null +++ b/data/arc/ru_test.json @@ -0,0 +1,112 @@ +[ + { + "id":"Mercury_SC_409024", + "question":"Животные получают энергию, поедая пищу, которая поступает из растений. Растения выживают, поглощая вещества, которые выделяют животные. Какое вещество выделяют животные, которое поглощают растения?", + "choices":[ + "углекислый газ", + "кислород", + "соль", + "сахар" + ], + "answerKey":"A" + }, + { + "id":"Mercury_LBS10817", + "question":"Когда звезда взрывается, образуется очень яркий объект. Как называется этот объект?", + "choices":[ + "новая звезда", + "красный гигант", + "сверхновая", + "белый карлик" + ], + "answerKey":"C" + }, + { + "id":"OHAT_2011_5_37", + "question":"Класс ставит горшки у окна, чтобы растения могли получать больше солнечного света. Как растения томатов используют солнечный свет?", + "choices":[ + "для производства сахара в листьях", + "использовать крахмал из стеблей", + "чтобы поливать цветы", + "чтобы получать питательные вещества через корни" + ], + "answerKey":"A" + }, + { + "id":"Mercury_SC_409574", + "question":"Тревор включает лампу. Когда лампа включена, электрическая энергия превращается в какую другую форму энергии?", + "choices":[ + "химический", + "свет", + "механический", + "потенциал" + ], + "answerKey":"B" + }, + { + "id":"NYSEDREGENTS_2013_4_29", + "question":"Какие предметы будут наиболее полезны дома во время отключения электроэнергии?", + "choices":[ + "фонарики и запасные батарейки", + "шляпы и солнцезащитный крем", + "плащи и зонтики", + "спрей от насекомых и куртки" + ], + "answerKey":"A" + }, + { + "id":"Mercury_SC_400987", + "question":"Переработка газет полезна для окружающей среды, потому что она", + "choices":[ + "увеличивает потребность в деревьях.", + "помогает экономить ресурсы.", + "увеличивает потребность в свалках.", + "помогает удалять загрязняющие вещества из воздуха." + ], + "answerKey":"B" + }, + { + "id":"Mercury_SC_402031", + "question":"Какой из этих инструментов лучше всего подходит для записи наблюдений на открытом воздухе?", + "choices":[ + "линейка", + "график", + "блокнот", + "калькулятор" + ], + "answerKey":"C" + }, + { + "id":"AKDE&ED_2008_8_51", + "question":"Как кровеносная и дыхательная системы зависят друг от друга?", + "choices":[ + "Кислород, собранный дыхательной системой, переносится по всему организму через кровеносную систему.", + "Твердые отходы, собранные кровеносной системой, переносятся по всему организму через дыхательную систему.", + "Питательные вещества, собранные дыхательной системой, переносятся по всему организму через кровеносную систему.", + "Углекислый газ, собранный кровеносной системой, переносится по всему организму через дыхательную систему." + ], + "answerKey":"A" + }, + { + "id":"NYSEDREGENTS_2008_4_21", + "question":"Листья дерева меняют цвет осенью. Это пример дерева", + "choices":[ + "завершение жизненного цикла", + "подготовка к миграции", + "реагируя на окружающую среду", + "начало спячки" + ], + "answerKey":"C" + }, + { + "id":"Mercury_SC_416097", + "question":"Какая часть растения описана правильно?", + "choices":[ + "Из стеблей вырастают семена.", + "Корни поглощают питательные вещества.", + "Листья впитывают воду.", + "Цветы делают еду." + ], + "answerKey":"B" + } +] diff --git a/data/arc/ru_train.json b/data/arc/ru_train.json new file mode 100644 index 0000000000000000000000000000000000000000..fc9ec44b2b949c32858ddf79c1e1d46900c15c93 --- /dev/null +++ b/data/arc/ru_train.json @@ -0,0 +1,145 @@ +[ + { + "id":"Mercury_7283255", + "question":"Какое из следующих событий во время мейоза вносит наибольший вклад в изменчивость внутри вида?", + "choices":[ + "спаривание хромосом", + "создание гаплоидных гамет", + "сегрегация аллелей", + "разделение хроматид" + ], + "answerKey":"C" + }, + { + "id":"Mercury_405944", + "question":"Автомобильные двигатели, которые производятся сегодня, разработаны для экономии газа. Газосберегающие двигатели, скорее всего, повлияют на город, уменьшая", + "choices":[ + "загрязнение воздуха.", + "тепловое загрязнение.", + "шумовое загрязнение.", + "световое загрязнение." + ], + "answerKey":"A" + }, + { + "id":"MCAS_2001_8_2", + "question":"Что лучше всего описывает транспортную технологию?", + "choices":[ + "система, которая используется для перемещения людей и товаров", + "предприятие, которое превращает сырье в товары", + "строительство и отделка сооружений", + "преобразование механической энергии в тепловую энергию" + ], + "answerKey":"A" + }, + { + "id":"MCAS_2005_8_14", + "question":"Если 1 кг соединения толуола плавится при температуре -95°С, то 500 г толуола расплавятся", + "choices":[ + "плавится при температуре -47,5°С.", + "плавится при температуре -95°C.", + "кипятить при 95°C.", + "кипятить при температуре 47,5°С." + ], + "answerKey":"B" + }, + { + "id":"Mercury_400056", + "question":"Какой признак растения передается по наследству?", + "choices":[ + "форма его листьев", + "количество воды, которое он получает", + "количество минералов, которые он поглощает из почвы", + "уровень солнечного света, которому он подвергается" + ], + "answerKey":"A" + }, + { + "id":"NAEP_2009_4_S11+2", + "question":"Роджер вылил воду на кучу песка. Часть песка смыло. Этот процесс похож на какой из следующих?", + "choices":[ + "Извержение вулкана", + "Эрозия стен каньона", + "Поднятие горных хребтов", + "Образование дюн и холмов в пустыне." + ], + "answerKey":"B" + }, + { + "id":"Mercury_7136115", + "question":"Роджер навестил своего дедушку, который живет на ферме. Пока он был там, он помог дедушке вынести сено из амбара. Когда Роджер работал в амбаре, он начал чихать. Какая система организма, скорее всего, стала причиной чихания Роджера?", + "choices":[ + "кровеносная", + "выделительный", + "пищеварительный", + "иммунный" + ], + "answerKey":"D" + }, + { + "id":"Mercury_SC_416531", + "question":"Эрин поставила свой клевер в темный угол. Вскоре она увидела, что листья наклонились к ее окну. Что больше всего нужно растению от окна?", + "choices":[ + "солнечный свет в течение дня", + "воздух в течение дня", + "тьма ночью", + "тепло ночью" + ], + "answerKey":"A" + }, + { + "id":"Mercury_404988", + "question":"Какое из этих утверждений о невозобновляемых ресурсах верно?", + "choices":[ + "Они недорогие.", + "Они помогают поддерживать чистоту воздуха.", + "На их формирование могут уйти миллионы лет.", + "Их используют, потому что их легко извлечь из земли." + ], + "answerKey":"C" + }, + { + "id":"NYSEDREGENTS_2006_4_27", + "question":"Какая деятельность человека чаще всего оказывает вредное воздействие на окружающую среду?", + "choices":[ + "дыхание", + "растет", + "посадка", + "загрязняющий" + ], + "answerKey":"D" + }, + { + "id":"Mercury_SC_409901", + "question":"Растениям нужен источник энергии для осуществления фотосинтеза. Из какого источника растения получают энергию, необходимую для осуществления фотосинтеза?", + "choices":[ + "кислород", + "сахар", + "солнечный свет", + "вода" + ], + "answerKey":"C" + }, + { + "id":"NAEP_2000_4_S12+2", + "question":"Насколько жарко на поверхности Солнца?", + "choices":[ + "Не такой горячий, как кипяток.", + "Примерно такой же горячий, как огонь", + "Около 100°F", + "Гораздо жарче, чем что-либо на Земле." + ], + "answerKey":"D" + }, + { + "id":"Mercury_7001768", + "question":"Основная функция инсулина в нашем организме —", + "choices":[ + "хранить топливо для последующего использования.", + "регулируют количество глюкозы в крови.", + "повысить эффективность расхода топлива.", + "не позволяют пищеварительным бактериям потреблять глюкозу." + ], + "answerKey":"B" + } +] diff --git a/data/arc/ta_test.json b/data/arc/ta_test.json new file mode 100644 index 0000000000000000000000000000000000000000..54bfb829e350f897158ad801cd6c5600a13cc475 --- /dev/null +++ b/data/arc/ta_test.json @@ -0,0 +1,112 @@ +[ + { + "id":"Mercury_SC_409024", + "question":"தாவரங்களிலிருந்து வரும் உணவை உண்பதன் மூலம் விலங்குகள் ஆற்றலைப் பெறுகின்றன. விலங்குகளால் வெளியிடப்படும் பொருட்களை உட்கொள்வதன் மூலம் தாவரங்கள் உயிர்வாழ்கின்றன. தாவரங்கள் உட்கொள்ளும் எந்தப் பொருளை விலங்குகள் வெளியிடுகின்றன?", + "choices":[ + "கார்பன் டை ஆக்சைடு", + "ஆக்ஸிஜன்", + "உப்பு", + "சர்க்கரை" + ], + "answerKey":"A" + }, + { + "id":"Mercury_LBS10817", + "question":"ஒரு நட்சத்திரம் வெடிக்கும்போது, மிகவும் பிரகாசமான ஒரு பொருள் உருவாகிறது. இந்தப் பொருளின் பெயர் என்ன?", + "choices":[ + "புதிய", + "சிவப்பு ராட்சதர்", + "சூப்பர்நோவா", + "வெள்ளை குள்ளன்" + ], + "answerKey":"C" + }, + { + "id":"OHAT_2011_5_37", + "question":"செடிகள் அதிக சூரிய ஒளியைப் பெறும் வகையில் வகுப்பினர் ஜன்னலுக்கு அருகில் நடவுப் பொருட்களை வைக்கின்றனர். தக்காளி செடிகள் சூரிய ஒளியை எவ்வாறு பயன்படுத்துகின்றன?", + "choices":[ + "இலைகளில் சர்க்கரை தயாரிக்க", + "தண்டுகளிலிருந்து ஸ்டார்ச் பயன்படுத்த", + "பூக்களுக்கு தண்ணீர் ஊற்ற", + "வேர்கள் வழியாக ஊட்டச்சத்துக்களைப் பெறுதல்" + ], + "answerKey":"A" + }, + { + "id":"Mercury_SC_409574", + "question":"ட்ரெவர் ஒரு விளக்கை ஏற்றுகிறார். விளக்கு எரியும் போது, மின் ஆற்றல் வேறு எந்த வடிவ ஆற்றலாக மாறுகிறது?", + "choices":[ + "வேதியியல்", + "ஒளி", + "இயந்திரவியல்", + "ஆற்றல்" + ], + "answerKey":"B" + }, + { + "id":"NYSEDREGENTS_2013_4_29", + "question":"மின்சாரம் தடைபடும் போது வீட்டில் எந்தெந்த பொருட்கள் மிகவும் பயனுள்ளதாக இருக்கும்?", + "choices":[ + "டார்ச்லைட்கள் மற்றும் கூடுதல் பேட்டரிகள்", + "தொப்பிகள் மற்றும் சன்ஸ்கிரீன்", + "மழைக்கோட்டுகளும் குடையும்", + "பூச்சி ஸ்ப்ரே மற்றும் ஜாக்கெட்டுகள்" + ], + "answerKey":"A" + }, + { + "id":"Mercury_SC_400987", + "question":"செய்தித்தாள்களை மறுசுழற்சி செய்வது சுற்றுச்சூழலுக்கு நல்லது, ஏனெனில் அது", + "choices":[ + "மரங்களின் தேவையை அதிகரிக்கிறது.", + "வளங்களை சேமிக்க உதவுகிறது.", + "குப்பைக் கிடங்குகளின் தேவையை அதிகரிக்கிறது.", + "காற்றில் இருந்து மாசுபடுத்திகளை அகற்ற உதவுகிறது." + ], + "answerKey":"B" + }, + { + "id":"Mercury_SC_402031", + "question":"வெளிப்புறங்களில் அவதானிப்புகளைப் பதிவு செய்வதற்கு இந்தக் கருவிகளில் எது சிறந்தது?", + "choices":[ + "ஒரு ஆட்சியாளர்", + "ஒரு வரைபடம்", + "ஒரு குறிப்பேடு", + "ஒரு கால்குலேட்டர்" + ], + "answerKey":"C" + }, + { + "id":"AKDE&ED_2008_8_51", + "question":"சுற்றோட்ட அமைப்பும் சுவாச அமைப்பும் எவ்வாறு ஒன்றையொன்று சார்ந்துள்ளது?", + "choices":[ + "சுவாச மண்டலத்தால் சேகரிக்கப்படும் ஆக்ஸிஜன், இரத்த ஓட்ட அமைப்பு மூலம் உடல் முழுவதும் கொண்டு செல்லப்படுகிறது.", + "சுற்றோட்ட அமைப்பால் சேகரிக்கப்படும் திடக்கழிவுகள் சுவாச அமைப்பு மூலம் உடல் முழுவதும் கொண்டு செல்லப்படுகின்றன.", + "சுவாச மண்டலத்தால் சேகரிக்கப்படும் ஊட்டச்சத்துக்கள், இரத்த ஓட்ட அமைப்பு மூலம் உடல் முழுவதும் கொண்டு செல்லப்படுகின்றன.", + "சுற்றோட்ட அமைப்பால் சேகரிக்கப்படும் கார்பன் டை ஆக்சைடு, சுவாச அமைப்பு மூலம் உடல் முழுவதும் கொண்டு செல்லப்படுகிறது." + ], + "answerKey":"A" + }, + { + "id":"NYSEDREGENTS_2008_4_21", + "question":"இலையுதிர் காலத்தில் ஒரு மரத்தின் இலைகள் நிறம் மாறும். இது ஒரு மரத்தின் உதாரணம்.", + "choices":[ + "அதன் வாழ்க்கைச் சுழற்சியை நிறைவு செய்தல்", + "இடம்பெயர்வுக்குத் தயாராகுதல்", + "அதன் சூழலுக்கு எதிர்வினையாற்றுதல்", + "உறக்கநிலையைத் தொடங்குதல்" + ], + "answerKey":"C" + }, + { + "id":"Mercury_SC_416097", + "question":"தாவரத்தின் எந்தப் பகுதி சரியாக விவரிக்கப்பட்டுள்ளது?", + "choices":[ + "தண்டுகள் விதைகளை உருவாக்குகின்றன.", + "வேர்கள் ஊட்டச்சத்துக்களை உறிஞ்சுகின்றன.", + "இலைகள் தண்ணீரை உறிஞ்சும்.", + "பூக்கள் உணவை உருவாக்குகின்றன." + ], + "answerKey":"B" + } +] diff --git a/data/arc/ta_train.json b/data/arc/ta_train.json new file mode 100644 index 0000000000000000000000000000000000000000..177dc08d926e687e2d2830fb2be48029d7b41536 --- /dev/null +++ b/data/arc/ta_train.json @@ -0,0 +1,145 @@ +[ + { + "id":"Mercury_7283255", + "question":"ஒடுக்கற்பிரிவின் போது பின்வரும் நிகழ்வுகளில் எது ஒரு இனத்திற்குள் மாறுபாட்டிற்கு அதிக பங்களிக்கிறது?", + "choices":[ + "குரோமோசோம்களின் இணை இணைத்தல்", + "ஹாப்ளாய்டு கேமட்களின் உருவாக்கம்", + "அல்லீல்களைப் பிரித்தல்", + "குரோமடிட்களைப் பிரித்தல்" + ], + "answerKey":"C" + }, + { + "id":"Mercury_405944", + "question":"இன்று கட்டமைக்கப்படும் ஆட்டோமொபைல் என்ஜின்கள் எரிவாயு திறன் கொண்டதாக வடிவமைக்கப்பட்டுள்ளன. எரிவாயு திறன் கொண்ட என்ஜின்கள் பெரும்பாலும் ஒரு நகரத்தை பாதிக்கும் வகையில் குறைப்பதன் மூலம் பாதிக்கப்படுகின்றன", + "choices":[ + "காற்று மாசுபாடு.", + "வெப்ப மாசுபாடு.", + "ஒலி மாசுபாடு.", + "ஒளி மாசுபாடு." + ], + "answerKey":"A" + }, + { + "id":"MCAS_2001_8_2", + "question":"போக்குவரத்து தொழில்நுட்பத்தை சிறப்பாக விவரிக்கும் சொல் எது?", + "choices":[ + "மக்களையும் பொருட்களையும் நகர்த்துவதற்குப் பயன்படுத்தப்படும் ஒரு அமைப்பு.", + "மூலப்பொருட்களை பொருட்களாக மாற்றும் ஒரு நிறுவனம்", + "கட்டமைப்புகளை கட்டுதல் மற்றும் முடித்தல்", + "இயந்திர ஆற்றலை வெப்ப ஆற்றலாக மாற்றுதல்" + ], + "answerKey":"A" + }, + { + "id":"MCAS_2005_8_14", + "question":"1 கிலோ டோலுயீன் சேர்மம் -95°C இல் உருகினால், 500 கிராம் டோலுயீன்", + "choices":[ + "-47.5°C இல் உருகும்.", + "-95°C இல் உருகும்.", + "95°C இல் கொதிக்க வைக்கவும்.", + "47.5°C வெப்பநிலையில் கொதிக்க வைக்கவும்." + ], + "answerKey":"B" + }, + { + "id":"Mercury_400056", + "question":"எந்த தாவரப் பண்பு மரபுரிமையாகக் கிடைக்கிறது?", + "choices":[ + "அதன் இலைகளின் வடிவம்", + "அது பெறும் நீரின் அளவு", + "மண்ணிலிருந்து அது உறிஞ்சும் தாதுக்களின் எண்ணிக்கை", + "அது வெளிப்படும் சூரிய ஒளியின் அளவு" + ], + "answerKey":"A" + }, + { + "id":"NAEP_2009_4_S11+2", + "question":"ரோஜர் மணல் குவியலின் மீது தண்ணீரை ஊற்றினார். சிறிது மணல் அடித்துச் செல்லப்பட்டது. இந்த செயல்முறை பின்வருவனவற்றில் எதற்கு ஒத்திருக்கிறது?", + "choices":[ + "எரிமலை வெடிப்பு", + "ஒரு பள்ளத்தாக்கின் சுவர்களின் அரிப்பு", + "மலைத்தொடர்களை உயர்த்துதல்", + "ஒரு பாலைவனத்தில் குன்றுகள் அல்லது மேடுகள் உருவாகுதல்." + ], + "answerKey":"B" + }, + { + "id":"Mercury_7136115", + "question":"ரோஜர் ஒரு பண்ணையில் வசிக்கும் தனது தாத்தாவைப் பார்க்கச் சென்றார். அவர் அங்கு இருந்தபோது, தனது தாத்தாவுக்கு கொட்டகையிலிருந்து வைக்கோலை அகற்ற உதவினார். ரோஜர் கொட்டகையில் வேலை செய்து கொண்டிருந்தபோது அவர் தும்மத் தொடங்கினார். ரோஜர் தும்முவதற்கு உடலின் எந்த அமைப்பு பெரும்பாலும் காரணமாக இருக்கலாம்?", + "choices":[ + "சுற்றோட்டம் சார்ந்த", + "கழிவு நீக்கம்", + "செரிமானம்", + "நோய் எதிர்ப்பு சக்தி கொண்ட" + ], + "answerKey":"D" + }, + { + "id":"Mercury_SC_416531", + "question":"எரின் தனது ஷாம்ராக் செடியை ஒரு இருண்ட மூலையில் வைத்தாள். விரைவில் இலைகள் தன் ஜன்னலை நோக்கி சாய்ந்திருப்பதைக் கண்டாள். ஜன்னலிலிருந்து அந்தச் செடிக்கு எது அதிகம் தேவைப்பட்டது?", + "choices":[ + "பகலில் சூரிய ஒளி", + "பகலில் காற்று", + "இரவில் இருள்", + "இரவில் வெப்பம்" + ], + "answerKey":"A" + }, + { + "id":"Mercury_404988", + "question":"புதுப்பிக்க முடியாத வளங்கள் பற்றிய இந்தக் கூற்றுகளில் எது உண்மை?", + "choices":[ + "அவை மலிவானவை.", + "அவை காற்றை சுத்தமாக வைத்திருக்க உதவுகின்றன.", + "அவை உருவாக மில்லியன் கணக்கான ஆண்டுகள் ஆகலாம்.", + "அவை தரையில் இருந்து எளிதாக அகற்றப்படுவதால் அவை பயன்படுத்தப்படுகின்றன." + ], + "answerKey":"C" + }, + { + "id":"NYSEDREGENTS_2006_4_27", + "question":"எந்த மனித செயல்பாடு பெரும்பாலும் சுற்றுச்சூழலுக்கு தீங்கு விளைவிக்கும்?", + "choices":[ + "சுவாசம்", + "வளரும்", + "நடவு", + "மாசுபடுத்தும்" + ], + "answerKey":"D" + }, + { + "id":"Mercury_SC_409901", + "question":"தாவரங்கள் ஒளிச்சேர்க்கை செய்ய ஒரு ஆற்றல் மூலமாகும். தாவரங்கள் ஒளிச்சேர்க்கை செய்ய தேவையான ஆற்றலை எந்த மூலத்திலிருந்து பெறுகின்றன?", + "choices":[ + "ஆக்ஸிஜன்", + "சர்க்கரை", + "சூரிய ஒளி", + "தண்ணீர்" + ], + "answerKey":"C" + }, + { + "id":"NAEP_2000_4_S12+2", + "question":"சூரியனின் மேற்பரப்பில் எவ்வளவு வெப்பம் உள்ளது?", + "choices":[ + "கொதிக்கும் நீரைப் போல சூடாக இல்லை.", + "நெருப்பு போல சூடாக இருக்கிறது", + "சுமார் 100°F", + "பூமியில் உள்ள எதையும் விட மிகவும் வெப்பமானது" + ], + "answerKey":"D" + }, + { + "id":"Mercury_7001768", + "question":"நமது உடலில் இன்சுலினின் முதன்மையான செயல்பாடு", + "choices":[ + "பின்னர் பயன்படுத்த எரிபொருளை சேமிக்கவும்.", + "இரத்தத்தில் உள்ள குளுக்கோஸின் அளவை ஒழுங்குபடுத்துங்கள்.", + "எரிபொருள் நுகர்வு செயல்திறனை அதிகரிக்கும்.", + "செரிமான பாக்டீரியாக்கள் குளுக்கோஸை உட்கொள்வதைத் தடுக்கிறது." + ], + "answerKey":"B" + } +] diff --git a/data/arc/te_test.json b/data/arc/te_test.json new file mode 100644 index 0000000000000000000000000000000000000000..2bea1db4861ccbf44d49d0b065ba7a19cd07014a --- /dev/null +++ b/data/arc/te_test.json @@ -0,0 +1,112 @@ +[ + { + "id":"Mercury_SC_409024", + "question":"మొక్కల నుండి వచ్చే ఆహారాన్ని తినడం ద్వారా జంతువులు శక్తిని పొందుతాయి. జంతువులు విడుదల చేసే పదార్థాలను తీసుకోవడం ద్వారా మొక్కలు మనుగడ సాగిస్తాయి. మొక్కలు తీసుకునే ఏ పదార్థాన్ని జంతువులు విడుదల చేస్తాయి?", + "choices":[ + "కార్బన్ డయాక్సైడ్", + "ఆక్సిజన్", + "ఉప్పు", + "చక్కెర" + ], + "answerKey":"A" + }, + { + "id":"Mercury_LBS10817", + "question":"ఒక నక్షత్రం పేలినప్పుడు, ఒక తీవ్రమైన ప్రకాశవంతమైన వస్తువు ఏర్పడుతుంది. ఈ వస్తువు పేరు ఏమిటి?", + "choices":[ + "నోవా", + "ఎర్ర దిగ్గజం", + "సూపర్నోవా", + "తెల్ల మరగుజ్జు" + ], + "answerKey":"C" + }, + { + "id":"OHAT_2011_5_37", + "question":"మొక్కలు ఎక్కువ సూర్యకాంతి పొందేలా తరగతి మొక్కలు నాటే యంత్రాలను కిటికీ దగ్గర ఉంచుతుంది. టమోటా మొక్కలు సూర్యరశ్మిని ఎలా ఉపయోగించుకుంటాయి?", + "choices":[ + "ఆకులలో చక్కెర తయారు చేయడానికి", + "కాండం నుండి పిండి పదార్థాన్ని ఉపయోగించడానికి", + "పువ్వులకు నీరు పోయడానికి", + "వేర్ల ద్వారా పోషకాలను పొందడానికి" + ], + "answerKey":"A" + }, + { + "id":"Mercury_SC_409574", + "question":"ట్రెవర్ ఒక దీపం వెలిగిస్తాడు. దీపం వెలిగించినప్పుడు, విద్యుత్ శక్తి ఏ ఇతర శక్తిగా మారుతుంది?", + "choices":[ + "రసాయనిక", + "కాంతి", + "యాంత్రిక", + "సంభావ్యత" + ], + "answerKey":"B" + }, + { + "id":"NYSEDREGENTS_2013_4_29", + "question":"విద్యుత్తు అంతరాయం ఉన్నప్పుడు ఇంట్లో ఏ వస్తువులు ఎక్కువగా ఉపయోగపడతాయి?", + "choices":[ + "ఫ్లాష్‌లైట్లు మరియు అదనపు బ్యాటరీలు", + "టోపీలు మరియు సన్‌స్క్రీన్", + "రెయిన్ కోట్లు మరియు గొడుగులు", + "కీటకాల స్ప్రే మరియు జాకెట్లు" + ], + "answerKey":"A" + }, + { + "id":"Mercury_SC_400987", + "question":"వార్తాపత్రికలను రీసైక్లింగ్ చేయడం పర్యావరణానికి మంచిది ఎందుకంటే అది", + "choices":[ + "చెట్ల అవసరాన్ని పెంచుతుంది.", + "వనరులను ఆదా చేయడంలో సహాయపడుతుంది.", + "పల్లపు ప్రాంతాల అవసరాన్ని పెంచుతుంది.", + "గాలి నుండి కాలుష్య కారకాలను తొలగించడంలో సహాయపడుతుంది." + ], + "answerKey":"B" + }, + { + "id":"Mercury_SC_402031", + "question":"బయట పరిశీలనలను రికార్డ్ చేయడానికి ఈ సాధనాల్లో ఏది ఉత్తమమైనది?", + "choices":[ + "ఒక పాలకుడు", + "ఒక గ్రాఫ్", + "ఒక నోట్‌బుక్", + "ఒక కాలిక్యులేటర్" + ], + "answerKey":"C" + }, + { + "id":"AKDE&ED_2008_8_51", + "question":"ప్రసరణ వ్యవస్థ మరియు శ్వాసకోశ వ్యవస్థ ఒకదానిపై ఒకటి ఎలా ఆధారపడి ఉంటాయి?", + "choices":[ + "శ్వాసకోశ వ్యవస్థ ద్వారా సేకరించబడిన ఆక్సిజన్ ప్రసరణ వ్యవస్థ ద్వారా శరీరం అంతటా తీసుకువెళుతుంది.", + "ప్రసరణ వ్యవస్థ ద్వారా సేకరించబడిన ఘన వ్యర్థాలు శ్వాసకోశ వ్యవస్థ ద్వారా శరీరం అంతటా తీసుకువెళతాయి.", + "శ్వాసకోశ వ్యవస్థ ద్వారా సేకరించబడిన పోషకాలు ప్రసరణ వ్యవస్థ ద్వారా శరీరం అంతటా తీసుకువెళతాయి.", + "ప్రసరణ వ్యవస్థ ద్వారా సేకరించబడిన కార్బన్ డయాక్సైడ్ శ్వాసకోశ వ్యవస్థ ద్వారా శరీరం అంతటా తీసుకువెళుతుంది." + ], + "answerKey":"A" + }, + { + "id":"NYSEDREGENTS_2008_4_21", + "question":"శరదృతువులో చెట్టు ఆకులు రంగు మారుతాయి. ఇది ఒక చెట్టుకు ఉదాహరణ", + "choices":[ + "దాని జీవిత చక్రాన్ని పూర్తి చేయడం", + "వలసకు సిద్ధమవుతున్నారు", + "దాని పర్యావరణానికి ప్రతిస్పందించడం", + "నిద్రాణస్థితి ప్రారంభం" + ], + "answerKey":"C" + }, + { + "id":"Mercury_SC_416097", + "question":"మొక్కలోని ఏ భాగాన్ని సరిగ్గా వర్ణించారు?", + "choices":[ + "కాండం విత్తనాలను ఏర్పరుస్తుంది.", + "వేర్లు పోషకాలను గ్రహిస్తాయి.", + "ఆకులు నీటిని పీల్చుకుంటాయి.", + "పువ్వులు ఆహారాన్ని తయారు చేస్తాయి." + ], + "answerKey":"B" + } +] diff --git a/data/arc/te_train.json b/data/arc/te_train.json new file mode 100644 index 0000000000000000000000000000000000000000..20d3e42864666790c768caf3b4909049567cf415 --- /dev/null +++ b/data/arc/te_train.json @@ -0,0 +1,145 @@ +[ + { + "id":"Mercury_7283255", + "question":"ఒక జాతిలో మియోసిస్ సమయంలో జరిగే కింది సంఘటనలలో ఏది వైవిధ్యానికి ఎక్కువగా దోహదం చేస్తుంది?", + "choices":[ + "క్రోమోజోమ్‌ల జత చేయడం", + "హాప్లోయిడ్ గామేట్ల సృష్టి", + "యుగ్మ వికల్పాల విభజన", + "క్రోమాటిడ్‌ల విభజన" + ], + "answerKey":"C" + }, + { + "id":"Mercury_405944", + "question":"నేడు నిర్మించిన ఆటోమొబైల్ ఇంజన్లు గ్యాస్ సామర్థ్యంతో ఉండేలా రూపొందించబడ్డాయి. గ్యాస్-సమర్థవంతమైన ఇంజన్లు నగరాన్ని తగ్గించడం ద్వారా ప్రభావితం చేస్తాయి", + "choices":[ + "వాయు కాలుష్యం.", + "ఉష్ణ కాలుష్యం.", + "శబ్ద కాలుష్యం.", + "కాంతి కాలుష్యం." + ], + "answerKey":"A" + }, + { + "id":"MCAS_2001_8_2", + "question":"రవాణా సాంకేతికతను ఏది బాగా వివరిస్తుంది?", + "choices":[ + "ప్రజలను మరియు ఉత్పత్తులను తరలించడానికి ఉపయోగించే వ్యవస్థ", + "ముడి పదార్థాలను వస్తువులుగా మార్చే సంస్థ", + "నిర్మాణాల నిర్మాణం మరియు పూర్తి చేయడం", + "యాంత్రిక శక్తిని ఉష్ణ శక్తిగా మార్చడం" + ], + "answerKey":"A" + }, + { + "id":"MCAS_2005_8_14", + "question":"1 కిలోల టోలుయెన్ సమ్మేళనం -95°C వద్ద కరిగితే, 500 గ్రాముల టోలుయెన్", + "choices":[ + "-47.5°C వద్ద కరుగుతుంది.", + "-95°C వద్ద కరుగుతుంది.", + "95°C వద్ద మరిగించండి.", + "47.5°C వద్ద మరిగించాలి." + ], + "answerKey":"B" + }, + { + "id":"Mercury_400056", + "question":"ఏ మొక్క లక్షణం వారసత్వంగా వస్తుంది?", + "choices":[ + "దాని ఆకుల ఆకారం", + "అది అందుకునే నీటి పరిమాణం", + "నేల నుండి అది గ్రహించే ఖనిజాల సంఖ్య", + "అది బహిర్గతమయ్యే సూర్యకాంతి స్థాయి." + ], + "answerKey":"A" + }, + { + "id":"NAEP_2009_4_S11+2", + "question":"రోజర్ ఇసుక కుప్పపై నీరు పోశాడు. కొంత ఇసుక కొట్టుకుపోయింది. ఈ ప్రక్రియ కింది వాటిలో దేనికి సమానంగా ఉంటుంది?", + "choices":[ + "అగ్నిపర్వతం విస్ఫోటనం", + "ఒక లోయ గోడల కోత", + "పర్వత శ్రేణుల ఉద్ధరణ", + "ఎడారిలో దిబ్బలు లేదా మట్టిదిబ్బలు ఏర్పడటం." + ], + "answerKey":"B" + }, + { + "id":"Mercury_7136115", + "question":"రోజర్ ఒక పొలంలో నివసించే తన తాతగారిని సందర్శించాడు. అతను అక్కడ ఉన్నప్పుడు, తన తాతగారికి గడ్డివాము నుండి ఎండుగడ్డిని తరలించడంలో సహాయం చేశాడు. రోజర్ బార్న్‌లో పనిచేస్తున్నప్పుడు అతను తుమ్మడం ప్రారంభించాడు. రోజర్ తుమ్మడానికి కారణమయ్యే శరీరం యొక్క ఏ వ్యవస్థ కావచ్చు?", + "choices":[ + "రక్త ప్రసరణ వ్యవస్థ", + "విసర్జన", + "జీర్ణక్రియకు సంబంధించిన", + "రోగనిరోధక శక్తి" + ], + "answerKey":"D" + }, + { + "id":"Mercury_SC_416531", + "question":"ఎరిన్ తన షామ్రాక్ మొక్కను ఒక చీకటి మూలలో ఉంచింది. వెంటనే ఆకులు తన కిటికీ వైపుకు వంగి ఉండటం ఆమె చూసింది. ఆ మొక్కకు కిటికీ నుండి ఎక్కువగా ఏమి అవసరం?", + "choices":[ + "పగటిపూట సూర్యకాంతి", + "పగటిపూట గాలి", + "రాత్రి చీకటి", + "రాత్రిపూట వెచ్చదనం" + ], + "answerKey":"A" + }, + { + "id":"Mercury_404988", + "question":"పునరుత్పాదకత లేని వనరుల గురించిన ఈ ప్రకటనలలో ఏది నిజం?", + "choices":[ + "అవి చవకైనవి.", + "అవి గాలిని శుభ్రంగా ఉంచడంలో సహాయపడతాయి.", + "అవి ఏర్పడటానికి మిలియన్ల సంవత్సరాలు పట్టవచ్చు.", + "వాటిని నేల నుండి సులభంగా తొలగించవచ్చు కాబట్టి వీటిని ఉపయోగిస్తారు." + ], + "answerKey":"C" + }, + { + "id":"NYSEDREGENTS_2006_4_27", + "question":"ఏ మానవ కార్యకలాపాలు పర్యావరణంపై తరచుగా హానికరమైన ప్రభావాన్ని చూపుతాయి?", + "choices":[ + "శ్వాస", + "పెరుగుతున్న", + "నాటడం", + "కలుషితం చేసే" + ], + "answerKey":"D" + }, + { + "id":"Mercury_SC_409901", + "question":"కిరణజన్య సంయోగక్రియ చేయడానికి మొక్కలకు శక్తి వనరు అవసరం. కిరణజన్య సంయోగక్రియకు అవసరమైన శక్తిని మొక్కలు ఏ మూలం నుండి పొందుతాయి?", + "choices":[ + "ఆక్సిజన్", + "చక్కెర", + "సూర్యకాంతి", + "నీరు" + ], + "answerKey":"C" + }, + { + "id":"NAEP_2000_4_S12+2", + "question":"సూర్యుని ఉపరితలంపై ఎంత వేడిగా ఉంటుంది?", + "choices":[ + "మరిగే నీటిలా వేడిగా ఉండదు", + "నిప్పులాంటి వేడిగా ఉంది", + "దాదాపు 100°F", + "భూమిపై ఉన్న దాదాపు అన్నింటికంటే చాలా వేడిగా ఉంటుంది" + ], + "answerKey":"D" + }, + { + "id":"Mercury_7001768", + "question":"మన శరీరంలో ఇన్సులిన్ యొక్క ప్రధాన విధి ఏమిటంటే", + "choices":[ + "తరువాత ఉపయోగం కోసం ఇంధనాన్ని నిల్వ చేయండి.", + "రక్తంలో గ్లూకోజ్ మొత్తాన్ని నియంత్రించండి.", + "ఇంధన వినియోగ సామర్థ్యాన్ని పెంచుతాయి.", + "జీర్ణక్రియకు సహాయపడే బ్యాక్టీరియా గ్లూకోజ్‌ను తినకుండా నిరోధిస్తుంది." + ], + "answerKey":"B" + } +] diff --git a/data/arc/tr_test.json b/data/arc/tr_test.json new file mode 100644 index 0000000000000000000000000000000000000000..a908c5113cb14c84dfa3ae63fc4d72ac18a0733d --- /dev/null +++ b/data/arc/tr_test.json @@ -0,0 +1,112 @@ +[ + { + "id":"Mercury_SC_409024", + "question":"Hayvanlar bitkilerden gelen yiyecekleri yiyerek enerji elde ederler. Bitkiler hayvanların salgıladığı maddeleri alarak hayatta kalırlar. Hayvanlar bitkilerin aldığı hangi maddeyi salgılar?", + "choices":[ + "karbondioksit", + "oksijen", + "tuz", + "şeker" + ], + "answerKey":"A" + }, + { + "id":"Mercury_LBS10817", + "question":"Bir yıldız patladığında, yoğun parlak bir nesne oluşur. Bu nesnenin adı nedir?", + "choices":[ + "nova", + "kırmızı dev", + "süpernova", + "beyaz cüce" + ], + "answerKey":"C" + }, + { + "id":"OHAT_2011_5_37", + "question":"Sınıf, bitkilerin daha fazla güneş ışığı alabilmesi için saksıları pencerenin yanına koyar. Domates bitkileri güneş ışığını nasıl kullanır?", + "choices":[ + "Yapraklarda şeker yapmak", + "saplarından nişasta kullanmak", + "çiçeklere su taşımak", + "kökler aracılığıyla besinleri almak" + ], + "answerKey":"A" + }, + { + "id":"Mercury_SC_409574", + "question":"Trevor bir lambayı yakıyor. Lamba yandığında, elektrik enerjisi hangi diğer enerji biçimine dönüşür?", + "choices":[ + "kimyasal", + "ışık", + "mekanik", + "potansiyel" + ], + "answerKey":"B" + }, + { + "id":"NYSEDREGENTS_2013_4_29", + "question":"Elektrik kesintisi sırasında evde en çok işe yarayacak eşyalar hangileridir?", + "choices":[ + "el fenerleri ve yedek piller", + "şapkalar ve güneş kremi", + "yağmurluklar ve şemsiyeler", + "böcek spreyi ve ceketler" + ], + "answerKey":"A" + }, + { + "id":"Mercury_SC_400987", + "question":"Gazeteleri geri dönüştürmek çevre için iyidir çünkü", + "choices":[ + "ağaçlara olan ihtiyacı artırır.", + "kaynakların korunmasına yardımcı olur.", + "çöplüklere olan ihtiyacı artırır.", + "Havadaki kirleticilerin giderilmesine yardımcı olur." + ], + "answerKey":"B" + }, + { + "id":"Mercury_SC_402031", + "question":"Açık havada gözlem kaydı yapmak için aşağıdaki araçlardan hangisi en iyisidir?", + "choices":[ + "bir cetvel", + "bir grafik", + "bir not defteri", + "bir hesap makinesi" + ], + "answerKey":"C" + }, + { + "id":"AKDE&ED_2008_8_51", + "question":"Dolaşım sistemi ile solunum sistemi birbirine nasıl bağlıdır?", + "choices":[ + "Solunum sistemiyle toplanan oksijen, dolaşım sistemiyle vücudun her yerine taşınır.", + "Dolaşım sistemiyle toplanan katı atıklar solunum sistemiyle vücudun her yerine taşınır.", + "Solunum sistemiyle toplanan besinler, dolaşım sistemiyle vücudun her yerine taşınır.", + "Dolaşım sistemiyle toplanan karbondioksit, solunum sistemiyle vücudun her tarafına taşınır." + ], + "answerKey":"A" + }, + { + "id":"NYSEDREGENTS_2008_4_21", + "question":"Bir ağacın yaprakları sonbaharda renk değiştirir. Bu bir ağaç örneğidir", + "choices":[ + "yaşam döngüsünü tamamlıyor", + "göçe hazırlanma", + "çevresine tepki veren", + "başlangıç kış uykusu" + ], + "answerKey":"C" + }, + { + "id":"Mercury_SC_416097", + "question":"Hangi bitki kısmı doğru tanımlanmıştır?", + "choices":[ + "Saplar tohumları oluşturur.", + "Kökler besinleri emer.", + "Yapraklar su emer.", + "Çiçekler yiyecek üretir." + ], + "answerKey":"B" + } +] diff --git a/data/arc/tr_train.json b/data/arc/tr_train.json new file mode 100644 index 0000000000000000000000000000000000000000..5323fc8e746ab241a9efaf80281602f0811e94cf --- /dev/null +++ b/data/arc/tr_train.json @@ -0,0 +1,145 @@ +[ + { + "id":"Mercury_7283255", + "question":"Mayoz sırasında gerçekleşen aşağıdaki olaylardan hangisi tür içi çeşitliliğe en fazla katkıda bulunur?", + "choices":[ + "kromozomların eşleşmesi", + "haploid gametlerin yaratılması", + "alellerin ayrılması", + "kromatitlerin ayrılması" + ], + "answerKey":"C" + }, + { + "id":"Mercury_405944", + "question":"Günümüzde üretilen otomobil motorları gaz verimliliği sağlayacak şekilde tasarlanıyor. Gaz verimliliği sağlayan motorlar, bir şehri büyük olasılıkla gaz tüketimini azaltarak etkiliyor.", + "choices":[ + "hava kirliliği.", + "ısı kirliliği.", + "gürültü kirliliği.", + "ışık kirliliği." + ], + "answerKey":"A" + }, + { + "id":"MCAS_2001_8_2", + "question":"Ulaşım teknolojisini en iyi hangisi tanımlar?", + "choices":[ + "insanları ve ürünleri taşımak için kullanılan bir sistem", + "Ham maddeleri mallara dönüştüren bir işletme", + "yapıların inşası ve bitirilmesi", + "mekanik enerjinin ısı enerjisine dönüştürülmesi" + ], + "answerKey":"A" + }, + { + "id":"MCAS_2005_8_14", + "question":"1 kg toluen bileşiği -95°C'de erirse, 500 g toluen", + "choices":[ + "-47.5°C'de erir.", + "-95°C'de erir.", + "95°C'de kaynatın.", + "47.5°C'de kaynatın." + ], + "answerKey":"B" + }, + { + "id":"Mercury_400056", + "question":"Hangi bitki özelliği kalıtsaldır?", + "choices":[ + "yapraklarının şekli", + "aldığı su miktarı", + "topraktan emdiği minerallerin sayısı", + "Maruz kaldığı güneş ışığı seviyesi" + ], + "answerKey":"A" + }, + { + "id":"NAEP_2009_4_S11+2", + "question":"Roger bir kum yığınının üzerine su döktü. Kumun bir kısmı akıp gitti. Bu işlem aşağıdakilerden hangisine benzerdir?", + "choices":[ + "Bir yanardağın patlaması", + "Bir kanyonun duvarlarının aşınması", + "Dağ sıralarının yükselmesi", + "Çölde kumulların veya tümseklerin oluşması" + ], + "answerKey":"B" + }, + { + "id":"Mercury_7136115", + "question":"Roger, bir çiftlikte yaşayan büyükbabasını ziyaret etti. Orada bulunduğu süre boyunca büyükbabasının samanı ahırdan çıkarmasına yardım etti. Roger ahırda çalışırken hapşırmaya başladı. Vücudun hangi sistemi büyük ihtimalle Roger'ın hapşırmasına neden oldu?", + "choices":[ + "dolaşımsal", + "boşaltımsal", + "sindirim", + "bağışıklık" + ], + "answerKey":"D" + }, + { + "id":"Mercury_SC_416531", + "question":"Erin yonca bitkisini karanlık bir köşeye koydu. Kısa süre sonra yaprakların penceresine doğru eğildiğini gördü. Bitkinin pencereden en çok neye ihtiyacı vardı?", + "choices":[ + "gün boyunca güneş ışığı", + "gündüz havası", + "gece karanlığı", + "gece sıcaklığı" + ], + "answerKey":"A" + }, + { + "id":"Mercury_404988", + "question":"Yenilenemeyen kaynaklarla ilgili aşağıdaki ifadelerden hangisi doğrudur?", + "choices":[ + "Ucuzdurlar.", + "Havanın temiz kalmasına yardımcı olurlar.", + "Oluşmaları milyonlarca yıl alabilir.", + "Topraktan kolayca çıkarılabildiği için kullanılırlar." + ], + "answerKey":"C" + }, + { + "id":"NYSEDREGENTS_2006_4_27", + "question":"Hangi insan faaliyeti çevreye en çok zarar veren etkiyi yaratır?", + "choices":[ + "nefes alma", + "büyüyen", + "ekme", + "kirletici" + ], + "answerKey":"D" + }, + { + "id":"Mercury_SC_409901", + "question":"Bitkiler fotosentez yapabilmek için bir enerji kaynağına ihtiyaç duyarlar. Bitkiler fotosentez yapabilmek için ihtiyaç duydukları enerjiyi hangi kaynaktan alırlar?", + "choices":[ + "oksijen", + "şeker", + "güneş ışığı", + "su" + ], + "answerKey":"C" + }, + { + "id":"NAEP_2000_4_S12+2", + "question":"Güneş'in yüzeyi ne kadar sıcak?", + "choices":[ + "Kaynar su kadar sıcak değil", + "Ateş kadar sıcak", + "Yaklaşık 100°F", + "Dünyadaki hemen hemen her şeyden çok daha sıcak" + ], + "answerKey":"D" + }, + { + "id":"Mercury_7001768", + "question":"Vücudumuzdaki insülinin birincil işlevi;", + "choices":[ + "Yakıtı daha sonra kullanmak üzere depolamak.", + "Kandaki glikoz miktarını düzenler.", + "Yakıt tüketim verimliliğini artırmak.", + "Sindirim bakterilerinin glikozu tüketmesini önler." + ], + "answerKey":"B" + } +] diff --git a/data/arc/ur_test.json b/data/arc/ur_test.json new file mode 100644 index 0000000000000000000000000000000000000000..bfab6d14c007c74f81f41fe5b9da5db9319d19f7 --- /dev/null +++ b/data/arc/ur_test.json @@ -0,0 +1,112 @@ +[ + { + "id":"Mercury_SC_409024", + "question":"جانوروں کو پودوں سے حاصل ہونے والی خوراک کھانے سے توانائی ملتی ہے۔ پودے جانوروں کے ذریعہ خارج ہونے والے مادوں کو لے کر زندہ رہتے ہیں۔ جانور کون سا مادہ خارج کرتے ہیں جسے پودے لیتے ہیں؟", + "choices":[ + "کاربن ڈائی آکسائیڈ", + "آکسیجن", + "نمک", + "چینی" + ], + "answerKey":"A" + }, + { + "id":"Mercury_LBS10817", + "question":"جب کوئی ستارہ پھٹتا ہے تو ایک انتہائی روشن چیز بنتی ہے۔ اس چیز کا نام کیا ہے؟", + "choices":[ + "نووا", + "سرخ دیو", + "سپرنووا", + "سفید بونا" + ], + "answerKey":"C" + }, + { + "id":"OHAT_2011_5_37", + "question":"کلاس پلانٹرز کو کھڑکی کے پاس رکھتی ہے تاکہ پودوں کو زیادہ سورج کی روشنی مل سکے۔ ٹماٹر کے پودے سورج کی روشنی کا استعمال کیسے کرتے ہیں؟", + "choices":[ + "پتیوں میں چینی بنانے کے لئے", + "تنوں سے نشاستہ استعمال کرنا", + "پانی کو پھولوں تک منتقل کرنے کے لیے", + "جڑوں کے ذریعے غذائی اجزاء حاصل کرنے کے لیے" + ], + "answerKey":"A" + }, + { + "id":"Mercury_SC_409574", + "question":"ٹریور لیمپ آن کرتا ہے۔ جب لیمپ آن ہوتا ہے تو برقی توانائی توانائی کی کس دوسری شکل میں بدل جاتی ہے؟", + "choices":[ + "کیمیائی", + "روشنی", + "مکینیکل", + "ممکنہ" + ], + "answerKey":"B" + }, + { + "id":"NYSEDREGENTS_2013_4_29", + "question":"بجلی کی خرابی کے دوران گھر میں کون سی چیزیں زیادہ کارآمد ہوں گی؟", + "choices":[ + "فلیش لائٹس اور اضافی بیٹریاں", + "ٹوپیاں اور سنسکرین", + "برساتی کوٹ اور چھتری", + "کیڑے سپرے اور جیکٹس" + ], + "answerKey":"A" + }, + { + "id":"Mercury_SC_400987", + "question":"اخبارات کو ری سائیکل کرنا ماحول کے لیے اچھا ہے کیونکہ یہ", + "choices":[ + "درختوں کی ضرورت کو بڑھاتا ہے۔", + "وسائل کو بچانے میں مدد کرتا ہے۔", + "لینڈ فلز کی ضرورت کو بڑھاتا ہے۔", + "ہوا سے آلودگی کو دور کرنے میں مدد کرتا ہے۔" + ], + "answerKey":"B" + }, + { + "id":"Mercury_SC_402031", + "question":"ان میں سے کون سا ٹول باہر مشاہدات کو ریکارڈ کرنے کے لیے بہترین ہے؟", + "choices":[ + "ایک حکمران", + "ایک گراف", + "ایک نوٹ بک", + "ایک کیلکولیٹر" + ], + "answerKey":"C" + }, + { + "id":"AKDE&ED_2008_8_51", + "question":"گردشی نظام اور نظام تنفس کا ایک دوسرے پر انحصار کیسے ہے؟", + "choices":[ + "نظام تنفس کے ذریعے جمع کی جانے والی آکسیجن گردشی نظام کے ذریعے پورے جسم میں پہنچائی جاتی ہے۔", + "گردشی نظام کے ذریعے جمع ہونے والا ٹھوس فضلہ نظام تنفس کے ذریعے پورے جسم میں پہنچایا جاتا ہے۔", + "نظام تنفس کے ذریعہ جمع کردہ غذائی اجزا گردشی نظام کے ذریعہ پورے جسم میں لے جایا جاتا ہے۔", + "گردشی نظام کے ذریعے جمع کاربن ڈائی آکسائیڈ پورے جسم میں نظام تنفس کے ذریعے پہنچائی جاتی ہے۔" + ], + "answerKey":"A" + }, + { + "id":"NYSEDREGENTS_2008_4_21", + "question":"درخت کے پتے موسم خزاں میں رنگ بدلتے ہیں۔ یہ ایک درخت کی مثال ہے۔", + "choices":[ + "اپنی زندگی کا چکر مکمل کرنا", + "ہجرت کی تیاری", + "اس کے ماحول کا جواب دینا", + "ہائبرنیشن کا آغاز" + ], + "answerKey":"C" + }, + { + "id":"Mercury_SC_416097", + "question":"پودے کا کون سا حصہ صحیح طور پر بیان کیا گیا ہے؟", + "choices":[ + "تنوں سے بیج بنتے ہیں۔", + "جڑیں غذائی اجزاء کو جذب کرتی ہیں۔", + "پتے پانی جذب کرتے ہیں۔", + "پھول کھانا بناتے ہیں۔" + ], + "answerKey":"B" + } +] diff --git a/data/arc/ur_train.json b/data/arc/ur_train.json new file mode 100644 index 0000000000000000000000000000000000000000..6f1199f3bdd87e031243253e99c6f9981c3dec47 --- /dev/null +++ b/data/arc/ur_train.json @@ -0,0 +1,145 @@ +[ + { + "id":"Mercury_7283255", + "question":"meiosis کے دوران مندرجہ ذیل میں سے کون سے واقعات ایک پرجاتی کے اندر تغیر میں سب سے زیادہ حصہ ڈالتے ہیں؟", + "choices":[ + "کروموسوم کی جوڑی", + "ہیپلوڈ گیمیٹس کی تخلیق", + "ایللیس کی علیحدگی", + "chromatids کی علیحدگی" + ], + "answerKey":"C" + }, + { + "id":"Mercury_405944", + "question":"آج جو آٹوموبائل انجن بنائے گئے ہیں ان کو گیس کی بچت کے لیے ڈیزائن کیا گیا ہے۔ گیس سے چلنے والے انجن زیادہ تر ممکنہ طور پر شہر کو کم کرکے متاثر کرتے ہیں۔", + "choices":[ + "فضائی آلودگی.", + "گرمی کی آلودگی.", + "شور کی آلودگی.", + "روشنی کی آلودگی." + ], + "answerKey":"A" + }, + { + "id":"MCAS_2001_8_2", + "question":"کون سی بہترین نقل و حمل کی ٹیکنالوجی کی وضاحت کرتا ہے؟", + "choices":[ + "ایک ایسا نظام جو لوگوں اور مصنوعات کو منتقل کرنے کے لیے استعمال ہوتا ہے۔", + "ایک ایسا ادارہ جو خام مال کو سامان میں تبدیل کرتا ہے۔", + "ڈھانچے کی تعمیر اور تکمیل", + "مکینیکل توانائی کو حرارتی توانائی میں تبدیل کرنا" + ], + "answerKey":"A" + }, + { + "id":"MCAS_2005_8_14", + "question":"اگر 1 کلو مرکب ٹولیون -95 ° C پر پگھل جائے تو 500 گرام ٹولیوین", + "choices":[ + "-47.5 ° C پر پگھلیں۔", + "-95 ° C پر پگھلیں۔", + "95 ° C پر ابالیں۔", + "47.5 ° C پر ابالیں۔" + ], + "answerKey":"B" + }, + { + "id":"Mercury_400056", + "question":"پودوں کی کون سی خصوصیت وراثت میں ملتی ہے؟", + "choices":[ + "اس کے پتوں کی شکل", + "پانی کی مقدار جو اسے حاصل کرتی ہے۔", + "معدنیات کی تعداد جو یہ مٹی سے جذب کرتی ہے۔", + "سورج کی روشنی کی سطح جس سے اسے بے نقاب کیا جاتا ہے۔" + ], + "answerKey":"A" + }, + { + "id":"NAEP_2009_4_S11+2", + "question":"راجر نے ریت کے ڈھیر پر پانی ڈالا۔ ریت کا کچھ حصہ بہہ گیا۔ یہ عمل مندرجہ ذیل میں سے کس سے ملتا جلتا ہے؟", + "choices":[ + "آتش فشاں کا پھٹنا", + "ایک وادی کی دیواروں کا کٹاؤ", + "پہاڑی سلسلوں کی بلندی", + "صحرا میں ٹیلوں یا ٹیلوں کی تشکیل" + ], + "answerKey":"B" + }, + { + "id":"Mercury_7136115", + "question":"راجر نے اپنے دادا سے ملاقات کی جو ایک فارم پر رہتے ہیں۔ جب وہ وہاں تھا، اس نے اپنے دادا کو گودام سے گھاس نکالنے میں مدد کی۔ جیسے ہی راجر گودام میں کام کر رہا تھا اسے چھینک آنے لگی۔ جسم کا کون سا نظام غالباً راجر کو چھینکنے کا سبب بنا؟", + "choices":[ + "گردش", + "اخراج", + "ہاضمہ", + "مدافعتی" + ], + "answerKey":"D" + }, + { + "id":"Mercury_SC_416531", + "question":"ایرن نے اپنا شیمروک پلانٹ ایک تاریک کونے میں رکھا۔ جلد ہی اس نے دیکھا کہ پتے اس کی کھڑکی کی طرف جھک گئے ہیں۔ پودے کو کھڑکی سے سب سے زیادہ کس چیز کی ضرورت تھی؟", + "choices":[ + "دن کے دوران سورج کی روشنی", + "دن کے دوران ہوا", + "رات میں اندھیرا", + "رات کو گرمی" + ], + "answerKey":"A" + }, + { + "id":"Mercury_404988", + "question":"ناقابل تجدید وسائل کے بارے میں ان میں سے کون سا بیان درست ہے؟", + "choices":[ + "وہ سستے ہیں۔", + "وہ ہوا کو صاف رکھنے میں مدد کرتے ہیں۔", + "انہیں بننے میں لاکھوں سال لگ سکتے ہیں۔", + "وہ استعمال کیے جاتے ہیں کیونکہ وہ آسانی سے زمین سے ہٹا دیئے جاتے ہیں۔" + ], + "answerKey":"C" + }, + { + "id":"NYSEDREGENTS_2006_4_27", + "question":"کون سی انسانی سرگرمی اکثر ماحول پر نقصان دہ اثر ڈالتی ہے؟", + "choices":[ + "سانس لینا", + "بڑھتی ہوئی", + "پودے لگانا", + "آلودگی" + ], + "answerKey":"D" + }, + { + "id":"Mercury_SC_409901", + "question":"فوٹو سنتھیس انجام دینے کے لیے پودوں کو توانائی کا ایک ذریعہ درکار ہوتا ہے۔ پودوں کو روشنی سنتھیس کے لیے درکار توانائی کس ذریعہ سے ملتی ہے؟", + "choices":[ + "آکسیجن", + "چینی", + "سورج کی روشنی", + "پانی" + ], + "answerKey":"C" + }, + { + "id":"NAEP_2000_4_S12+2", + "question":"سورج کی سطح پر کتنا گرم ہے؟", + "choices":[ + "ابلتے پانی کی طرح گرم نہیں۔", + "تقریباً آگ کی طرح گرم", + "تقریباً 100°F", + "زمین پر تقریبا کسی بھی چیز سے کہیں زیادہ گرم" + ], + "answerKey":"D" + }, + { + "id":"Mercury_7001768", + "question":"ہمارے جسم میں انسولین کا بنیادی کام کرنا ہے۔", + "choices":[ + "بعد میں استعمال کے لیے ایندھن ذخیرہ کریں۔", + "خون میں گلوکوز کی مقدار کو منظم کریں۔", + "ایندھن کی کھپت کی کارکردگی میں اضافہ.", + "ہاضمہ بیکٹیریا کو گلوکوز کے استعمال سے روکتا ہے۔" + ], + "answerKey":"B" + } +] diff --git a/data/arc/vi_test.json b/data/arc/vi_test.json new file mode 100644 index 0000000000000000000000000000000000000000..9702a493125ee88830bebac8d1f9199e15691430 --- /dev/null +++ b/data/arc/vi_test.json @@ -0,0 +1,112 @@ +[ + { + "id":"Mercury_SC_409024", + "question":"Động vật lấy năng lượng từ việc ăn thức ăn có nguồn gốc từ thực vật. Thực vật sống sót bằng cách hấp thụ các chất do động vật tiết ra. Động vật tiết ra chất gì mà thực vật hấp thụ?", + "choices":[ + "khí cacbonic", + "ôxy", + "muối", + "đường" + ], + "answerKey":"A" + }, + { + "id":"Mercury_LBS10817", + "question":"Khi một ngôi sao phát nổ, một vật thể cực sáng được hình thành. Tên của vật thể này là gì?", + "choices":[ + "mới", + "sao khổng lồ đỏ", + "siêu tân tinh", + "sao lùn trắng" + ], + "answerKey":"C" + }, + { + "id":"OHAT_2011_5_37", + "question":"Lớp đặt chậu cây bên cửa sổ để cây có thể nhận được nhiều ánh sáng mặt trời hơn. Cây cà chua sử dụng ánh sáng mặt trời như thế nào?", + "choices":[ + "để làm đường trong lá", + "sử dụng tinh bột từ thân cây", + "để di chuyển nước đến những bông hoa", + "để lấy chất dinh dưỡng qua rễ" + ], + "answerKey":"A" + }, + { + "id":"Mercury_SC_409574", + "question":"Trevor bật đèn. Khi đèn bật, năng lượng điện chuyển thành dạng năng lượng nào khác?", + "choices":[ + "hóa chất", + "ánh sáng", + "cơ khí", + "tiềm năng" + ], + "answerKey":"B" + }, + { + "id":"NYSEDREGENTS_2013_4_29", + "question":"Những đồ dùng nào sẽ hữu ích nhất trong nhà khi mất điện?", + "choices":[ + "đèn pin và pin dự phòng", + "mũ và kem chống nắng", + "áo mưa và ô", + "thuốc xịt côn trùng và áo khoác" + ], + "answerKey":"A" + }, + { + "id":"Mercury_SC_400987", + "question":"Tái chế báo là tốt cho môi trường vì nó", + "choices":[ + "làm tăng nhu cầu về cây xanh.", + "giúp bảo tồn tài nguyên.", + "làm tăng nhu cầu về bãi chôn lấp.", + "giúp loại bỏ các chất ô nhiễm khỏi không khí." + ], + "answerKey":"B" + }, + { + "id":"Mercury_SC_402031", + "question":"Trong số những công cụ sau, công cụ nào là tốt nhất để ghi lại các quan sát ngoài trời?", + "choices":[ + "một người cai trị", + "một đồ thị", + "một cuốn sổ tay", + "một máy tính" + ], + "answerKey":"C" + }, + { + "id":"AKDE&ED_2008_8_51", + "question":"Hệ tuần hoàn và hệ hô hấp phụ thuộc lẫn nhau như thế nào?", + "choices":[ + "Oxy được hệ hô hấp thu thập sẽ được hệ tuần hoàn vận chuyển đi khắp cơ thể.", + "Chất thải rắn được hệ tuần hoàn thu thập sẽ được hệ hô hấp vận chuyển đi khắp cơ thể.", + "Các chất dinh dưỡng được hệ hô hấp thu thập sẽ được hệ tuần hoàn vận chuyển đi khắp cơ thể.", + "Carbon dioxide được hệ tuần hoàn thu thập sẽ được hệ hô hấp vận chuyển đi khắp cơ thể." + ], + "answerKey":"A" + }, + { + "id":"NYSEDREGENTS_2008_4_21", + "question":"Lá của một cái cây đổi màu vào mùa thu. Đây là một ví dụ về một cái cây", + "choices":[ + "hoàn thành vòng đời của nó", + "chuẩn bị di cư", + "phản ứng với môi trường của nó", + "bắt đầu ngủ đông" + ], + "answerKey":"C" + }, + { + "id":"Mercury_SC_416097", + "question":"Bộ phận nào của cây được mô tả đúng?", + "choices":[ + "Thân cây tạo ra hạt.", + "Rễ hấp thụ chất dinh dưỡng.", + "Lá hấp thụ nước.", + "Hoa làm ra thức ăn." + ], + "answerKey":"B" + } +] diff --git a/data/arc/vi_train.json b/data/arc/vi_train.json new file mode 100644 index 0000000000000000000000000000000000000000..46c443db52aab22e4e9597bce0203776df4ffd94 --- /dev/null +++ b/data/arc/vi_train.json @@ -0,0 +1,145 @@ +[ + { + "id":"Mercury_7283255", + "question":"Sự kiện nào sau đây trong quá trình giảm phân đóng góp nhiều nhất vào sự biến dị trong một loài?", + "choices":[ + "sự ghép cặp của nhiễm sắc thể", + "tạo ra giao tử đơn bội", + "sự phân ly của các alen", + "sự tách rời của các nhiễm sắc tử" + ], + "answerKey":"C" + }, + { + "id":"Mercury_405944", + "question":"Động cơ ô tô được chế tạo ngày nay được thiết kế để tiết kiệm xăng. Động cơ tiết kiệm xăng rất có thể ảnh hưởng đến một thành phố bằng cách giảm", + "choices":[ + "ô nhiễm không khí.", + "ô nhiễm nhiệt.", + "ô nhiễm tiếng ồn.", + "ô nhiễm ánh sáng." + ], + "answerKey":"A" + }, + { + "id":"MCAS_2001_8_2", + "question":"Câu nào mô tả tốt nhất về công nghệ vận tải?", + "choices":[ + "một hệ thống được sử dụng để di chuyển con người và sản phẩm", + "một doanh nghiệp biến đổi nguyên liệu thô thành hàng hóa", + "việc xây dựng và hoàn thiện các công trình", + "sự chuyển đổi năng lượng cơ học thành năng lượng nhiệt" + ], + "answerKey":"A" + }, + { + "id":"MCAS_2005_8_14", + "question":"Nếu 1 kg hợp chất toluen nóng chảy ở -95°C thì 500 g toluen sẽ", + "choices":[ + "nóng chảy ở -47,5°C.", + "nóng chảy ở -95°C.", + "đun sôi ở 95°C.", + "đun sôi ở 47,5°C." + ], + "answerKey":"B" + }, + { + "id":"Mercury_400056", + "question":"Đặc điểm nào của cây được di truyền?", + "choices":[ + "hình dạng của lá của nó", + "lượng nước nó nhận được", + "số lượng khoáng chất mà nó hấp thụ từ đất", + "mức độ ánh sáng mặt trời mà nó được tiếp xúc" + ], + "answerKey":"A" + }, + { + "id":"NAEP_2009_4_S11+2", + "question":"Roger đổ nước lên một đống cát. Một số cát bị trôi đi. Quá trình này tương tự như quá trình nào sau đây?", + "choices":[ + "Sự phun trào của một ngọn núi lửa", + "Sự xói mòn của các bức tường của một hẻm núi", + "Sự nâng cao của các dãy núi", + "Sự hình thành các cồn cát hoặc gò đất trong sa mạc" + ], + "answerKey":"B" + }, + { + "id":"Mercury_7136115", + "question":"Roger đến thăm ông nội của mình, người sống trong một trang trại. Khi ở đó, anh đã giúp ông nội chuyển cỏ khô ra khỏi chuồng. Khi Roger làm việc trong chuồng, anh bắt đầu hắt hơi. Hệ thống nào của cơ thể có khả năng khiến Roger hắt hơi nhiều nhất?", + "choices":[ + "tuần hoàn", + "bài tiết", + "tiêu hóa", + "miễn dịch" + ], + "answerKey":"D" + }, + { + "id":"Mercury_SC_416531", + "question":"Erin đặt cây cỏ ba lá của mình vào một góc tối. Chẳng mấy chốc cô thấy lá cây nghiêng về phía cửa sổ. Cây cần gì nhất ở cửa sổ?", + "choices":[ + "ánh sáng mặt trời trong ngày", + "không khí trong ngày", + "bóng tối vào ban đêm", + "sự ấm áp vào ban đêm" + ], + "answerKey":"A" + }, + { + "id":"Mercury_404988", + "question":"Câu nào sau đây là đúng khi nói về tài nguyên không tái tạo?", + "choices":[ + "Chúng không đắt.", + "Chúng giúp giữ cho không khí trong lành.", + "Chúng có thể mất hàng triệu năm để hình thành.", + "Chúng được sử dụng vì dễ dàng được lấy ra khỏi mặt đất." + ], + "answerKey":"C" + }, + { + "id":"NYSEDREGENTS_2006_4_27", + "question":"Hoạt động nào của con người thường gây ảnh hưởng có hại nhất đến môi trường?", + "choices":[ + "thở", + "đang phát triển", + "trồng trọt", + "gây ô nhiễm" + ], + "answerKey":"D" + }, + { + "id":"Mercury_SC_409901", + "question":"Cây cần nguồn năng lượng để thực hiện quá trình quang hợp. Cây nhận được năng lượng cần thiết để thực hiện quá trình quang hợp từ nguồn nào?", + "choices":[ + "ôxy", + "đường", + "ánh sáng mặt trời", + "Nước" + ], + "answerKey":"C" + }, + { + "id":"NAEP_2000_4_S12+2", + "question":"Bề mặt của Mặt trời nóng đến mức nào?", + "choices":[ + "Không nóng bằng nước sôi", + "Nóng như lửa", + "Khoảng 100°F", + "Nóng hơn nhiều so với hầu hết mọi thứ trên Trái Đất" + ], + "answerKey":"D" + }, + { + "id":"Mercury_7001768", + "question":"Chức năng chính của insulin trong cơ thể chúng ta là", + "choices":[ + "lưu trữ nhiên liệu để sử dụng sau.", + "điều chỉnh lượng glucose trong máu.", + "tăng hiệu quả tiêu thụ nhiên liệu.", + "ngăn chặn vi khuẩn tiêu hóa tiêu thụ glucose." + ], + "answerKey":"B" + } +] diff --git a/data/arc/zh_test.json b/data/arc/zh_test.json new file mode 100644 index 0000000000000000000000000000000000000000..0eb0134ac6342663569c2ba2e16217df4a8bf348 --- /dev/null +++ b/data/arc/zh_test.json @@ -0,0 +1,112 @@ +[ + { + "id":"Mercury_SC_409024", + "question":"动物通过食用植物获取能量。植物通过吸收动物释放的物质生存。动物释放的物质中,哪些是植物吸收的?", + "choices":[ + "二氧化碳", + "氧", + "盐", + "糖" + ], + "answerKey":"A" + }, + { + "id":"Mercury_LBS10817", + "question":"当一颗恒星爆炸时,会形成一个非常明亮的物体。这个物体叫什么名字?", + "choices":[ + "新星", + "红巨星", + "超新星", + "白矮星" + ], + "answerKey":"C" + }, + { + "id":"OHAT_2011_5_37", + "question":"班级把花盆放在窗边,这样植物就能得到更多的阳光。番茄植株是如何利用阳光的呢?", + "choices":[ + "在叶子中制造糖分", + "使用茎中的淀粉", + "将水移到花上", + "通过根部获取营养" + ], + "answerKey":"A" + }, + { + "id":"Mercury_SC_409574", + "question":"特雷弗打开了一盏灯。当灯亮时,电能会转换成哪种形式的能量?", + "choices":[ + "化学", + "光", + "机械的", + "潜在的" + ], + "answerKey":"B" + }, + { + "id":"NYSEDREGENTS_2013_4_29", + "question":"停电时家里哪些物品最有用?", + "choices":[ + "手电筒和备用电池", + "帽子和防晒霜", + "雨衣和雨伞", + "杀虫剂和夹克" + ], + "answerKey":"A" + }, + { + "id":"Mercury_SC_400987", + "question":"回收报纸对环境有益,因为它", + "choices":[ + "增加了对树木的需求。", + "有助于节约资源。", + "增加了对垃圾填埋场的需求。", + "有助于去除空气中的污染物。" + ], + "answerKey":"B" + }, + { + "id":"Mercury_SC_402031", + "question":"以下哪种工具最适合记录户外观察结果?", + "choices":[ + "一把尺子", + "图表", + "一本笔记本", + "计算器" + ], + "answerKey":"C" + }, + { + "id":"AKDE&ED_2008_8_51", + "question":"循环系统和呼吸系统如何相互依赖?", + "choices":[ + "呼吸系统收集的氧气通过循环系统输送到全身。", + "循环系统收集的固体废物由呼吸系统输送到全身。", + "呼吸系统收集的营养物质通过循环系统输送到全身。", + "循环系统收集的二氧化碳通过呼吸系统输送到全身。" + ], + "answerKey":"A" + }, + { + "id":"NYSEDREGENTS_2008_4_21", + "question":"树叶在秋天会变色。这是一棵树的例子", + "choices":[ + "完成其生命周期", + "准备迁移", + "对环境作出反应", + "开始冬眠" + ], + "answerKey":"C" + }, + { + "id":"Mercury_SC_416097", + "question":"哪个植物部分的描述是正确的?", + "choices":[ + "茎产生种子。", + "根吸收养分。", + "叶子吸收水分。", + "鲜花可以做食物。" + ], + "answerKey":"B" + } +] diff --git a/data/arc/zh_train.json b/data/arc/zh_train.json new file mode 100644 index 0000000000000000000000000000000000000000..f91ddaeba5e49268469347609a587832f14bfca8 --- /dev/null +++ b/data/arc/zh_train.json @@ -0,0 +1,145 @@ +[ + { + "id":"Mercury_7283255", + "question":"减数分裂过程中下列哪个事件对物种内部的变异贡献最大?", + "choices":[ + "染色体配对", + "单倍体配子的产生", + "等位基因分离", + "染色单体分离" + ], + "answerKey":"C" + }, + { + "id":"Mercury_405944", + "question":"如今生产的汽车发动机都注重燃油效率。燃油效率高的发动机最有可能对城市产生的影响是减少", + "choices":[ + "空气污染。", + "热污染。", + "噪音污染。", + "光污染。" + ], + "answerKey":"A" + }, + { + "id":"MCAS_2001_8_2", + "question":"哪一项最能描述运输技术?", + "choices":[ + "用于运送人员和产品的系统", + "将原材料转化为商品的企业", + "建筑物的建造和装修", + "机械能转化为热能" + ], + "answerKey":"A" + }, + { + "id":"MCAS_2005_8_14", + "question":"如果 1 公斤甲苯的熔点为 -95°C,那么 500 克甲苯将", + "choices":[ + "熔点为-47.5°C。", + "熔点为-95°C。", + "在 95°C 时沸腾。", + "沸点为47.5°C。" + ], + "answerKey":"B" + }, + { + "id":"Mercury_400056", + "question":"哪种植物特性是遗传的?", + "choices":[ + "叶子的形状", + "它接收的水量", + "从土壤中吸收的矿物质数量", + "暴露在阳光下的程度" + ], + "answerKey":"A" + }, + { + "id":"NAEP_2009_4_S11+2", + "question":"罗杰把水倒在一堆沙子上。一些沙子被冲走了。这个过程类似于以下哪项?", + "choices":[ + "火山喷发", + "峡谷壁的侵蚀", + "山脉的隆升", + "沙漠中沙丘或土丘的形成" + ], + "answerKey":"B" + }, + { + "id":"Mercury_7136115", + "question":"罗杰去拜访住在农场里的祖父。他帮祖父把干草从谷仓里搬出来。罗杰在谷仓里干活的时候开始打喷嚏。身体的哪个系统最有可能引起罗杰打喷嚏?", + "choices":[ + "循环系统", + "排泄", + "消化系统", + "免疫" + ], + "answerKey":"D" + }, + { + "id":"Mercury_SC_416531", + "question":"艾琳把她的三叶草放在一个阴暗的角落里。很快,她发现叶子向窗户倾斜了。这株植物最需要窗户的什么呢?", + "choices":[ + "白天的阳光", + "白天的空气", + "夜晚的黑暗", + "夜晚的温暖" + ], + "answerKey":"A" + }, + { + "id":"Mercury_404988", + "question":"以下关于不可再生资源的说法哪个是正确的?", + "choices":[ + "它们价格便宜。", + "它们有助于保持空气清洁。", + "它们的形成可能需要数百万年的时间。", + "之所以使用它们,是因为它们很容易从地面移除。" + ], + "answerKey":"C" + }, + { + "id":"NYSEDREGENTS_2006_4_27", + "question":"哪些人类活动最常对环境产生有害影响?", + "choices":[ + "呼吸", + "生长", + "种植", + "污染" + ], + "answerKey":"D" + }, + { + "id":"Mercury_SC_409901", + "question":"植物进行光合作用需要能量来源。植物从哪里获取光合作用所需的能量?", + "choices":[ + "氧", + "糖", + "阳光", + "水" + ], + "answerKey":"C" + }, + { + "id":"NAEP_2000_4_S12+2", + "question":"太阳表面有多热?", + "choices":[ + "不像沸水那么热", + "和火一样热", + "约100°F", + "比地球上几乎任何东西都热得多" + ], + "answerKey":"D" + }, + { + "id":"Mercury_7001768", + "question":"胰岛素在我们体内的主要功能是", + "choices":[ + "储存燃料以备后用。", + "调节血液中的葡萄糖量。", + "提高燃料消耗效率。", + "阻止消化细菌消耗葡萄糖。" + ], + "answerKey":"B" + } +] diff --git a/datasets.json b/datasets.json index fe285c282616afbe61a1083e49226acdb9b3bb88..03127d96cc36fad9163026102d5843914afee1c6 100644 --- a/datasets.json +++ b/datasets.json @@ -318,58 +318,6 @@ "implemented": false, "group": "Grade School Math" }, - { - "name": "FLEURS", - "author": "Meta", - "author_url": "https://ai.meta.com", - "url": "https://huggingface.co/datasets/google/fleurs", - "n_languages": 102, - "tasks": [ - "speech_recognition" - ], - "parallel": true, - "translation": "human", - "base": "FLORES", - "implemented": false, - "group": "Speech Recognition" - }, - { - "name": "CommonVoice", - "author": "Mozilla", - "author_url": "https://blog.mozilla.ai", - "url": "https://huggingface.co/datasets/mozilla-foundation/common_voice_17_0", - "n_languages": 124, - "tasks": [ - "speech_recognition" - ], - "parallel": null, - "translation": "human", - "group": "Speech Recognition" - }, - { - "name": "WorldCuisines", - "author": "Academic", - "author_url": "https://worldcuisines.github.io", - "url": "https://huggingface.co/datasets/worldcuisines/vqa", - "n_languages": 30, - "tasks": [ - "visual_question_answering" - ], - "parallel": null, - "group": "Visual Question Answering" - }, - { - "name": "CVQA", - "author": "Academic", - "author_url": null, - "url": "https://huggingface.co/datasets/afaji/cvqa", - "n_languages": 39, - "tasks": [ - "visual_question_answering" - ], - "parallel": null, - "group": "Visual Question Answering" - }, { "name": "Uhuru ARC Easy", "author": "Masakhane", @@ -382,7 +330,7 @@ "parallel": true, "translation": "human", "base": "AI2 ARC", - "implemented": false, + "implemented": true, "group": "Abstract Reasoning" }, { @@ -460,6 +408,58 @@ "implemented": false, "group": "Truthfulness" }, + { + "name": "FLEURS", + "author": "Meta", + "author_url": "https://ai.meta.com", + "url": "https://huggingface.co/datasets/google/fleurs", + "n_languages": 102, + "tasks": [ + "speech_recognition" + ], + "parallel": true, + "translation": "human", + "base": "FLORES", + "implemented": false, + "group": "Speech Recognition" + }, + { + "name": "CommonVoice", + "author": "Mozilla", + "author_url": "https://blog.mozilla.ai", + "url": "https://huggingface.co/datasets/mozilla-foundation/common_voice_17_0", + "n_languages": 124, + "tasks": [ + "speech_recognition" + ], + "parallel": null, + "translation": "human", + "group": "Speech Recognition" + }, + { + "name": "WorldCuisines", + "author": "Academic", + "author_url": "https://worldcuisines.github.io", + "url": "https://huggingface.co/datasets/worldcuisines/vqa", + "n_languages": 30, + "tasks": [ + "visual_question_answering" + ], + "parallel": null, + "group": "Visual Question Answering" + }, + { + "name": "CVQA", + "author": "Academic", + "author_url": null, + "url": "https://huggingface.co/datasets/afaji/cvqa", + "n_languages": 39, + "tasks": [ + "visual_question_answering" + ], + "parallel": null, + "group": "Visual Question Answering" + }, { "name": "XNLI", "author": "Meta", diff --git a/evals/backend.py b/evals/backend.py index 5d7180c33f2a613015110daf305e3f6b01d793f4..13c3babaa1cd8057df24f70ef81a579700672d24 100644 --- a/evals/backend.py +++ b/evals/backend.py @@ -25,6 +25,7 @@ task_metrics = [ "translation_to_bleu", "classification_accuracy", "mmlu_accuracy", + "arc_accuracy", "mgsm_accuracy", ] diff --git a/evals/datasets_/arc.py b/evals/datasets_/arc.py new file mode 100644 index 0000000000000000000000000000000000000000..b3060a0678901970538e3c0fe944161bb622d879 --- /dev/null +++ b/evals/datasets_/arc.py @@ -0,0 +1,113 @@ +import random +from collections import Counter, defaultdict + +from langcodes import Language, standardize_tag +from rich import print +from models import translate_google, google_supported_languages +from tqdm import tqdm +from datasets import Dataset, load_dataset +import asyncio +from tqdm.asyncio import tqdm_asyncio +import os + +from datasets_.util import _get_dataset_config_names, _load_dataset + +slug_uhura_arc_easy = "masakhane/uhura-arc-easy" +tags_uhura_arc_easy = { + standardize_tag(a.split("_")[0], macro=True): a for a in _get_dataset_config_names(slug_uhura_arc_easy) + if not a.endswith("unmatched") +} + + +random.seed(42) +id_sets_train = [set(_load_dataset(slug_uhura_arc_easy, tag, split="train")["id"]) for tag in tags_uhura_arc_easy.values()] +common_ids_train = list(sorted(set.intersection(*id_sets_train))) +random.shuffle(common_ids_train) +id_sets_test = [set(_load_dataset(slug_uhura_arc_easy, tag, split="test")["id"]) for tag in tags_uhura_arc_easy.values()] +common_ids_test = list(sorted(set.intersection(*id_sets_test))) +random.shuffle(common_ids_test) + +slug_uhura_arc_easy_translated = "fair-forward/arc-easy-autotranslated" +tags_uhura_arc_easy_translated = { + standardize_tag(a.split("_")[0], macro=True): a for a in _get_dataset_config_names(slug_uhura_arc_easy_translated) +} + + + + +def add_choices(row): + row["choices"] = row["choices"]["text"] + return row + + +def load_uhura_arc_easy(language_bcp_47, nr): + if language_bcp_47 in tags_uhura_arc_easy.keys(): + ds = _load_dataset(slug_uhura_arc_easy, tags_uhura_arc_easy[language_bcp_47]) + ds = ds.map(add_choices) + ds = ds.rename_column("answerKey", "answer") + train_ids = common_ids_train[nr:nr+3] + examples = ds["train"].filter(lambda x: x["id"] in train_ids) + task = ds["test"].filter(lambda x: x["id"] == common_ids_test[nr])[0] + return "masakhane/uhura-arc-easy", examples, task + if language_bcp_47 in tags_uhura_arc_easy_translated.keys(): + ds = _load_dataset(slug_uhura_arc_easy_translated, tags_uhura_arc_easy_translated[language_bcp_47]) + ds = ds.rename_column("answerKey", "answer") + train_ids = common_ids_train[nr:nr+3] + examples = ds["train"].filter(lambda x: x["id"] in train_ids) + task = ds["test"].filter(lambda x: x["id"] == common_ids_test[nr])[0] + return "fair-forward/arc-easy-autotranslated", examples, task + else: + return None, None, None + +def translate_arc(languages): + human_translated = tags_uhura_arc_easy.keys() + untranslated = [ + lang + for lang in languages["bcp_47"].values[:100] + if lang not in human_translated and lang in google_supported_languages + ] + n_samples = 10 + train_ids = common_ids_train[:n_samples+3] + en_train = _load_dataset(slug_uhura_arc_easy, subset=tags_uhura_arc_easy["en"], split="train") + en_train = en_train.filter(lambda x: x["id"] in train_ids) + test_ids = common_ids_test[:n_samples] + en_test = _load_dataset(slug_uhura_arc_easy, subset=tags_uhura_arc_easy["en"], split="test") + en_test = en_test.filter(lambda x: x["id"] in test_ids) + data = {"train": en_train, "test": en_test} + + slug = "fair-forward/arc-easy-autotranslated" + for lang in tqdm(untranslated): + # check if already exists on hub + try: + ds_lang = load_dataset(slug, lang) + except (ValueError, Exception): + print(f"Translating {lang}...") + for split, data_en in data.items(): + questions_tr = [translate_google(q, "en", lang) for q in data_en["question"]] + questions_tr = asyncio.run(tqdm_asyncio.gather(*questions_tr)) + choices_texts_concatenated = [] + for choice in data_en["choices"]: + for option in choice["text"]: + choices_texts_concatenated.append(option) + choices_tr = [translate_google(c, "en", lang) for c in choices_texts_concatenated] + choices_tr = asyncio.run(tqdm_asyncio.gather(*choices_tr)) + # group into chunks of 4 + choices_tr = [choices_tr[i:i+4] for i in range(0, len(choices_tr), 4)] + + ds_lang = Dataset.from_dict( + { + "id": data_en["id"], + "question": questions_tr, + "choices": choices_tr, + "answerKey": data_en["answerKey"], + } + ) + ds_lang.push_to_hub( + slug, + split=split, + config_name=lang, + token=os.getenv("HUGGINGFACE_ACCESS_TOKEN"), + ) + ds_lang.to_json( + f"data/translations/arc/{lang}_{split}.json", lines=False, force_ascii=False, indent=2 + ) diff --git a/evals/datasets_/mgsm.py b/evals/datasets_/mgsm.py index b93abcfeb25290d796ecb957e4c417a9910645af..91566442b0f21f84a77d4a8aa67fb56a3c8c35df 100644 --- a/evals/datasets_/mgsm.py +++ b/evals/datasets_/mgsm.py @@ -96,5 +96,5 @@ def translate_mgsm(languages): token=os.getenv("HUGGINGFACE_ACCESS_TOKEN"), ) ds_lang.to_json( - f"data/mgsm/{lang}.json", lines=False, force_ascii=False, indent=2 + f"data/translations/mgsm/{lang}.json", lines=False, force_ascii=False, indent=2 ) diff --git a/evals/main.py b/evals/main.py index d242d089f2e8efc5a45cd271ab9e84484f5b3648..9ba71d820698cd55b2d51c376065c566dede80d1 100644 --- a/evals/main.py +++ b/evals/main.py @@ -15,7 +15,8 @@ n_sentences = 10 async def evaluate(): # FIXME we should not need this for-loop, but it helps - for n_languages in range(90, 101, 3): + # for n_languages in range(20, 101, 20): + for n_languages in range(20, 21, 1): print(f"running evaluations for {n_languages} languages") old_results = pd.read_json("results.json") old_models = pd.read_json("models.json") diff --git a/evals/models.py b/evals/models.py index 93b6de1fed14a6fed3e487749e6d6b7350a0b180..605425f1df630335e4325a9afd38bdd481eb8429 100644 --- a/evals/models.py +++ b/evals/models.py @@ -281,7 +281,7 @@ def load_models(date: date): ) # models = models[models["cost"] <= 2.0].reset_index(drop=True) models["tasks"] = [ - ["translation_from", "translation_to", "classification", "mmlu", "mgsm"] + ["translation_from", "translation_to", "classification", "mmlu", "arc", "mgsm"] ] * len(models) models = pd.concat([models, get_translation_models()]) models = models[ # temporary fix FIXME diff --git a/evals/plots.py b/evals/plots.py new file mode 100644 index 0000000000000000000000000000000000000000..143e37946dfec950fc32567d5e7e1e960ce8ee31 --- /dev/null +++ b/evals/plots.py @@ -0,0 +1,130 @@ +import pandas as pd +import matplotlib.pyplot as plt +import seaborn as sns +import numpy as np +from scipy.special import logit + +df = pd.read_json("../results.json") + +df = df[df["metric"] != "chrf"] +df = df.groupby(["task", "metric", "bcp_47"]).agg({"score": "mean"}).reset_index() + +# Apply logit transformation to classification scores to reduce skewness +def transform_classification_scores(row): + if row['task'] == 'classification': + # Avoid division by zero and infinite values by clipping + score = np.clip(row['score'], 0.001, 0.999) + # Apply logit transformation (log(p/(1-p))) + return logit(score) + else: + return row['score'] + +df['score'] = df.apply(transform_classification_scores, axis=1) + +# Create a pivot table with tasks as columns and languages as rows +pivot_df = df.pivot_table( + values='score', + index='bcp_47', + columns='task', + aggfunc='mean' +) + +# Calculate correlation matrix +correlation_matrix = pivot_df.corr() + +# Create the correlation plot +plt.figure(figsize=(12, 10)) +# Create mask for upper triangle including diagonal to show only lower triangle +mask = np.triu(np.ones_like(correlation_matrix, dtype=bool)) + +# Create a heatmap +sns.heatmap( + correlation_matrix, + annot=True, + cmap='coolwarm', + center=0, + square=True, + mask=mask, + cbar_kws={"shrink": .8}, + fmt='.3f' +) + +plt.title('Task Performance Correlation Matrix', fontsize=16, fontweight='bold') +plt.xlabel('Tasks', fontsize=12) +plt.ylabel('Tasks', fontsize=12) +plt.xticks(rotation=45, ha='right') +plt.yticks(rotation=0) +plt.tight_layout() + +# Save the plot +plt.savefig('task_correlation_matrix.png', dpi=300, bbox_inches='tight') +plt.show() + +# Print correlation values for reference +print("Correlation Matrix:") +print("Note: Classification scores have been logit-transformed to reduce skewness") +print(correlation_matrix.round(3)) + +# Also create a scatter plot matrix for pairwise relationships with highlighted languages +highlighted_languages = ['en', 'zh', 'hi', 'es', 'ar'] + +# Create color mapping +def get_color_and_label(lang_code): + if lang_code in highlighted_languages: + color_map = {'en': 'red', 'zh': 'blue', 'hi': 'green', 'es': 'orange', 'ar': 'purple'} + return color_map[lang_code], lang_code + else: + return 'lightgray', 'Other' + +# Create custom scatter plot matrix +tasks = pivot_df.columns.tolist() +n_tasks = len(tasks) + +fig, axes = plt.subplots(n_tasks, n_tasks, figsize=(15, 12)) +fig.suptitle('Pairwise Task Performance (Highlighted Languages)', fontsize=16, fontweight='bold') + +# Create legend elements +legend_elements = [] +for lang in highlighted_languages: + color, _ = get_color_and_label(lang) + legend_elements.append(plt.Line2D([0], [0], marker='o', color='w', markerfacecolor=color, markersize=8, label=lang)) +legend_elements.append(plt.Line2D([0], [0], marker='o', color='w', markerfacecolor='lightgray', markersize=8, label='Other')) + +for i, task_y in enumerate(tasks): + for j, task_x in enumerate(tasks): + ax = axes[i, j] + + if i == j: + # Diagonal: histogram + task_data = pivot_df[task_y].dropna() + colors = [get_color_and_label(lang)[0] for lang in task_data.index] + ax.hist(task_data, bins=20, alpha=0.7, color='skyblue', edgecolor='black') + ax.set_title(f'{task_y}', fontsize=10) + else: + # Off-diagonal: scatter plot + for lang_code in pivot_df.index: + if pd.notna(pivot_df.loc[lang_code, task_x]) and pd.notna(pivot_df.loc[lang_code, task_y]): + color, _ = get_color_and_label(lang_code) + alpha = 0.8 if lang_code in highlighted_languages else 0.3 + size = 50 if lang_code in highlighted_languages else 20 + ax.scatter(pivot_df.loc[lang_code, task_x], pivot_df.loc[lang_code, task_y], + c=color, alpha=alpha, s=size) + + # Set labels + if i == n_tasks - 1: + ax.set_xlabel(task_x, fontsize=10) + if j == 0: + ax.set_ylabel(task_y, fontsize=10) + + # Remove tick labels except for edges + if i != n_tasks - 1: + ax.set_xticklabels([]) + if j != 0: + ax.set_yticklabels([]) + +# Add legend +fig.legend(handles=legend_elements, loc='upper right', bbox_to_anchor=(1, 1)) + +plt.tight_layout() +plt.savefig('task_scatter_matrix.png', dpi=300, bbox_inches='tight') +plt.show() diff --git a/evals/tasks.py b/evals/tasks.py index d598e35175a6faac9c6c3f477d132e845dc2ed8f..8fed200996d0e152045bbd5ea54b95ec181e1133 100644 --- a/evals/tasks.py +++ b/evals/tasks.py @@ -8,6 +8,7 @@ import sentencepiece as spm from datasets_.flores import flores_sentences from datasets_.mgsm import load_mgsm, parse_number from datasets_.mmlu import load_mmlu +from datasets_.arc import load_uhura_arc_easy from google.cloud import translate_v2 as translate from langcodes import closest_supported_match from languages import languages, script_name @@ -223,29 +224,28 @@ async def mlm_and_evaluate(model, language_bcp_47, nr): } ] +def format_multiple_choice(item): + return f"""{item["question"]} + + A: {item["choices"][0]} + B: {item["choices"][1]} + C: {item["choices"][2]} + D: {item["choices"][3]} + + A|B|C|D?""" async def mmlu_and_evaluate(model, language_bcp_47, nr): ds_name, examples, task = load_mmlu(language_bcp_47, nr) if not task: return [] - def format_item(item): - return f"""{item["question"]} - - A: {item["choices"][0]} - B: {item["choices"][1]} - C: {item["choices"][2]} - D: {item["choices"][3]} - - A|B|C|D?""" - messages = [] for example in examples: messages += [ - {"role": "user", "content": format_item(example)}, + {"role": "user", "content": format_multiple_choice(example)}, {"role": "assistant", "content": example["answer"]}, ] - messages += [{"role": "user", "content": format_item(task)}] + messages += [{"role": "user", "content": format_multiple_choice(task)}] try: response = await complete( model=model, @@ -270,6 +270,42 @@ async def mmlu_and_evaluate(model, language_bcp_47, nr): } ] +async def arc_and_evaluate(model, language_bcp_47, nr): + ds_name, examples, task = load_uhura_arc_easy(language_bcp_47, nr) + if not task: + return [] + + messages = [] + for example in examples: + messages += [ + {"role": "user", "content": format_multiple_choice(example)}, + {"role": "assistant", "content": example["answer"]}, + ] + messages += [{"role": "user", "content": format_multiple_choice(task)}] + try: + response = await complete( + model=model, + messages=messages, + temperature=0, + max_tokens=1, + ) + acc = int(response[:1].strip() == task["answer"]) + except Exception as e: + if "ResponsibleAIPolicyViolation" in str(e): + acc = 0 + else: + raise e + return [ + { + "model": model, + "bcp_47": language_bcp_47, + "task": "arc", + "metric": "accuracy", + "score": acc, + "sentence_nr": nr, + } + ] + async def mgsm_and_evaluate(model, language_bcp_47, nr): system_prompt = """ @@ -346,6 +382,7 @@ tasks = { "classification": classify_and_evaluate, # "mlm": mlm_and_evaluate, "mmlu": mmlu_and_evaluate, + "arc": arc_and_evaluate, "mgsm": mgsm_and_evaluate, # "asr": transcribe_and_evaluate, } diff --git a/evals/translate.py b/evals/translate.py index ca9abd62892e6f43dcf9f6d9d4ff21895b6579f9..ae752a74f40be4209851cc76601bf65cc8d49030 100644 --- a/evals/translate.py +++ b/evals/translate.py @@ -1,5 +1,7 @@ from languages import languages from datasets_.mgsm import translate_mgsm +from datasets_.arc import translate_arc if __name__ == "__main__": - translate_mgsm(languages) \ No newline at end of file + translate_mgsm(languages) + translate_arc(languages) \ No newline at end of file diff --git a/frontend/src/components/ScoreColumns.js b/frontend/src/components/ScoreColumns.js index 5e7e7e606efb9fa863d89bc184eb329a8427e919..ec253c0b06008e1047294e6fdc9c7eb748cd7c30 100644 --- a/frontend/src/components/ScoreColumns.js +++ b/frontend/src/components/ScoreColumns.js @@ -44,7 +44,7 @@ const ScoreColumns = [ , + , =4.67.1", "transformers>=4.51.3", ] + +[dependency-groups] +dev = [ + "ipython>=9.3.0", + "jupyter>=1.1.1", + "scipy>=1.16.0", + "seaborn>=0.13.2", +] diff --git a/results.json b/results.json index 76de4f0656b98693c47dc4dbba2443037cc7940b..57397ed3f7358a6e17c3737920e762e4baa1c902 100644 --- a/results.json +++ b/results.json @@ -118,6 +118,13 @@ "metric":"chrf", "score":0.1707669328 }, + { + "model":"amazon\/nova-micro-v1", + "bcp_47":"am", + "task":"arc", + "metric":"accuracy", + "score":0.7 + }, { "model":"amazon\/nova-micro-v1", "bcp_47":"am", @@ -881,6 +888,13 @@ "metric":"chrf", "score":0.4761366058 }, + { + "model":"amazon\/nova-micro-v1", + "bcp_47":"en", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"amazon\/nova-micro-v1", "bcp_47":"en", @@ -930,6 +944,13 @@ "metric":"chrf", "score":0.7810071072 }, + { + "model":"amazon\/nova-micro-v1", + "bcp_47":"es", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"amazon\/nova-micro-v1", "bcp_47":"es", @@ -1196,6 +1217,13 @@ "metric":"chrf", "score":0.4328117039 }, + { + "model":"amazon\/nova-micro-v1", + "bcp_47":"ha", + "task":"arc", + "metric":"accuracy", + "score":0.6 + }, { "model":"amazon\/nova-micro-v1", "bcp_47":"ha", @@ -1245,6 +1273,13 @@ "metric":"chrf", "score":0.3884447474 }, + { + "model":"amazon\/nova-micro-v1", + "bcp_47":"hi", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"amazon\/nova-micro-v1", "bcp_47":"hi", @@ -3100,6 +3135,13 @@ "metric":"chrf", "score":0.5569302178 }, + { + "model":"amazon\/nova-micro-v1", + "bcp_47":"sw", + "task":"arc", + "metric":"accuracy", + "score":0.8 + }, { "model":"amazon\/nova-micro-v1", "bcp_47":"sw", @@ -3758,6 +3800,13 @@ "metric":"chrf", "score":0.2536020887 }, + { + "model":"amazon\/nova-micro-v1", + "bcp_47":"yo", + "task":"arc", + "metric":"accuracy", + "score":0.5 + }, { "model":"amazon\/nova-micro-v1", "bcp_47":"yo", @@ -3849,6 +3898,13 @@ "metric":"chrf", "score":0.2288901399 }, + { + "model":"amazon\/nova-micro-v1", + "bcp_47":"zh", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"amazon\/nova-micro-v1", "bcp_47":"zh", @@ -3898,6 +3954,13 @@ "metric":"chrf", "score":0.3243323503 }, + { + "model":"amazon\/nova-micro-v1", + "bcp_47":"zu", + "task":"arc", + "metric":"accuracy", + "score":0.6 + }, { "model":"amazon\/nova-micro-v1", "bcp_47":"zu", @@ -4066,6 +4129,13 @@ "metric":"chrf", "score":0.3940970742 }, + { + "model":"anthropic\/claude-3.5-sonnet", + "bcp_47":"am", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"anthropic\/claude-3.5-sonnet", "bcp_47":"am", @@ -4829,6 +4899,13 @@ "metric":"chrf", "score":0.5751984516 }, + { + "model":"anthropic\/claude-3.5-sonnet", + "bcp_47":"en", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"anthropic\/claude-3.5-sonnet", "bcp_47":"en", @@ -4878,6 +4955,13 @@ "metric":"chrf", "score":0.8563332446 }, + { + "model":"anthropic\/claude-3.5-sonnet", + "bcp_47":"es", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"anthropic\/claude-3.5-sonnet", "bcp_47":"es", @@ -5144,6 +5228,13 @@ "metric":"chrf", "score":0.4530952838 }, + { + "model":"anthropic\/claude-3.5-sonnet", + "bcp_47":"ha", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"anthropic\/claude-3.5-sonnet", "bcp_47":"ha", @@ -5193,6 +5284,13 @@ "metric":"chrf", "score":0.4991915153 }, + { + "model":"anthropic\/claude-3.5-sonnet", + "bcp_47":"hi", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"anthropic\/claude-3.5-sonnet", "bcp_47":"hi", @@ -7048,6 +7146,13 @@ "metric":"chrf", "score":0.69205378 }, + { + "model":"anthropic\/claude-3.5-sonnet", + "bcp_47":"sw", + "task":"arc", + "metric":"accuracy", + "score":0.9 + }, { "model":"anthropic\/claude-3.5-sonnet", "bcp_47":"sw", @@ -7706,6 +7811,13 @@ "metric":"chrf", "score":0.4280480618 }, + { + "model":"anthropic\/claude-3.5-sonnet", + "bcp_47":"yo", + "task":"arc", + "metric":"accuracy", + "score":0.7 + }, { "model":"anthropic\/claude-3.5-sonnet", "bcp_47":"yo", @@ -7797,6 +7909,13 @@ "metric":"chrf", "score":0.2991680484 }, + { + "model":"anthropic\/claude-3.5-sonnet", + "bcp_47":"zh", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"anthropic\/claude-3.5-sonnet", "bcp_47":"zh", @@ -7846,6 +7965,13 @@ "metric":"chrf", "score":0.3475215495 }, + { + "model":"anthropic\/claude-3.5-sonnet", + "bcp_47":"zu", + "task":"arc", + "metric":"accuracy", + "score":0.9 + }, { "model":"anthropic\/claude-3.5-sonnet", "bcp_47":"zu", @@ -8014,6 +8140,13 @@ "metric":"chrf", "score":0.387786267 }, + { + "model":"anthropic\/claude-3.7-sonnet", + "bcp_47":"am", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"anthropic\/claude-3.7-sonnet", "bcp_47":"am", @@ -8777,6 +8910,13 @@ "metric":"chrf", "score":0.5730182703 }, + { + "model":"anthropic\/claude-3.7-sonnet", + "bcp_47":"en", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"anthropic\/claude-3.7-sonnet", "bcp_47":"en", @@ -8826,6 +8966,13 @@ "metric":"chrf", "score":0.858877842 }, + { + "model":"anthropic\/claude-3.7-sonnet", + "bcp_47":"es", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"anthropic\/claude-3.7-sonnet", "bcp_47":"es", @@ -9092,6 +9239,13 @@ "metric":"chrf", "score":0.4630333055 }, + { + "model":"anthropic\/claude-3.7-sonnet", + "bcp_47":"ha", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"anthropic\/claude-3.7-sonnet", "bcp_47":"ha", @@ -9141,6 +9295,13 @@ "metric":"chrf", "score":0.478395209 }, + { + "model":"anthropic\/claude-3.7-sonnet", + "bcp_47":"hi", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"anthropic\/claude-3.7-sonnet", "bcp_47":"hi", @@ -10996,6 +11157,13 @@ "metric":"chrf", "score":0.6719817133 }, + { + "model":"anthropic\/claude-3.7-sonnet", + "bcp_47":"sw", + "task":"arc", + "metric":"accuracy", + "score":0.9 + }, { "model":"anthropic\/claude-3.7-sonnet", "bcp_47":"sw", @@ -11654,6 +11822,13 @@ "metric":"chrf", "score":0.4425301092 }, + { + "model":"anthropic\/claude-3.7-sonnet", + "bcp_47":"yo", + "task":"arc", + "metric":"accuracy", + "score":0.8 + }, { "model":"anthropic\/claude-3.7-sonnet", "bcp_47":"yo", @@ -11745,6 +11920,13 @@ "metric":"chrf", "score":0.2981672562 }, + { + "model":"anthropic\/claude-3.7-sonnet", + "bcp_47":"zh", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"anthropic\/claude-3.7-sonnet", "bcp_47":"zh", @@ -11794,6 +11976,13 @@ "metric":"chrf", "score":0.4052096434 }, + { + "model":"anthropic\/claude-3.7-sonnet", + "bcp_47":"zu", + "task":"arc", + "metric":"accuracy", + "score":0.9 + }, { "model":"anthropic\/claude-3.7-sonnet", "bcp_47":"zu", @@ -11962,6 +12151,13 @@ "metric":"chrf", "score":0.4239570091 }, + { + "model":"anthropic\/claude-sonnet-4", + "bcp_47":"am", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"anthropic\/claude-sonnet-4", "bcp_47":"am", @@ -12725,6 +12921,13 @@ "metric":"chrf", "score":0.4981307307 }, + { + "model":"anthropic\/claude-sonnet-4", + "bcp_47":"en", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"anthropic\/claude-sonnet-4", "bcp_47":"en", @@ -12774,6 +12977,13 @@ "metric":"chrf", "score":0.8046234958 }, + { + "model":"anthropic\/claude-sonnet-4", + "bcp_47":"es", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"anthropic\/claude-sonnet-4", "bcp_47":"es", @@ -13040,6 +13250,13 @@ "metric":"chrf", "score":0.4545082837 }, + { + "model":"anthropic\/claude-sonnet-4", + "bcp_47":"ha", + "task":"arc", + "metric":"accuracy", + "score":0.9 + }, { "model":"anthropic\/claude-sonnet-4", "bcp_47":"ha", @@ -13089,6 +13306,13 @@ "metric":"chrf", "score":0.5462639917 }, + { + "model":"anthropic\/claude-sonnet-4", + "bcp_47":"hi", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"anthropic\/claude-sonnet-4", "bcp_47":"hi", @@ -14944,6 +15168,13 @@ "metric":"chrf", "score":0.6666956471 }, + { + "model":"anthropic\/claude-sonnet-4", + "bcp_47":"sw", + "task":"arc", + "metric":"accuracy", + "score":0.9 + }, { "model":"anthropic\/claude-sonnet-4", "bcp_47":"sw", @@ -15602,6 +15833,13 @@ "metric":"chrf", "score":0.4829223036 }, + { + "model":"anthropic\/claude-sonnet-4", + "bcp_47":"yo", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"anthropic\/claude-sonnet-4", "bcp_47":"yo", @@ -15693,6 +15931,13 @@ "metric":"chrf", "score":0.2797129431 }, + { + "model":"anthropic\/claude-sonnet-4", + "bcp_47":"zh", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"anthropic\/claude-sonnet-4", "bcp_47":"zh", @@ -15742,6 +15987,13 @@ "metric":"chrf", "score":0.3809708703 }, + { + "model":"anthropic\/claude-sonnet-4", + "bcp_47":"zu", + "task":"arc", + "metric":"accuracy", + "score":0.9 + }, { "model":"anthropic\/claude-sonnet-4", "bcp_47":"zu", @@ -15910,6 +16162,13 @@ "metric":"chrf", "score":0.3034981634 }, + { + "model":"deepseek\/deepseek-chat", + "bcp_47":"am", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"deepseek\/deepseek-chat", "bcp_47":"am", @@ -16673,6 +16932,13 @@ "metric":"chrf", "score":0.528779004 }, + { + "model":"deepseek\/deepseek-chat", + "bcp_47":"en", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"deepseek\/deepseek-chat", "bcp_47":"en", @@ -16722,6 +16988,13 @@ "metric":"chrf", "score":0.8170495194 }, + { + "model":"deepseek\/deepseek-chat", + "bcp_47":"es", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"deepseek\/deepseek-chat", "bcp_47":"es", @@ -16988,6 +17261,13 @@ "metric":"chrf", "score":0.4092770954 }, + { + "model":"deepseek\/deepseek-chat", + "bcp_47":"ha", + "task":"arc", + "metric":"accuracy", + "score":0.9 + }, { "model":"deepseek\/deepseek-chat", "bcp_47":"ha", @@ -17037,6 +17317,13 @@ "metric":"chrf", "score":0.5393383261 }, + { + "model":"deepseek\/deepseek-chat", + "bcp_47":"hi", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"deepseek\/deepseek-chat", "bcp_47":"hi", @@ -18892,6 +19179,13 @@ "metric":"chrf", "score":0.6470079791 }, + { + "model":"deepseek\/deepseek-chat", + "bcp_47":"sw", + "task":"arc", + "metric":"accuracy", + "score":0.9 + }, { "model":"deepseek\/deepseek-chat", "bcp_47":"sw", @@ -19550,6 +19844,13 @@ "metric":"chrf", "score":0.4158042285 }, + { + "model":"deepseek\/deepseek-chat", + "bcp_47":"yo", + "task":"arc", + "metric":"accuracy", + "score":0.5 + }, { "model":"deepseek\/deepseek-chat", "bcp_47":"yo", @@ -19641,6 +19942,13 @@ "metric":"chrf", "score":0.2907084137 }, + { + "model":"deepseek\/deepseek-chat", + "bcp_47":"zh", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"deepseek\/deepseek-chat", "bcp_47":"zh", @@ -19690,6 +19998,13 @@ "metric":"chrf", "score":0.3459946232 }, + { + "model":"deepseek\/deepseek-chat", + "bcp_47":"zu", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"deepseek\/deepseek-chat", "bcp_47":"zu", @@ -19858,6 +20173,13 @@ "metric":"chrf", "score":0.345736773 }, + { + "model":"deepseek\/deepseek-chat-v3-0324", + "bcp_47":"am", + "task":"arc", + "metric":"accuracy", + "score":0.4 + }, { "model":"deepseek\/deepseek-chat-v3-0324", "bcp_47":"am", @@ -20621,6 +20943,13 @@ "metric":"chrf", "score":0.5080472014 }, + { + "model":"deepseek\/deepseek-chat-v3-0324", + "bcp_47":"en", + "task":"arc", + "metric":"accuracy", + "score":0.6 + }, { "model":"deepseek\/deepseek-chat-v3-0324", "bcp_47":"en", @@ -20670,6 +20999,13 @@ "metric":"chrf", "score":0.8278285651 }, + { + "model":"deepseek\/deepseek-chat-v3-0324", + "bcp_47":"es", + "task":"arc", + "metric":"accuracy", + "score":0.2 + }, { "model":"deepseek\/deepseek-chat-v3-0324", "bcp_47":"es", @@ -20936,6 +21272,13 @@ "metric":"chrf", "score":0.4093204393 }, + { + "model":"deepseek\/deepseek-chat-v3-0324", + "bcp_47":"ha", + "task":"arc", + "metric":"accuracy", + "score":0.4 + }, { "model":"deepseek\/deepseek-chat-v3-0324", "bcp_47":"ha", @@ -20985,6 +21328,13 @@ "metric":"chrf", "score":0.5200026897 }, + { + "model":"deepseek\/deepseek-chat-v3-0324", + "bcp_47":"hi", + "task":"arc", + "metric":"accuracy", + "score":0.6 + }, { "model":"deepseek\/deepseek-chat-v3-0324", "bcp_47":"hi", @@ -22840,6 +23190,13 @@ "metric":"chrf", "score":0.6378529698 }, + { + "model":"deepseek\/deepseek-chat-v3-0324", + "bcp_47":"sw", + "task":"arc", + "metric":"accuracy", + "score":0.6 + }, { "model":"deepseek\/deepseek-chat-v3-0324", "bcp_47":"sw", @@ -23498,6 +23855,13 @@ "metric":"chrf", "score":0.3871526823 }, + { + "model":"deepseek\/deepseek-chat-v3-0324", + "bcp_47":"yo", + "task":"arc", + "metric":"accuracy", + "score":0.2 + }, { "model":"deepseek\/deepseek-chat-v3-0324", "bcp_47":"yo", @@ -23589,6 +23953,13 @@ "metric":"chrf", "score":0.3049134513 }, + { + "model":"deepseek\/deepseek-chat-v3-0324", + "bcp_47":"zh", + "task":"arc", + "metric":"accuracy", + "score":0.4 + }, { "model":"deepseek\/deepseek-chat-v3-0324", "bcp_47":"zh", @@ -23638,6 +24009,13 @@ "metric":"chrf", "score":0.3456705882 }, + { + "model":"deepseek\/deepseek-chat-v3-0324", + "bcp_47":"zu", + "task":"arc", + "metric":"accuracy", + "score":0.6 + }, { "model":"deepseek\/deepseek-chat-v3-0324", "bcp_47":"zu", @@ -23806,6 +24184,13 @@ "metric":"chrf", "score":0.2512539061 }, + { + "model":"deepseek\/deepseek-r1", + "bcp_47":"am", + "task":"arc", + "metric":"accuracy", + "score":0.0 + }, { "model":"deepseek\/deepseek-r1", "bcp_47":"am", @@ -24569,6 +24954,13 @@ "metric":"chrf", "score":0.3326158945 }, + { + "model":"deepseek\/deepseek-r1", + "bcp_47":"en", + "task":"arc", + "metric":"accuracy", + "score":0.0 + }, { "model":"deepseek\/deepseek-r1", "bcp_47":"en", @@ -24618,6 +25010,13 @@ "metric":"chrf", "score":0.7574063883 }, + { + "model":"deepseek\/deepseek-r1", + "bcp_47":"es", + "task":"arc", + "metric":"accuracy", + "score":0.0 + }, { "model":"deepseek\/deepseek-r1", "bcp_47":"es", @@ -24884,6 +25283,13 @@ "metric":"chrf", "score":0.1860957619 }, + { + "model":"deepseek\/deepseek-r1", + "bcp_47":"ha", + "task":"arc", + "metric":"accuracy", + "score":0.0 + }, { "model":"deepseek\/deepseek-r1", "bcp_47":"ha", @@ -24933,6 +25339,13 @@ "metric":"chrf", "score":0.4977126554 }, + { + "model":"deepseek\/deepseek-r1", + "bcp_47":"hi", + "task":"arc", + "metric":"accuracy", + "score":0.0 + }, { "model":"deepseek\/deepseek-r1", "bcp_47":"hi", @@ -26788,6 +27201,13 @@ "metric":"chrf", "score":0.4203934844 }, + { + "model":"deepseek\/deepseek-r1", + "bcp_47":"sw", + "task":"arc", + "metric":"accuracy", + "score":0.0 + }, { "model":"deepseek\/deepseek-r1", "bcp_47":"sw", @@ -27446,6 +27866,13 @@ "metric":"chrf", "score":0.2052740772 }, + { + "model":"deepseek\/deepseek-r1", + "bcp_47":"yo", + "task":"arc", + "metric":"accuracy", + "score":0.0 + }, { "model":"deepseek\/deepseek-r1", "bcp_47":"yo", @@ -27537,6 +27964,13 @@ "metric":"chrf", "score":0.3119832776 }, + { + "model":"deepseek\/deepseek-r1", + "bcp_47":"zh", + "task":"arc", + "metric":"accuracy", + "score":0.0 + }, { "model":"deepseek\/deepseek-r1", "bcp_47":"zh", @@ -27586,6 +28020,13 @@ "metric":"chrf", "score":0.3710290799 }, + { + "model":"deepseek\/deepseek-r1", + "bcp_47":"zu", + "task":"arc", + "metric":"accuracy", + "score":0.0 + }, { "model":"deepseek\/deepseek-r1", "bcp_47":"zu", @@ -27635,6 +28076,181 @@ "metric":"chrf", "score":0.2713939288 }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"aeb", + "task":"classification", + "metric":"accuracy", + "score":0.0 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"aeb", + "task":"translation_from", + "metric":"bleu", + "score":0.2072083108 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"aeb", + "task":"translation_from", + "metric":"chrf", + "score":0.494326253 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"aeb", + "task":"translation_to", + "metric":"bleu", + "score":0.1112235198 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"aeb", + "task":"translation_to", + "metric":"chrf", + "score":0.3299787275 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"ak", + "task":"classification", + "metric":"accuracy", + "score":0.0 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"ak", + "task":"mgsm", + "metric":"accuracy", + "score":0.2 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"ak", + "task":"mmlu", + "metric":"accuracy", + "score":0.0 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"ak", + "task":"translation_from", + "metric":"bleu", + "score":0.0771449577 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"ak", + "task":"translation_from", + "metric":"chrf", + "score":0.3001544411 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"ak", + "task":"translation_to", + "metric":"bleu", + "score":0.034106218 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"ak", + "task":"translation_to", + "metric":"chrf", + "score":0.2505188758 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"am", + "task":"arc", + "metric":"accuracy", + "score":0.0 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"am", + "task":"classification", + "metric":"accuracy", + "score":0.0 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"am", + "task":"mgsm", + "metric":"accuracy", + "score":0.2 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"am", + "task":"mmlu", + "metric":"accuracy", + "score":0.0 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"am", + "task":"translation_from", + "metric":"bleu", + "score":0.1799007611 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"am", + "task":"translation_from", + "metric":"chrf", + "score":0.4327545103 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"am", + "task":"translation_to", + "metric":"bleu", + "score":0.1112135368 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"am", + "task":"translation_to", + "metric":"chrf", + "score":0.2588501418 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"apc", + "task":"classification", + "metric":"accuracy", + "score":0.0 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"apc", + "task":"translation_from", + "metric":"bleu", + "score":0.1978004928 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"apc", + "task":"translation_from", + "metric":"chrf", + "score":0.4602046776 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"apc", + "task":"translation_to", + "metric":"bleu", + "score":0.1107790987 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"apc", + "task":"translation_to", + "metric":"chrf", + "score":0.3358115304 + }, { "model":"deepseek\/deepseek-r1-0528", "bcp_47":"ar", @@ -27642,6 +28258,13 @@ "metric":"accuracy", "score":0.0 }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"ar", + "task":"mgsm", + "metric":"accuracy", + "score":0.3 + }, { "model":"deepseek\/deepseek-r1-0528", "bcp_47":"ar", @@ -27677,6 +28300,41 @@ "metric":"chrf", "score":0.5590237808 }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"ary", + "task":"classification", + "metric":"accuracy", + "score":0.0 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"ary", + "task":"translation_from", + "metric":"bleu", + "score":0.1460355551 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"ary", + "task":"translation_from", + "metric":"chrf", + "score":0.4052234374 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"ary", + "task":"translation_to", + "metric":"bleu", + "score":0.1252913378 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"ary", + "task":"translation_to", + "metric":"chrf", + "score":0.3214539752 + }, { "model":"deepseek\/deepseek-r1-0528", "bcp_47":"arz", @@ -27712,6 +28370,216 @@ "metric":"chrf", "score":0.4437585001 }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"as", + "task":"classification", + "metric":"accuracy", + "score":0.0 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"as", + "task":"mgsm", + "metric":"accuracy", + "score":0.4 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"as", + "task":"translation_from", + "metric":"bleu", + "score":0.2160501071 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"as", + "task":"translation_from", + "metric":"chrf", + "score":0.4706714315 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"as", + "task":"translation_to", + "metric":"bleu", + "score":0.0795746221 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"as", + "task":"translation_to", + "metric":"chrf", + "score":0.3174359519 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"awa", + "task":"classification", + "metric":"accuracy", + "score":0.0 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"awa", + "task":"mgsm", + "metric":"accuracy", + "score":0.3 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"awa", + "task":"translation_from", + "metric":"bleu", + "score":0.1884259335 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"awa", + "task":"translation_from", + "metric":"chrf", + "score":0.3764386215 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"awa", + "task":"translation_to", + "metric":"bleu", + "score":0.0405514883 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"awa", + "task":"translation_to", + "metric":"chrf", + "score":0.171412569 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"az", + "task":"classification", + "metric":"accuracy", + "score":0.0 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"az", + "task":"mgsm", + "metric":"accuracy", + "score":0.3 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"az", + "task":"translation_from", + "metric":"bleu", + "score":0.1808592893 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"az", + "task":"translation_from", + "metric":"chrf", + "score":0.4337443828 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"az", + "task":"translation_to", + "metric":"bleu", + "score":0.1334340896 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"az", + "task":"translation_to", + "metric":"chrf", + "score":0.4279306348 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"be", + "task":"classification", + "metric":"accuracy", + "score":0.0 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"be", + "task":"mgsm", + "metric":"accuracy", + "score":0.4 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"be", + "task":"translation_from", + "metric":"bleu", + "score":0.1870340741 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"be", + "task":"translation_from", + "metric":"chrf", + "score":0.4752318502 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"be", + "task":"translation_to", + "metric":"bleu", + "score":0.1863630148 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"be", + "task":"translation_to", + "metric":"chrf", + "score":0.3895554099 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"bho", + "task":"classification", + "metric":"accuracy", + "score":0.0 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"bho", + "task":"mgsm", + "metric":"accuracy", + "score":0.5 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"bho", + "task":"translation_from", + "metric":"bleu", + "score":0.1603232803 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"bho", + "task":"translation_from", + "metric":"chrf", + "score":0.3829882205 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"bho", + "task":"translation_to", + "metric":"bleu", + "score":0.1004543306 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"bho", + "task":"translation_to", + "metric":"chrf", + "score":0.2090205571 + }, { "model":"deepseek\/deepseek-r1-0528", "bcp_47":"bn", @@ -27761,6 +28629,139 @@ "metric":"chrf", "score":0.5221618044 }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"ceb", + "task":"classification", + "metric":"accuracy", + "score":0.0 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"ceb", + "task":"mgsm", + "metric":"accuracy", + "score":0.4 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"ceb", + "task":"translation_from", + "metric":"bleu", + "score":0.3414011031 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"ceb", + "task":"translation_from", + "metric":"chrf", + "score":0.5397513615 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"ceb", + "task":"translation_to", + "metric":"bleu", + "score":0.3050701984 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"ceb", + "task":"translation_to", + "metric":"chrf", + "score":0.5811833775 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"ckb", + "task":"classification", + "metric":"accuracy", + "score":0.0 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"ckb", + "task":"mgsm", + "metric":"accuracy", + "score":0.3 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"ckb", + "task":"translation_from", + "metric":"bleu", + "score":0.1987665104 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"ckb", + "task":"translation_from", + "metric":"chrf", + "score":0.4807089369 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"ckb", + "task":"translation_to", + "metric":"bleu", + "score":0.087795256 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"ckb", + "task":"translation_to", + "metric":"chrf", + "score":0.3788573069 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"cs", + "task":"classification", + "metric":"accuracy", + "score":0.0 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"cs", + "task":"mgsm", + "metric":"accuracy", + "score":0.4 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"cs", + "task":"mmlu", + "metric":"accuracy", + "score":0.0 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"cs", + "task":"translation_from", + "metric":"bleu", + "score":0.3390983713 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"cs", + "task":"translation_from", + "metric":"chrf", + "score":0.5924658961 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"cs", + "task":"translation_to", + "metric":"bleu", + "score":0.3162103957 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"cs", + "task":"translation_to", + "metric":"chrf", + "score":0.555772337 + }, { "model":"deepseek\/deepseek-r1-0528", "bcp_47":"de", @@ -27810,6 +28811,62 @@ "metric":"chrf", "score":0.5822540388 }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"el", + "task":"classification", + "metric":"accuracy", + "score":0.0 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"el", + "task":"mgsm", + "metric":"accuracy", + "score":0.4 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"el", + "task":"mmlu", + "metric":"accuracy", + "score":0.0 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"el", + "task":"translation_from", + "metric":"bleu", + "score":0.2910030635 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"el", + "task":"translation_from", + "metric":"chrf", + "score":0.5391676429 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"el", + "task":"translation_to", + "metric":"bleu", + "score":0.3135062284 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"el", + "task":"translation_to", + "metric":"chrf", + "score":0.503706011 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"en", + "task":"arc", + "metric":"accuracy", + "score":0.0 + }, { "model":"deepseek\/deepseek-r1-0528", "bcp_47":"en", @@ -27859,6 +28916,13 @@ "metric":"chrf", "score":0.814288256 }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"es", + "task":"arc", + "metric":"accuracy", + "score":0.0 + }, { "model":"deepseek\/deepseek-r1-0528", "bcp_47":"es", @@ -27915,6 +28979,13 @@ "metric":"accuracy", "score":0.0 }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"fa", + "task":"mgsm", + "metric":"accuracy", + "score":0.4 + }, { "model":"deepseek\/deepseek-r1-0528", "bcp_47":"fa", @@ -28041,6 +29112,41 @@ "metric":"chrf", "score":0.6079740627 }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"fuv", + "task":"classification", + "metric":"accuracy", + "score":0.0 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"fuv", + "task":"translation_from", + "metric":"bleu", + "score":0.0254287526 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"fuv", + "task":"translation_from", + "metric":"chrf", + "score":0.1905763319 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"fuv", + "task":"translation_to", + "metric":"bleu", + "score":0.0134279826 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"fuv", + "task":"translation_to", + "metric":"chrf", + "score":0.139589465 + }, { "model":"deepseek\/deepseek-r1-0528", "bcp_47":"gu", @@ -28048,6 +29154,13 @@ "metric":"accuracy", "score":0.0 }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"gu", + "task":"mgsm", + "metric":"accuracy", + "score":0.2 + }, { "model":"deepseek\/deepseek-r1-0528", "bcp_47":"gu", @@ -28076,6 +29189,13 @@ "metric":"chrf", "score":0.3340540429 }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"ha", + "task":"arc", + "metric":"accuracy", + "score":0.0 + }, { "model":"deepseek\/deepseek-r1-0528", "bcp_47":"ha", @@ -28125,6 +29245,13 @@ "metric":"chrf", "score":0.485021658 }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"hi", + "task":"arc", + "metric":"accuracy", + "score":0.0 + }, { "model":"deepseek\/deepseek-r1-0528", "bcp_47":"hi", @@ -28132,6 +29259,13 @@ "metric":"accuracy", "score":0.0 }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"hi", + "task":"mgsm", + "metric":"accuracy", + "score":0.2 + }, { "model":"deepseek\/deepseek-r1-0528", "bcp_47":"hi", @@ -28167,6 +29301,83 @@ "metric":"chrf", "score":0.5276781303 }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"hne", + "task":"classification", + "metric":"accuracy", + "score":0.0 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"hne", + "task":"translation_from", + "metric":"bleu", + "score":0.2011905527 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"hne", + "task":"translation_from", + "metric":"chrf", + "score":0.4093497027 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"hne", + "task":"translation_to", + "metric":"bleu", + "score":0.0276458775 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"hne", + "task":"translation_to", + "metric":"chrf", + "score":0.1587376386 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"hu", + "task":"classification", + "metric":"accuracy", + "score":0.0 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"hu", + "task":"mgsm", + "metric":"accuracy", + "score":0.6 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"hu", + "task":"translation_from", + "metric":"bleu", + "score":0.2716919376 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"hu", + "task":"translation_from", + "metric":"chrf", + "score":0.5367224263 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"hu", + "task":"translation_to", + "metric":"bleu", + "score":0.3302090182 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"hu", + "task":"translation_to", + "metric":"chrf", + "score":0.5714655622 + }, { "model":"deepseek\/deepseek-r1-0528", "bcp_47":"id", @@ -28174,6 +29385,13 @@ "metric":"accuracy", "score":0.0 }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"id", + "task":"mgsm", + "metric":"accuracy", + "score":0.3 + }, { "model":"deepseek\/deepseek-r1-0528", "bcp_47":"id", @@ -28209,6 +29427,97 @@ "metric":"chrf", "score":0.5448923741 }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"ig", + "task":"classification", + "metric":"accuracy", + "score":0.0 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"ig", + "task":"mgsm", + "metric":"accuracy", + "score":0.2 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"ig", + "task":"mmlu", + "metric":"accuracy", + "score":0.0 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"ig", + "task":"translation_from", + "metric":"bleu", + "score":0.176124281 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"ig", + "task":"translation_from", + "metric":"chrf", + "score":0.4444880058 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"ig", + "task":"translation_to", + "metric":"bleu", + "score":0.1541945773 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"ig", + "task":"translation_to", + "metric":"chrf", + "score":0.3924489747 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"ilo", + "task":"classification", + "metric":"accuracy", + "score":0.0 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"ilo", + "task":"mgsm", + "metric":"accuracy", + "score":0.4 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"ilo", + "task":"translation_from", + "metric":"bleu", + "score":0.188709393 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"ilo", + "task":"translation_from", + "metric":"chrf", + "score":0.4084479035 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"ilo", + "task":"translation_to", + "metric":"bleu", + "score":0.1138525523 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"ilo", + "task":"translation_to", + "metric":"chrf", + "score":0.3577532211 + }, { "model":"deepseek\/deepseek-r1-0528", "bcp_47":"it", @@ -28314,6 +29623,13 @@ "metric":"accuracy", "score":0.0 }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"jv", + "task":"mgsm", + "metric":"accuracy", + "score":0.2 + }, { "model":"deepseek\/deepseek-r1-0528", "bcp_47":"jv", @@ -28342,6 +29658,90 @@ "metric":"chrf", "score":0.3697436656 }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"kk", + "task":"classification", + "metric":"accuracy", + "score":0.0 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"kk", + "task":"mgsm", + "metric":"accuracy", + "score":0.2 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"kk", + "task":"translation_from", + "metric":"bleu", + "score":0.1795230257 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"kk", + "task":"translation_from", + "metric":"chrf", + "score":0.4524836975 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"kk", + "task":"translation_to", + "metric":"bleu", + "score":0.2168596976 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"kk", + "task":"translation_to", + "metric":"chrf", + "score":0.4205029389 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"km", + "task":"classification", + "metric":"accuracy", + "score":0.0 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"km", + "task":"mgsm", + "metric":"accuracy", + "score":0.1 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"km", + "task":"translation_from", + "metric":"bleu", + "score":0.2464293328 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"km", + "task":"translation_from", + "metric":"chrf", + "score":0.4995807582 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"km", + "task":"translation_to", + "metric":"bleu", + "score":0.0931324834 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"km", + "task":"translation_to", + "metric":"chrf", + "score":0.3308191122 + }, { "model":"deepseek\/deepseek-r1-0528", "bcp_47":"kn", @@ -28349,6 +29749,13 @@ "metric":"accuracy", "score":0.0 }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"kn", + "task":"mgsm", + "metric":"accuracy", + "score":0.1 + }, { "model":"deepseek\/deepseek-r1-0528", "bcp_47":"kn", @@ -28384,6 +29791,13 @@ "metric":"accuracy", "score":0.0 }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"ko", + "task":"mgsm", + "metric":"accuracy", + "score":0.3 + }, { "model":"deepseek\/deepseek-r1-0528", "bcp_47":"ko", @@ -28419,6 +29833,167 @@ "metric":"chrf", "score":0.2904132435 }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"lua", + "task":"classification", + "metric":"accuracy", + "score":0.0 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"lua", + "task":"translation_from", + "metric":"bleu", + "score":0.1190564309 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"lua", + "task":"translation_from", + "metric":"chrf", + "score":0.3143397764 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"lua", + "task":"translation_to", + "metric":"bleu", + "score":0.0335265947 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"lua", + "task":"translation_to", + "metric":"chrf", + "score":0.1851037404 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"mag", + "task":"classification", + "metric":"accuracy", + "score":0.0 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"mag", + "task":"translation_from", + "metric":"bleu", + "score":0.262210271 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"mag", + "task":"translation_from", + "metric":"chrf", + "score":0.4965376896 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"mag", + "task":"translation_to", + "metric":"bleu", + "score":0.0388474827 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"mag", + "task":"translation_to", + "metric":"chrf", + "score":0.1762583779 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"mai", + "task":"classification", + "metric":"accuracy", + "score":0.0 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"mai", + "task":"mgsm", + "metric":"accuracy", + "score":0.4 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"mai", + "task":"translation_from", + "metric":"bleu", + "score":0.2204139642 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"mai", + "task":"translation_from", + "metric":"chrf", + "score":0.45446535 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"mai", + "task":"translation_to", + "metric":"bleu", + "score":0.0629224316 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"mai", + "task":"translation_to", + "metric":"chrf", + "score":0.2969811617 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"mg", + "task":"classification", + "metric":"accuracy", + "score":0.0 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"mg", + "task":"mgsm", + "metric":"accuracy", + "score":0.2 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"mg", + "task":"mmlu", + "metric":"accuracy", + "score":0.0 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"mg", + "task":"translation_from", + "metric":"bleu", + "score":0.1410564792 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"mg", + "task":"translation_from", + "metric":"chrf", + "score":0.4583101239 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"mg", + "task":"translation_to", + "metric":"bleu", + "score":0.1751098097 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"mg", + "task":"translation_to", + "metric":"chrf", + "score":0.4545492979 + }, { "model":"deepseek\/deepseek-r1-0528", "bcp_47":"ml", @@ -28426,6 +30001,13 @@ "metric":"accuracy", "score":0.0 }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"ml", + "task":"mgsm", + "metric":"accuracy", + "score":0.4 + }, { "model":"deepseek\/deepseek-r1-0528", "bcp_47":"ml", @@ -28461,6 +30043,13 @@ "metric":"accuracy", "score":0.0 }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"mr", + "task":"mgsm", + "metric":"accuracy", + "score":0.5 + }, { "model":"deepseek\/deepseek-r1-0528", "bcp_47":"mr", @@ -28489,6 +30078,293 @@ "metric":"chrf", "score":0.3246573528 }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"ms", + "task":"classification", + "metric":"accuracy", + "score":0.0 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"ms", + "task":"mgsm", + "metric":"accuracy", + "score":0.4 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"ms", + "task":"mmlu", + "metric":"accuracy", + "score":0.0 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"ms", + "task":"translation_from", + "metric":"bleu", + "score":0.3358829505 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"ms", + "task":"translation_from", + "metric":"chrf", + "score":0.5672747548 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"ms", + "task":"translation_to", + "metric":"bleu", + "score":0.3376198793 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"ms", + "task":"translation_to", + "metric":"chrf", + "score":0.6603531936 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"my", + "task":"classification", + "metric":"accuracy", + "score":0.0 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"my", + "task":"mgsm", + "metric":"accuracy", + "score":0.2 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"my", + "task":"translation_from", + "metric":"bleu", + "score":0.2178007242 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"my", + "task":"translation_from", + "metric":"chrf", + "score":0.46765621 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"my", + "task":"translation_to", + "metric":"bleu", + "score":0.2366406548 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"my", + "task":"translation_to", + "metric":"chrf", + "score":0.5016732556 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"ne", + "task":"classification", + "metric":"accuracy", + "score":0.0 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"ne", + "task":"mgsm", + "metric":"accuracy", + "score":0.2 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"ne", + "task":"mmlu", + "metric":"accuracy", + "score":0.0 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"ne", + "task":"translation_from", + "metric":"bleu", + "score":0.267593114 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"ne", + "task":"translation_from", + "metric":"chrf", + "score":0.4875681627 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"ne", + "task":"translation_to", + "metric":"bleu", + "score":0.1669756152 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"ne", + "task":"translation_to", + "metric":"chrf", + "score":0.397363268 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"nl", + "task":"classification", + "metric":"accuracy", + "score":0.0 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"nl", + "task":"mgsm", + "metric":"accuracy", + "score":0.4 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"nl", + "task":"mmlu", + "metric":"accuracy", + "score":0.0 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"nl", + "task":"translation_from", + "metric":"bleu", + "score":0.2018833256 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"nl", + "task":"translation_from", + "metric":"chrf", + "score":0.4087945979 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"nl", + "task":"translation_to", + "metric":"bleu", + "score":0.2219340338 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"nl", + "task":"translation_to", + "metric":"chrf", + "score":0.4586860241 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"ny", + "task":"classification", + "metric":"accuracy", + "score":0.0 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"ny", + "task":"mgsm", + "metric":"accuracy", + "score":0.2 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"ny", + "task":"mmlu", + "metric":"accuracy", + "score":0.0 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"ny", + "task":"translation_from", + "metric":"bleu", + "score":0.1638168729 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"ny", + "task":"translation_from", + "metric":"chrf", + "score":0.3734737626 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"ny", + "task":"translation_to", + "metric":"bleu", + "score":0.065274449 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"ny", + "task":"translation_to", + "metric":"chrf", + "score":0.2801240967 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"om", + "task":"classification", + "metric":"accuracy", + "score":0.0 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"om", + "task":"mgsm", + "metric":"accuracy", + "score":0.2 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"om", + "task":"mmlu", + "metric":"accuracy", + "score":0.0 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"om", + "task":"translation_from", + "metric":"bleu", + "score":0.0385470126 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"om", + "task":"translation_from", + "metric":"chrf", + "score":0.298290272 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"om", + "task":"translation_to", + "metric":"bleu", + "score":0.0422110832 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"om", + "task":"translation_to", + "metric":"chrf", + "score":0.2965714462 + }, { "model":"deepseek\/deepseek-r1-0528", "bcp_47":"or", @@ -28496,6 +30372,13 @@ "metric":"accuracy", "score":0.0 }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"or", + "task":"mgsm", + "metric":"accuracy", + "score":0.3 + }, { "model":"deepseek\/deepseek-r1-0528", "bcp_47":"or", @@ -28531,6 +30414,13 @@ "metric":"accuracy", "score":0.0 }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"pa", + "task":"mgsm", + "metric":"accuracy", + "score":0.4 + }, { "model":"deepseek\/deepseek-r1-0528", "bcp_47":"pa", @@ -28608,6 +30498,13 @@ "metric":"chrf", "score":0.5528035231 }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"ps", + "task":"mgsm", + "metric":"accuracy", + "score":0.2 + }, { "model":"deepseek\/deepseek-r1-0528", "bcp_47":"pt", @@ -28615,6 +30512,13 @@ "metric":"accuracy", "score":0.0 }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"pt", + "task":"mgsm", + "metric":"accuracy", + "score":0.5 + }, { "model":"deepseek\/deepseek-r1-0528", "bcp_47":"pt", @@ -28650,6 +30554,62 @@ "metric":"chrf", "score":0.5763378703 }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"qu", + "task":"mgsm", + "metric":"accuracy", + "score":0.3 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"ro", + "task":"classification", + "metric":"accuracy", + "score":0.0 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"ro", + "task":"mgsm", + "metric":"accuracy", + "score":0.3 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"ro", + "task":"mmlu", + "metric":"accuracy", + "score":0.0 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"ro", + "task":"translation_from", + "metric":"bleu", + "score":0.2742281839 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"ro", + "task":"translation_from", + "metric":"chrf", + "score":0.5442712896 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"ro", + "task":"translation_to", + "metric":"bleu", + "score":0.4398120524 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"ro", + "task":"translation_to", + "metric":"chrf", + "score":0.6249092429 + }, { "model":"deepseek\/deepseek-r1-0528", "bcp_47":"ru", @@ -28699,6 +30659,55 @@ "metric":"chrf", "score":0.5726823578 }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"rw", + "task":"classification", + "metric":"accuracy", + "score":0.0 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"rw", + "task":"mgsm", + "metric":"accuracy", + "score":0.1 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"rw", + "task":"mmlu", + "metric":"accuracy", + "score":0.0 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"rw", + "task":"translation_from", + "metric":"bleu", + "score":0.1637669376 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"rw", + "task":"translation_from", + "metric":"chrf", + "score":0.4551543683 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"rw", + "task":"translation_to", + "metric":"bleu", + "score":0.1390837831 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"rw", + "task":"translation_to", + "metric":"chrf", + "score":0.3946845887 + }, { "model":"deepseek\/deepseek-r1-0528", "bcp_47":"sd", @@ -28706,6 +30715,13 @@ "metric":"accuracy", "score":0.0 }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"sd", + "task":"mgsm", + "metric":"accuracy", + "score":0.1 + }, { "model":"deepseek\/deepseek-r1-0528", "bcp_47":"sd", @@ -28734,6 +30750,300 @@ "metric":"chrf", "score":0.3420045131 }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"si", + "task":"classification", + "metric":"accuracy", + "score":0.0 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"si", + "task":"mgsm", + "metric":"accuracy", + "score":0.1 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"si", + "task":"mmlu", + "metric":"accuracy", + "score":0.0 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"si", + "task":"translation_from", + "metric":"bleu", + "score":0.2141579133 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"si", + "task":"translation_from", + "metric":"chrf", + "score":0.4737980192 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"si", + "task":"translation_to", + "metric":"bleu", + "score":0.1530398832 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"si", + "task":"translation_to", + "metric":"chrf", + "score":0.3776796544 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"sn", + "task":"classification", + "metric":"accuracy", + "score":0.0 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"sn", + "task":"mgsm", + "metric":"accuracy", + "score":0.0 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"sn", + "task":"mmlu", + "metric":"accuracy", + "score":0.0 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"sn", + "task":"translation_from", + "metric":"bleu", + "score":0.1442994366 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"sn", + "task":"translation_from", + "metric":"chrf", + "score":0.3828616588 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"sn", + "task":"translation_to", + "metric":"bleu", + "score":0.1186331454 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"sn", + "task":"translation_to", + "metric":"chrf", + "score":0.3757270357 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"so", + "task":"classification", + "metric":"accuracy", + "score":0.0 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"so", + "task":"mgsm", + "metric":"accuracy", + "score":0.2 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"so", + "task":"mmlu", + "metric":"accuracy", + "score":0.0 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"so", + "task":"translation_from", + "metric":"bleu", + "score":0.174243664 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"so", + "task":"translation_from", + "metric":"chrf", + "score":0.4076535095 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"so", + "task":"translation_to", + "metric":"bleu", + "score":0.1409080164 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"so", + "task":"translation_to", + "metric":"chrf", + "score":0.4221024153 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"sr", + "task":"classification", + "metric":"accuracy", + "score":0.0 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"sr", + "task":"mgsm", + "metric":"accuracy", + "score":0.4 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"sr", + "task":"mmlu", + "metric":"accuracy", + "score":0.0 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"sr", + "task":"translation_from", + "metric":"bleu", + "score":0.2784378348 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"sr", + "task":"translation_from", + "metric":"chrf", + "score":0.5549743668 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"sr", + "task":"translation_to", + "metric":"bleu", + "score":0.3456876809 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"sr", + "task":"translation_to", + "metric":"chrf", + "score":0.5621225861 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"su", + "task":"classification", + "metric":"accuracy", + "score":0.0 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"su", + "task":"mgsm", + "metric":"accuracy", + "score":0.3 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"su", + "task":"translation_from", + "metric":"bleu", + "score":0.20948768 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"su", + "task":"translation_from", + "metric":"chrf", + "score":0.4445988225 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"su", + "task":"translation_to", + "metric":"bleu", + "score":0.1573888419 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"su", + "task":"translation_to", + "metric":"chrf", + "score":0.3946820302 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"sv", + "task":"classification", + "metric":"accuracy", + "score":0.0 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"sv", + "task":"mgsm", + "metric":"accuracy", + "score":0.4 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"sv", + "task":"mmlu", + "metric":"accuracy", + "score":0.0 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"sv", + "task":"translation_from", + "metric":"bleu", + "score":0.3413304111 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"sv", + "task":"translation_from", + "metric":"chrf", + "score":0.5865784347 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"sv", + "task":"translation_to", + "metric":"bleu", + "score":0.2452155196 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"sv", + "task":"translation_to", + "metric":"chrf", + "score":0.5046140378 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"sw", + "task":"arc", + "metric":"accuracy", + "score":0.0 + }, { "model":"deepseek\/deepseek-r1-0528", "bcp_47":"sw", @@ -28790,6 +31100,13 @@ "metric":"accuracy", "score":0.0 }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"ta", + "task":"mgsm", + "metric":"accuracy", + "score":0.3 + }, { "model":"deepseek\/deepseek-r1-0528", "bcp_47":"ta", @@ -28909,6 +31226,48 @@ "metric":"chrf", "score":0.4617854306 }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"ti", + "task":"classification", + "metric":"accuracy", + "score":0.0 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"ti", + "task":"mgsm", + "metric":"accuracy", + "score":0.2 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"ti", + "task":"translation_from", + "metric":"bleu", + "score":0.1265658126 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"ti", + "task":"translation_from", + "metric":"chrf", + "score":0.3696106678 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"ti", + "task":"translation_to", + "metric":"bleu", + "score":0.053891041 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"ti", + "task":"translation_to", + "metric":"chrf", + "score":0.1488881792 + }, { "model":"deepseek\/deepseek-r1-0528", "bcp_47":"tr", @@ -28916,6 +31275,13 @@ "metric":"accuracy", "score":0.0 }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"tr", + "task":"mgsm", + "metric":"accuracy", + "score":0.5 + }, { "model":"deepseek\/deepseek-r1-0528", "bcp_47":"tr", @@ -28951,6 +31317,55 @@ "metric":"chrf", "score":0.6019992774 }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"uk", + "task":"classification", + "metric":"accuracy", + "score":0.0 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"uk", + "task":"mgsm", + "metric":"accuracy", + "score":0.4 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"uk", + "task":"mmlu", + "metric":"accuracy", + "score":0.0 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"uk", + "task":"translation_from", + "metric":"bleu", + "score":0.2507417591 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"uk", + "task":"translation_from", + "metric":"chrf", + "score":0.5348282824 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"uk", + "task":"translation_to", + "metric":"bleu", + "score":0.3383254859 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"uk", + "task":"translation_to", + "metric":"chrf", + "score":0.5585953363 + }, { "model":"deepseek\/deepseek-r1-0528", "bcp_47":"ur", @@ -28958,6 +31373,13 @@ "metric":"accuracy", "score":0.0 }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"ur", + "task":"mgsm", + "metric":"accuracy", + "score":0.2 + }, { "model":"deepseek\/deepseek-r1-0528", "bcp_47":"ur", @@ -28986,6 +31408,48 @@ "metric":"chrf", "score":0.4722890493 }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"uz", + "task":"classification", + "metric":"accuracy", + "score":0.0 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"uz", + "task":"mgsm", + "metric":"accuracy", + "score":0.5 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"uz", + "task":"translation_from", + "metric":"bleu", + "score":0.2144441644 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"uz", + "task":"translation_from", + "metric":"chrf", + "score":0.4937213115 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"uz", + "task":"translation_to", + "metric":"bleu", + "score":0.2635775721 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"uz", + "task":"translation_to", + "metric":"chrf", + "score":0.5351905044 + }, { "model":"deepseek\/deepseek-r1-0528", "bcp_47":"vi", @@ -28993,6 +31457,13 @@ "metric":"accuracy", "score":0.0 }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"vi", + "task":"mgsm", + "metric":"accuracy", + "score":0.3 + }, { "model":"deepseek\/deepseek-r1-0528", "bcp_47":"vi", @@ -29028,6 +31499,55 @@ "metric":"chrf", "score":0.6359307779 }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"wo", + "task":"classification", + "metric":"accuracy", + "score":0.0 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"wo", + "task":"mgsm", + "metric":"accuracy", + "score":0.0 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"wo", + "task":"mmlu", + "metric":"accuracy", + "score":0.0 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"wo", + "task":"translation_from", + "metric":"bleu", + "score":0.0578608568 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"wo", + "task":"translation_from", + "metric":"chrf", + "score":0.2953456626 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"wo", + "task":"translation_to", + "metric":"bleu", + "score":0.0207182972 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"wo", + "task":"translation_to", + "metric":"chrf", + "score":0.1887439492 + }, { "model":"deepseek\/deepseek-r1-0528", "bcp_47":"wuu", @@ -29063,6 +31583,111 @@ "metric":"chrf", "score":0.1458942547 }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"xh", + "task":"classification", + "metric":"accuracy", + "score":0.0 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"xh", + "task":"mgsm", + "metric":"accuracy", + "score":0.2 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"xh", + "task":"mmlu", + "metric":"accuracy", + "score":0.0 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"xh", + "task":"translation_from", + "metric":"bleu", + "score":0.1079708762 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"xh", + "task":"translation_from", + "metric":"chrf", + "score":0.3233208549 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"xh", + "task":"translation_to", + "metric":"bleu", + "score":0.0349481063 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"xh", + "task":"translation_to", + "metric":"chrf", + "score":0.3674901842 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"yo", + "task":"arc", + "metric":"accuracy", + "score":0.0 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"yo", + "task":"classification", + "metric":"accuracy", + "score":0.0 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"yo", + "task":"mgsm", + "metric":"accuracy", + "score":0.1 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"yo", + "task":"mmlu", + "metric":"accuracy", + "score":0.0 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"yo", + "task":"translation_from", + "metric":"bleu", + "score":0.0592346231 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"yo", + "task":"translation_from", + "metric":"chrf", + "score":0.2924121066 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"yo", + "task":"translation_to", + "metric":"bleu", + "score":0.0728848714 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"yo", + "task":"translation_to", + "metric":"chrf", + "score":0.2476630291 + }, { "model":"deepseek\/deepseek-r1-0528", "bcp_47":"yue", @@ -29070,6 +31695,13 @@ "metric":"accuracy", "score":0.0 }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"yue", + "task":"mgsm", + "metric":"accuracy", + "score":0.0 + }, { "model":"deepseek\/deepseek-r1-0528", "bcp_47":"yue", @@ -29098,6 +31730,13 @@ "metric":"chrf", "score":0.2063865989 }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"zh", + "task":"arc", + "metric":"accuracy", + "score":0.0 + }, { "model":"deepseek\/deepseek-r1-0528", "bcp_47":"zh", @@ -29147,6 +31786,62 @@ "metric":"chrf", "score":0.3079482476 }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"zu", + "task":"arc", + "metric":"accuracy", + "score":0.0 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"zu", + "task":"classification", + "metric":"accuracy", + "score":0.0 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"zu", + "task":"mgsm", + "metric":"accuracy", + "score":0.1 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"zu", + "task":"mmlu", + "metric":"accuracy", + "score":0.0 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"zu", + "task":"translation_from", + "metric":"bleu", + "score":0.1703974411 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"zu", + "task":"translation_from", + "metric":"chrf", + "score":0.3893360635 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"zu", + "task":"translation_to", + "metric":"bleu", + "score":0.2345318252 + }, + { + "model":"deepseek\/deepseek-r1-0528", + "bcp_47":"zu", + "task":"translation_to", + "metric":"chrf", + "score":0.453746534 + }, { "model":"google\/gemini-2.0-flash-001", "bcp_47":"aeb", @@ -29266,6 +31961,13 @@ "metric":"chrf", "score":0.4325882329 }, + { + "model":"google\/gemini-2.0-flash-001", + "bcp_47":"am", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"google\/gemini-2.0-flash-001", "bcp_47":"am", @@ -30029,6 +32731,13 @@ "metric":"chrf", "score":0.513213381 }, + { + "model":"google\/gemini-2.0-flash-001", + "bcp_47":"en", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"google\/gemini-2.0-flash-001", "bcp_47":"en", @@ -30078,6 +32787,13 @@ "metric":"chrf", "score":0.8279616884 }, + { + "model":"google\/gemini-2.0-flash-001", + "bcp_47":"es", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"google\/gemini-2.0-flash-001", "bcp_47":"es", @@ -30344,6 +33060,13 @@ "metric":"chrf", "score":0.4530128509 }, + { + "model":"google\/gemini-2.0-flash-001", + "bcp_47":"ha", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"google\/gemini-2.0-flash-001", "bcp_47":"ha", @@ -30393,6 +33116,13 @@ "metric":"chrf", "score":0.5455037681 }, + { + "model":"google\/gemini-2.0-flash-001", + "bcp_47":"hi", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"google\/gemini-2.0-flash-001", "bcp_47":"hi", @@ -32248,6 +34978,13 @@ "metric":"chrf", "score":0.6911608485 }, + { + "model":"google\/gemini-2.0-flash-001", + "bcp_47":"sw", + "task":"arc", + "metric":"accuracy", + "score":0.9 + }, { "model":"google\/gemini-2.0-flash-001", "bcp_47":"sw", @@ -32906,6 +35643,13 @@ "metric":"chrf", "score":0.4965120865 }, + { + "model":"google\/gemini-2.0-flash-001", + "bcp_47":"yo", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"google\/gemini-2.0-flash-001", "bcp_47":"yo", @@ -32997,6 +35741,13 @@ "metric":"chrf", "score":0.2691081013 }, + { + "model":"google\/gemini-2.0-flash-001", + "bcp_47":"zh", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"google\/gemini-2.0-flash-001", "bcp_47":"zh", @@ -33046,6 +35797,13 @@ "metric":"chrf", "score":0.3921364269 }, + { + "model":"google\/gemini-2.0-flash-001", + "bcp_47":"zu", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"google\/gemini-2.0-flash-001", "bcp_47":"zu", @@ -33214,6 +35972,13 @@ "metric":"chrf", "score":0.3936431694 }, + { + "model":"google\/gemini-2.0-flash-lite-001", + "bcp_47":"am", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"google\/gemini-2.0-flash-lite-001", "bcp_47":"am", @@ -33977,6 +36742,13 @@ "metric":"chrf", "score":0.5424093748 }, + { + "model":"google\/gemini-2.0-flash-lite-001", + "bcp_47":"en", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"google\/gemini-2.0-flash-lite-001", "bcp_47":"en", @@ -34026,6 +36798,13 @@ "metric":"chrf", "score":0.7613397345 }, + { + "model":"google\/gemini-2.0-flash-lite-001", + "bcp_47":"es", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"google\/gemini-2.0-flash-lite-001", "bcp_47":"es", @@ -34292,6 +37071,13 @@ "metric":"chrf", "score":0.4761478869 }, + { + "model":"google\/gemini-2.0-flash-lite-001", + "bcp_47":"ha", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"google\/gemini-2.0-flash-lite-001", "bcp_47":"ha", @@ -34341,6 +37127,13 @@ "metric":"chrf", "score":0.5013466224 }, + { + "model":"google\/gemini-2.0-flash-lite-001", + "bcp_47":"hi", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"google\/gemini-2.0-flash-lite-001", "bcp_47":"hi", @@ -36196,6 +38989,13 @@ "metric":"chrf", "score":0.6519271741 }, + { + "model":"google\/gemini-2.0-flash-lite-001", + "bcp_47":"sw", + "task":"arc", + "metric":"accuracy", + "score":0.9 + }, { "model":"google\/gemini-2.0-flash-lite-001", "bcp_47":"sw", @@ -36854,6 +39654,13 @@ "metric":"chrf", "score":0.4836355083 }, + { + "model":"google\/gemini-2.0-flash-lite-001", + "bcp_47":"yo", + "task":"arc", + "metric":"accuracy", + "score":0.9 + }, { "model":"google\/gemini-2.0-flash-lite-001", "bcp_47":"yo", @@ -36945,6 +39752,13 @@ "metric":"chrf", "score":0.2347308661 }, + { + "model":"google\/gemini-2.0-flash-lite-001", + "bcp_47":"zh", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"google\/gemini-2.0-flash-lite-001", "bcp_47":"zh", @@ -36994,6 +39808,13 @@ "metric":"chrf", "score":0.314329989 }, + { + "model":"google\/gemini-2.0-flash-lite-001", + "bcp_47":"zu", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"google\/gemini-2.0-flash-lite-001", "bcp_47":"zu", @@ -37127,6 +39948,13 @@ "metric":"chrf", "score":0.4308196228 }, + { + "model":"google\/gemini-2.5-flash", + "bcp_47":"am", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"google\/gemini-2.5-flash", "bcp_47":"am", @@ -37820,6 +40648,13 @@ "metric":"chrf", "score":0.5630460332 }, + { + "model":"google\/gemini-2.5-flash", + "bcp_47":"en", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"google\/gemini-2.5-flash", "bcp_47":"en", @@ -37869,6 +40704,13 @@ "metric":"chrf", "score":0.0 }, + { + "model":"google\/gemini-2.5-flash", + "bcp_47":"es", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"google\/gemini-2.5-flash", "bcp_47":"es", @@ -38135,6 +40977,13 @@ "metric":"chrf", "score":0.4654772276 }, + { + "model":"google\/gemini-2.5-flash", + "bcp_47":"ha", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"google\/gemini-2.5-flash", "bcp_47":"ha", @@ -38184,6 +41033,13 @@ "metric":"chrf", "score":0.5714009602 }, + { + "model":"google\/gemini-2.5-flash", + "bcp_47":"hi", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"google\/gemini-2.5-flash", "bcp_47":"hi", @@ -39969,6 +42825,13 @@ "metric":"chrf", "score":0.6769035337 }, + { + "model":"google\/gemini-2.5-flash", + "bcp_47":"sw", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"google\/gemini-2.5-flash", "bcp_47":"sw", @@ -40557,6 +43420,13 @@ "metric":"chrf", "score":0.4718021868 }, + { + "model":"google\/gemini-2.5-flash", + "bcp_47":"yo", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"google\/gemini-2.5-flash", "bcp_47":"yo", @@ -40648,6 +43518,13 @@ "metric":"chrf", "score":0.2915581098 }, + { + "model":"google\/gemini-2.5-flash", + "bcp_47":"zh", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"google\/gemini-2.5-flash", "bcp_47":"zh", @@ -40697,6 +43574,13 @@ "metric":"chrf", "score":0.0 }, + { + "model":"google\/gemini-2.5-flash", + "bcp_47":"zu", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"google\/gemini-2.5-flash", "bcp_47":"zu", @@ -58652,6 +61536,13 @@ "metric":"chrf", "score":0.3477814679 }, + { + "model":"google\/gemini-flash-1.5", + "bcp_47":"am", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"google\/gemini-flash-1.5", "bcp_47":"am", @@ -59415,6 +62306,13 @@ "metric":"chrf", "score":0.505425141 }, + { + "model":"google\/gemini-flash-1.5", + "bcp_47":"en", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"google\/gemini-flash-1.5", "bcp_47":"en", @@ -59464,6 +62362,13 @@ "metric":"chrf", "score":0.7280386297 }, + { + "model":"google\/gemini-flash-1.5", + "bcp_47":"es", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"google\/gemini-flash-1.5", "bcp_47":"es", @@ -59730,6 +62635,13 @@ "metric":"chrf", "score":0.4411905252 }, + { + "model":"google\/gemini-flash-1.5", + "bcp_47":"ha", + "task":"arc", + "metric":"accuracy", + "score":0.9 + }, { "model":"google\/gemini-flash-1.5", "bcp_47":"ha", @@ -59779,6 +62691,13 @@ "metric":"chrf", "score":0.4905441802 }, + { + "model":"google\/gemini-flash-1.5", + "bcp_47":"hi", + "task":"arc", + "metric":"accuracy", + "score":0.9 + }, { "model":"google\/gemini-flash-1.5", "bcp_47":"hi", @@ -61634,6 +64553,13 @@ "metric":"chrf", "score":0.664863412 }, + { + "model":"google\/gemini-flash-1.5", + "bcp_47":"sw", + "task":"arc", + "metric":"accuracy", + "score":0.9 + }, { "model":"google\/gemini-flash-1.5", "bcp_47":"sw", @@ -62292,6 +65218,13 @@ "metric":"chrf", "score":0.3784904721 }, + { + "model":"google\/gemini-flash-1.5", + "bcp_47":"yo", + "task":"arc", + "metric":"accuracy", + "score":0.7 + }, { "model":"google\/gemini-flash-1.5", "bcp_47":"yo", @@ -62383,6 +65316,13 @@ "metric":"chrf", "score":0.2561574259 }, + { + "model":"google\/gemini-flash-1.5", + "bcp_47":"zh", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"google\/gemini-flash-1.5", "bcp_47":"zh", @@ -62432,6 +65372,13 @@ "metric":"chrf", "score":0.3110461024 }, + { + "model":"google\/gemini-flash-1.5", + "bcp_47":"zu", + "task":"arc", + "metric":"accuracy", + "score":0.9 + }, { "model":"google\/gemini-flash-1.5", "bcp_47":"zu", @@ -62600,6 +65547,13 @@ "metric":"chrf", "score":0.2141540563 }, + { + "model":"google\/gemini-flash-1.5-8b", + "bcp_47":"am", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"google\/gemini-flash-1.5-8b", "bcp_47":"am", @@ -63363,6 +66317,13 @@ "metric":"chrf", "score":0.4971105137 }, + { + "model":"google\/gemini-flash-1.5-8b", + "bcp_47":"en", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"google\/gemini-flash-1.5-8b", "bcp_47":"en", @@ -63412,6 +66373,13 @@ "metric":"chrf", "score":0.7595845064 }, + { + "model":"google\/gemini-flash-1.5-8b", + "bcp_47":"es", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"google\/gemini-flash-1.5-8b", "bcp_47":"es", @@ -63678,6 +66646,13 @@ "metric":"chrf", "score":0.4201411039 }, + { + "model":"google\/gemini-flash-1.5-8b", + "bcp_47":"ha", + "task":"arc", + "metric":"accuracy", + "score":0.8 + }, { "model":"google\/gemini-flash-1.5-8b", "bcp_47":"ha", @@ -63727,6 +66702,13 @@ "metric":"chrf", "score":0.4450194819 }, + { + "model":"google\/gemini-flash-1.5-8b", + "bcp_47":"hi", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"google\/gemini-flash-1.5-8b", "bcp_47":"hi", @@ -65582,6 +68564,13 @@ "metric":"chrf", "score":0.6529723913 }, + { + "model":"google\/gemini-flash-1.5-8b", + "bcp_47":"sw", + "task":"arc", + "metric":"accuracy", + "score":0.9 + }, { "model":"google\/gemini-flash-1.5-8b", "bcp_47":"sw", @@ -66240,6 +69229,13 @@ "metric":"chrf", "score":0.3116951706 }, + { + "model":"google\/gemini-flash-1.5-8b", + "bcp_47":"yo", + "task":"arc", + "metric":"accuracy", + "score":0.8 + }, { "model":"google\/gemini-flash-1.5-8b", "bcp_47":"yo", @@ -66331,6 +69327,13 @@ "metric":"chrf", "score":0.2297357227 }, + { + "model":"google\/gemini-flash-1.5-8b", + "bcp_47":"zh", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"google\/gemini-flash-1.5-8b", "bcp_47":"zh", @@ -66380,6 +69383,13 @@ "metric":"chrf", "score":0.2463326959 }, + { + "model":"google\/gemini-flash-1.5-8b", + "bcp_47":"zu", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"google\/gemini-flash-1.5-8b", "bcp_47":"zu", @@ -66548,6 +69558,13 @@ "metric":"chrf", "score":0.2820233612 }, + { + "model":"google\/gemma-3-27b-it", + "bcp_47":"am", + "task":"arc", + "metric":"accuracy", + "score":0.4 + }, { "model":"google\/gemma-3-27b-it", "bcp_47":"am", @@ -67311,6 +70328,13 @@ "metric":"chrf", "score":0.5590147212 }, + { + "model":"google\/gemma-3-27b-it", + "bcp_47":"en", + "task":"arc", + "metric":"accuracy", + "score":0.7 + }, { "model":"google\/gemma-3-27b-it", "bcp_47":"en", @@ -67360,6 +70384,13 @@ "metric":"chrf", "score":0.7780833183 }, + { + "model":"google\/gemma-3-27b-it", + "bcp_47":"es", + "task":"arc", + "metric":"accuracy", + "score":0.7 + }, { "model":"google\/gemma-3-27b-it", "bcp_47":"es", @@ -67626,6 +70657,13 @@ "metric":"chrf", "score":0.4528880823 }, + { + "model":"google\/gemma-3-27b-it", + "bcp_47":"ha", + "task":"arc", + "metric":"accuracy", + "score":0.6 + }, { "model":"google\/gemma-3-27b-it", "bcp_47":"ha", @@ -67675,6 +70713,13 @@ "metric":"chrf", "score":0.4608354018 }, + { + "model":"google\/gemma-3-27b-it", + "bcp_47":"hi", + "task":"arc", + "metric":"accuracy", + "score":0.6 + }, { "model":"google\/gemma-3-27b-it", "bcp_47":"hi", @@ -69530,6 +72575,13 @@ "metric":"chrf", "score":0.6543542662 }, + { + "model":"google\/gemma-3-27b-it", + "bcp_47":"sw", + "task":"arc", + "metric":"accuracy", + "score":0.5 + }, { "model":"google\/gemma-3-27b-it", "bcp_47":"sw", @@ -70188,6 +73240,13 @@ "metric":"chrf", "score":0.3937495329 }, + { + "model":"google\/gemma-3-27b-it", + "bcp_47":"yo", + "task":"arc", + "metric":"accuracy", + "score":0.2 + }, { "model":"google\/gemma-3-27b-it", "bcp_47":"yo", @@ -70279,6 +73338,13 @@ "metric":"chrf", "score":0.2205120991 }, + { + "model":"google\/gemma-3-27b-it", + "bcp_47":"zh", + "task":"arc", + "metric":"accuracy", + "score":0.6 + }, { "model":"google\/gemma-3-27b-it", "bcp_47":"zh", @@ -70328,6 +73394,13 @@ "metric":"chrf", "score":0.3237759485 }, + { + "model":"google\/gemma-3-27b-it", + "bcp_47":"zu", + "task":"arc", + "metric":"accuracy", + "score":0.6 + }, { "model":"google\/gemma-3-27b-it", "bcp_47":"zu", @@ -72792,6 +75865,13 @@ "metric":"chrf", "score":0.1055962738 }, + { + "model":"gryphe\/mythomax-l2-13b", + "bcp_47":"am", + "task":"arc", + "metric":"accuracy", + "score":0.2 + }, { "model":"gryphe\/mythomax-l2-13b", "bcp_47":"am", @@ -73555,6 +76635,13 @@ "metric":"chrf", "score":0.2213744022 }, + { + "model":"gryphe\/mythomax-l2-13b", + "bcp_47":"en", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"gryphe\/mythomax-l2-13b", "bcp_47":"en", @@ -73604,6 +76691,13 @@ "metric":"chrf", "score":0.5518674496 }, + { + "model":"gryphe\/mythomax-l2-13b", + "bcp_47":"es", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"gryphe\/mythomax-l2-13b", "bcp_47":"es", @@ -73870,6 +76964,13 @@ "metric":"chrf", "score":0.2007105106 }, + { + "model":"gryphe\/mythomax-l2-13b", + "bcp_47":"ha", + "task":"arc", + "metric":"accuracy", + "score":0.1 + }, { "model":"gryphe\/mythomax-l2-13b", "bcp_47":"ha", @@ -73919,6 +77020,13 @@ "metric":"chrf", "score":0.1884647114 }, + { + "model":"gryphe\/mythomax-l2-13b", + "bcp_47":"hi", + "task":"arc", + "metric":"accuracy", + "score":0.5 + }, { "model":"gryphe\/mythomax-l2-13b", "bcp_47":"hi", @@ -75774,6 +78882,13 @@ "metric":"chrf", "score":0.4689649165 }, + { + "model":"gryphe\/mythomax-l2-13b", + "bcp_47":"sw", + "task":"arc", + "metric":"accuracy", + "score":0.5 + }, { "model":"gryphe\/mythomax-l2-13b", "bcp_47":"sw", @@ -76432,6 +79547,13 @@ "metric":"chrf", "score":0.150635966 }, + { + "model":"gryphe\/mythomax-l2-13b", + "bcp_47":"yo", + "task":"arc", + "metric":"accuracy", + "score":0.3 + }, { "model":"gryphe\/mythomax-l2-13b", "bcp_47":"yo", @@ -76523,6 +79645,13 @@ "metric":"chrf", "score":0.1002582276 }, + { + "model":"gryphe\/mythomax-l2-13b", + "bcp_47":"zh", + "task":"arc", + "metric":"accuracy", + "score":0.8 + }, { "model":"gryphe\/mythomax-l2-13b", "bcp_47":"zh", @@ -76572,6 +79701,13 @@ "metric":"chrf", "score":0.232325354 }, + { + "model":"gryphe\/mythomax-l2-13b", + "bcp_47":"zu", + "task":"arc", + "metric":"accuracy", + "score":0.1 + }, { "model":"gryphe\/mythomax-l2-13b", "bcp_47":"zu", @@ -76740,6 +79876,13 @@ "metric":"chrf", "score":0.2270659336 }, + { + "model":"meta-llama\/llama-3-70b-instruct", + "bcp_47":"am", + "task":"arc", + "metric":"accuracy", + "score":0.4 + }, { "model":"meta-llama\/llama-3-70b-instruct", "bcp_47":"am", @@ -77503,6 +80646,13 @@ "metric":"chrf", "score":0.4641387139 }, + { + "model":"meta-llama\/llama-3-70b-instruct", + "bcp_47":"en", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"meta-llama\/llama-3-70b-instruct", "bcp_47":"en", @@ -77552,6 +80702,13 @@ "metric":"chrf", "score":0.5824514758 }, + { + "model":"meta-llama\/llama-3-70b-instruct", + "bcp_47":"es", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"meta-llama\/llama-3-70b-instruct", "bcp_47":"es", @@ -77818,6 +80975,13 @@ "metric":"chrf", "score":0.4251249067 }, + { + "model":"meta-llama\/llama-3-70b-instruct", + "bcp_47":"ha", + "task":"arc", + "metric":"accuracy", + "score":0.7 + }, { "model":"meta-llama\/llama-3-70b-instruct", "bcp_47":"ha", @@ -77867,6 +81031,13 @@ "metric":"chrf", "score":0.383923158 }, + { + "model":"meta-llama\/llama-3-70b-instruct", + "bcp_47":"hi", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"meta-llama\/llama-3-70b-instruct", "bcp_47":"hi", @@ -79722,6 +82893,13 @@ "metric":"chrf", "score":0.6078627072 }, + { + "model":"meta-llama\/llama-3-70b-instruct", + "bcp_47":"sw", + "task":"arc", + "metric":"accuracy", + "score":0.6 + }, { "model":"meta-llama\/llama-3-70b-instruct", "bcp_47":"sw", @@ -80380,6 +83558,13 @@ "metric":"chrf", "score":0.2690069759 }, + { + "model":"meta-llama\/llama-3-70b-instruct", + "bcp_47":"yo", + "task":"arc", + "metric":"accuracy", + "score":0.5 + }, { "model":"meta-llama\/llama-3-70b-instruct", "bcp_47":"yo", @@ -80471,6 +83656,13 @@ "metric":"chrf", "score":0.1809201358 }, + { + "model":"meta-llama\/llama-3-70b-instruct", + "bcp_47":"zh", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"meta-llama\/llama-3-70b-instruct", "bcp_47":"zh", @@ -80520,6 +83712,13 @@ "metric":"chrf", "score":0.2325846099 }, + { + "model":"meta-llama\/llama-3-70b-instruct", + "bcp_47":"zu", + "task":"arc", + "metric":"accuracy", + "score":0.5 + }, { "model":"meta-llama\/llama-3-70b-instruct", "bcp_47":"zu", @@ -80688,6 +83887,13 @@ "metric":"chrf", "score":0.2649288206 }, + { + "model":"meta-llama\/llama-3.1-70b-instruct", + "bcp_47":"am", + "task":"arc", + "metric":"accuracy", + "score":0.5 + }, { "model":"meta-llama\/llama-3.1-70b-instruct", "bcp_47":"am", @@ -81451,6 +84657,13 @@ "metric":"chrf", "score":0.5086292148 }, + { + "model":"meta-llama\/llama-3.1-70b-instruct", + "bcp_47":"en", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"meta-llama\/llama-3.1-70b-instruct", "bcp_47":"en", @@ -81500,6 +84713,13 @@ "metric":"chrf", "score":0.8407064328 }, + { + "model":"meta-llama\/llama-3.1-70b-instruct", + "bcp_47":"es", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"meta-llama\/llama-3.1-70b-instruct", "bcp_47":"es", @@ -81766,6 +84986,13 @@ "metric":"chrf", "score":0.4990640113 }, + { + "model":"meta-llama\/llama-3.1-70b-instruct", + "bcp_47":"ha", + "task":"arc", + "metric":"accuracy", + "score":0.9 + }, { "model":"meta-llama\/llama-3.1-70b-instruct", "bcp_47":"ha", @@ -81815,6 +85042,13 @@ "metric":"chrf", "score":0.4125213011 }, + { + "model":"meta-llama\/llama-3.1-70b-instruct", + "bcp_47":"hi", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"meta-llama\/llama-3.1-70b-instruct", "bcp_47":"hi", @@ -83670,6 +86904,13 @@ "metric":"chrf", "score":0.6342780862 }, + { + "model":"meta-llama\/llama-3.1-70b-instruct", + "bcp_47":"sw", + "task":"arc", + "metric":"accuracy", + "score":0.9 + }, { "model":"meta-llama\/llama-3.1-70b-instruct", "bcp_47":"sw", @@ -84328,6 +87569,13 @@ "metric":"chrf", "score":0.2387421258 }, + { + "model":"meta-llama\/llama-3.1-70b-instruct", + "bcp_47":"yo", + "task":"arc", + "metric":"accuracy", + "score":0.5 + }, { "model":"meta-llama\/llama-3.1-70b-instruct", "bcp_47":"yo", @@ -84419,6 +87667,13 @@ "metric":"chrf", "score":0.2065328404 }, + { + "model":"meta-llama\/llama-3.1-70b-instruct", + "bcp_47":"zh", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"meta-llama\/llama-3.1-70b-instruct", "bcp_47":"zh", @@ -84468,6 +87723,13 @@ "metric":"chrf", "score":0.3148065512 }, + { + "model":"meta-llama\/llama-3.1-70b-instruct", + "bcp_47":"zu", + "task":"arc", + "metric":"accuracy", + "score":0.6 + }, { "model":"meta-llama\/llama-3.1-70b-instruct", "bcp_47":"zu", @@ -89116,6 +92378,13 @@ "metric":"chrf", "score":0.2808449794 }, + { + "model":"meta-llama\/llama-3.3-70b-instruct", + "bcp_47":"am", + "task":"arc", + "metric":"accuracy", + "score":0.6 + }, { "model":"meta-llama\/llama-3.3-70b-instruct", "bcp_47":"am", @@ -89879,6 +93148,13 @@ "metric":"chrf", "score":0.5026657233 }, + { + "model":"meta-llama\/llama-3.3-70b-instruct", + "bcp_47":"en", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"meta-llama\/llama-3.3-70b-instruct", "bcp_47":"en", @@ -89928,6 +93204,13 @@ "metric":"chrf", "score":0.823262947 }, + { + "model":"meta-llama\/llama-3.3-70b-instruct", + "bcp_47":"es", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"meta-llama\/llama-3.3-70b-instruct", "bcp_47":"es", @@ -90194,6 +93477,13 @@ "metric":"chrf", "score":0.4619303787 }, + { + "model":"meta-llama\/llama-3.3-70b-instruct", + "bcp_47":"ha", + "task":"arc", + "metric":"accuracy", + "score":0.9 + }, { "model":"meta-llama\/llama-3.3-70b-instruct", "bcp_47":"ha", @@ -90243,6 +93533,13 @@ "metric":"chrf", "score":0.4179596519 }, + { + "model":"meta-llama\/llama-3.3-70b-instruct", + "bcp_47":"hi", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"meta-llama\/llama-3.3-70b-instruct", "bcp_47":"hi", @@ -92098,6 +95395,13 @@ "metric":"chrf", "score":0.6364660715 }, + { + "model":"meta-llama\/llama-3.3-70b-instruct", + "bcp_47":"sw", + "task":"arc", + "metric":"accuracy", + "score":0.9 + }, { "model":"meta-llama\/llama-3.3-70b-instruct", "bcp_47":"sw", @@ -92756,6 +96060,13 @@ "metric":"chrf", "score":0.2699477659 }, + { + "model":"meta-llama\/llama-3.3-70b-instruct", + "bcp_47":"yo", + "task":"arc", + "metric":"accuracy", + "score":0.4 + }, { "model":"meta-llama\/llama-3.3-70b-instruct", "bcp_47":"yo", @@ -92847,6 +96158,13 @@ "metric":"chrf", "score":0.238559837 }, + { + "model":"meta-llama\/llama-3.3-70b-instruct", + "bcp_47":"zh", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"meta-llama\/llama-3.3-70b-instruct", "bcp_47":"zh", @@ -92896,6 +96214,13 @@ "metric":"chrf", "score":0.2841722148 }, + { + "model":"meta-llama\/llama-3.3-70b-instruct", + "bcp_47":"zu", + "task":"arc", + "metric":"accuracy", + "score":0.6 + }, { "model":"meta-llama\/llama-3.3-70b-instruct", "bcp_47":"zu", @@ -93064,6 +96389,13 @@ "metric":"chrf", "score":0.3378209538 }, + { + "model":"meta-llama\/llama-4-maverick", + "bcp_47":"am", + "task":"arc", + "metric":"accuracy", + "score":0.8 + }, { "model":"meta-llama\/llama-4-maverick", "bcp_47":"am", @@ -93827,6 +97159,13 @@ "metric":"chrf", "score":0.5086510118 }, + { + "model":"meta-llama\/llama-4-maverick", + "bcp_47":"en", + "task":"arc", + "metric":"accuracy", + "score":0.3 + }, { "model":"meta-llama\/llama-4-maverick", "bcp_47":"en", @@ -93876,6 +97215,13 @@ "metric":"chrf", "score":0.8133281991 }, + { + "model":"meta-llama\/llama-4-maverick", + "bcp_47":"es", + "task":"arc", + "metric":"accuracy", + "score":0.9 + }, { "model":"meta-llama\/llama-4-maverick", "bcp_47":"es", @@ -94142,6 +97488,13 @@ "metric":"chrf", "score":0.4301109075 }, + { + "model":"meta-llama\/llama-4-maverick", + "bcp_47":"ha", + "task":"arc", + "metric":"accuracy", + "score":0.9 + }, { "model":"meta-llama\/llama-4-maverick", "bcp_47":"ha", @@ -94191,6 +97544,13 @@ "metric":"chrf", "score":0.4547067722 }, + { + "model":"meta-llama\/llama-4-maverick", + "bcp_47":"hi", + "task":"arc", + "metric":"accuracy", + "score":0.9 + }, { "model":"meta-llama\/llama-4-maverick", "bcp_47":"hi", @@ -96046,6 +99406,13 @@ "metric":"chrf", "score":0.6393626909 }, + { + "model":"meta-llama\/llama-4-maverick", + "bcp_47":"sw", + "task":"arc", + "metric":"accuracy", + "score":0.8 + }, { "model":"meta-llama\/llama-4-maverick", "bcp_47":"sw", @@ -96704,6 +100071,13 @@ "metric":"chrf", "score":0.4104899998 }, + { + "model":"meta-llama\/llama-4-maverick", + "bcp_47":"yo", + "task":"arc", + "metric":"accuracy", + "score":0.6 + }, { "model":"meta-llama\/llama-4-maverick", "bcp_47":"yo", @@ -96795,6 +100169,13 @@ "metric":"chrf", "score":0.232785021 }, + { + "model":"meta-llama\/llama-4-maverick", + "bcp_47":"zh", + "task":"arc", + "metric":"accuracy", + "score":0.7 + }, { "model":"meta-llama\/llama-4-maverick", "bcp_47":"zh", @@ -96844,6 +100225,13 @@ "metric":"chrf", "score":0.3676906362 }, + { + "model":"meta-llama\/llama-4-maverick", + "bcp_47":"zu", + "task":"arc", + "metric":"accuracy", + "score":0.8 + }, { "model":"meta-llama\/llama-4-maverick", "bcp_47":"zu", @@ -97012,6 +100400,13 @@ "metric":"chrf", "score":0.0623964125 }, + { + "model":"microsoft\/phi-4", + "bcp_47":"am", + "task":"arc", + "metric":"accuracy", + "score":0.3 + }, { "model":"microsoft\/phi-4", "bcp_47":"am", @@ -97775,6 +101170,13 @@ "metric":"chrf", "score":0.4003787241 }, + { + "model":"microsoft\/phi-4", + "bcp_47":"en", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"microsoft\/phi-4", "bcp_47":"en", @@ -97824,6 +101226,13 @@ "metric":"chrf", "score":0.7232313255 }, + { + "model":"microsoft\/phi-4", + "bcp_47":"es", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"microsoft\/phi-4", "bcp_47":"es", @@ -98090,6 +101499,13 @@ "metric":"chrf", "score":0.3529986856 }, + { + "model":"microsoft\/phi-4", + "bcp_47":"ha", + "task":"arc", + "metric":"accuracy", + "score":0.5 + }, { "model":"microsoft\/phi-4", "bcp_47":"ha", @@ -98139,6 +101555,13 @@ "metric":"chrf", "score":0.2955476351 }, + { + "model":"microsoft\/phi-4", + "bcp_47":"hi", + "task":"arc", + "metric":"accuracy", + "score":0.9 + }, { "model":"microsoft\/phi-4", "bcp_47":"hi", @@ -99994,6 +103417,13 @@ "metric":"chrf", "score":0.5348019826 }, + { + "model":"microsoft\/phi-4", + "bcp_47":"sw", + "task":"arc", + "metric":"accuracy", + "score":0.9 + }, { "model":"microsoft\/phi-4", "bcp_47":"sw", @@ -100652,6 +104082,13 @@ "metric":"chrf", "score":0.1589846026 }, + { + "model":"microsoft\/phi-4", + "bcp_47":"yo", + "task":"arc", + "metric":"accuracy", + "score":0.2 + }, { "model":"microsoft\/phi-4", "bcp_47":"yo", @@ -100743,6 +104180,13 @@ "metric":"chrf", "score":0.2190638456 }, + { + "model":"microsoft\/phi-4", + "bcp_47":"zh", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"microsoft\/phi-4", "bcp_47":"zh", @@ -100792,6 +104236,13 @@ "metric":"chrf", "score":0.2799124898 }, + { + "model":"microsoft\/phi-4", + "bcp_47":"zu", + "task":"arc", + "metric":"accuracy", + "score":0.4 + }, { "model":"microsoft\/phi-4", "bcp_47":"zu", @@ -100960,6 +104411,13 @@ "metric":"chrf", "score":0.0326918009 }, + { + "model":"microsoft\/phi-4-multimodal-instruct", + "bcp_47":"am", + "task":"arc", + "metric":"accuracy", + "score":0.3 + }, { "model":"microsoft\/phi-4-multimodal-instruct", "bcp_47":"am", @@ -101723,6 +105181,13 @@ "metric":"chrf", "score":0.2007646735 }, + { + "model":"microsoft\/phi-4-multimodal-instruct", + "bcp_47":"en", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"microsoft\/phi-4-multimodal-instruct", "bcp_47":"en", @@ -101772,6 +105237,13 @@ "metric":"chrf", "score":0.6788013861 }, + { + "model":"microsoft\/phi-4-multimodal-instruct", + "bcp_47":"es", + "task":"arc", + "metric":"accuracy", + "score":0.9 + }, { "model":"microsoft\/phi-4-multimodal-instruct", "bcp_47":"es", @@ -102038,6 +105510,13 @@ "metric":"chrf", "score":0.0118348356 }, + { + "model":"microsoft\/phi-4-multimodal-instruct", + "bcp_47":"ha", + "task":"arc", + "metric":"accuracy", + "score":0.3 + }, { "model":"microsoft\/phi-4-multimodal-instruct", "bcp_47":"ha", @@ -102087,6 +105566,13 @@ "metric":"chrf", "score":0.1032515167 }, + { + "model":"microsoft\/phi-4-multimodal-instruct", + "bcp_47":"hi", + "task":"arc", + "metric":"accuracy", + "score":0.8 + }, { "model":"microsoft\/phi-4-multimodal-instruct", "bcp_47":"hi", @@ -103942,6 +107428,13 @@ "metric":"chrf", "score":0.3334538145 }, + { + "model":"microsoft\/phi-4-multimodal-instruct", + "bcp_47":"sw", + "task":"arc", + "metric":"accuracy", + "score":0.5 + }, { "model":"microsoft\/phi-4-multimodal-instruct", "bcp_47":"sw", @@ -104600,6 +108093,13 @@ "metric":"chrf", "score":0.056668863 }, + { + "model":"microsoft\/phi-4-multimodal-instruct", + "bcp_47":"yo", + "task":"arc", + "metric":"accuracy", + "score":0.3 + }, { "model":"microsoft\/phi-4-multimodal-instruct", "bcp_47":"yo", @@ -104691,6 +108191,13 @@ "metric":"chrf", "score":0.1721639976 }, + { + "model":"microsoft\/phi-4-multimodal-instruct", + "bcp_47":"zh", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"microsoft\/phi-4-multimodal-instruct", "bcp_47":"zh", @@ -104740,6 +108247,13 @@ "metric":"chrf", "score":0.1793067232 }, + { + "model":"microsoft\/phi-4-multimodal-instruct", + "bcp_47":"zu", + "task":"arc", + "metric":"accuracy", + "score":0.3 + }, { "model":"microsoft\/phi-4-multimodal-instruct", "bcp_47":"zu", @@ -104908,6 +108422,13 @@ "metric":"chrf", "score":0.1964052359 }, + { + "model":"mistralai\/mistral-nemo", + "bcp_47":"am", + "task":"arc", + "metric":"accuracy", + "score":0.3 + }, { "model":"mistralai\/mistral-nemo", "bcp_47":"am", @@ -105671,6 +109192,13 @@ "metric":"chrf", "score":0.3197259125 }, + { + "model":"mistralai\/mistral-nemo", + "bcp_47":"en", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"mistralai\/mistral-nemo", "bcp_47":"en", @@ -105720,6 +109248,13 @@ "metric":"chrf", "score":0.7231001513 }, + { + "model":"mistralai\/mistral-nemo", + "bcp_47":"es", + "task":"arc", + "metric":"accuracy", + "score":0.9 + }, { "model":"mistralai\/mistral-nemo", "bcp_47":"es", @@ -105986,6 +109521,13 @@ "metric":"chrf", "score":0.2631919591 }, + { + "model":"mistralai\/mistral-nemo", + "bcp_47":"ha", + "task":"arc", + "metric":"accuracy", + "score":0.4 + }, { "model":"mistralai\/mistral-nemo", "bcp_47":"ha", @@ -106035,6 +109577,13 @@ "metric":"chrf", "score":0.1811657432 }, + { + "model":"mistralai\/mistral-nemo", + "bcp_47":"hi", + "task":"arc", + "metric":"accuracy", + "score":0.9 + }, { "model":"mistralai\/mistral-nemo", "bcp_47":"hi", @@ -107890,6 +111439,13 @@ "metric":"chrf", "score":0.5608576982 }, + { + "model":"mistralai\/mistral-nemo", + "bcp_47":"sw", + "task":"arc", + "metric":"accuracy", + "score":0.7 + }, { "model":"mistralai\/mistral-nemo", "bcp_47":"sw", @@ -108548,6 +112104,13 @@ "metric":"chrf", "score":0.1852540612 }, + { + "model":"mistralai\/mistral-nemo", + "bcp_47":"yo", + "task":"arc", + "metric":"accuracy", + "score":0.1 + }, { "model":"mistralai\/mistral-nemo", "bcp_47":"yo", @@ -108639,6 +112202,13 @@ "metric":"chrf", "score":0.1427963743 }, + { + "model":"mistralai\/mistral-nemo", + "bcp_47":"zh", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"mistralai\/mistral-nemo", "bcp_47":"zh", @@ -108688,6 +112258,13 @@ "metric":"chrf", "score":0.1769207611 }, + { + "model":"mistralai\/mistral-nemo", + "bcp_47":"zu", + "task":"arc", + "metric":"accuracy", + "score":0.3 + }, { "model":"mistralai\/mistral-nemo", "bcp_47":"zu", @@ -108856,6 +112433,13 @@ "metric":"chrf", "score":0.1112723085 }, + { + "model":"mistralai\/mistral-saba", + "bcp_47":"am", + "task":"arc", + "metric":"accuracy", + "score":0.4 + }, { "model":"mistralai\/mistral-saba", "bcp_47":"am", @@ -109619,6 +113203,13 @@ "metric":"chrf", "score":0.5300499022 }, + { + "model":"mistralai\/mistral-saba", + "bcp_47":"en", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"mistralai\/mistral-saba", "bcp_47":"en", @@ -109668,6 +113259,13 @@ "metric":"chrf", "score":0.8065247071 }, + { + "model":"mistralai\/mistral-saba", + "bcp_47":"es", + "task":"arc", + "metric":"accuracy", + "score":0.9 + }, { "model":"mistralai\/mistral-saba", "bcp_47":"es", @@ -109934,6 +113532,13 @@ "metric":"chrf", "score":0.45528413 }, + { + "model":"mistralai\/mistral-saba", + "bcp_47":"ha", + "task":"arc", + "metric":"accuracy", + "score":0.3 + }, { "model":"mistralai\/mistral-saba", "bcp_47":"ha", @@ -109983,6 +113588,13 @@ "metric":"chrf", "score":0.165412979 }, + { + "model":"mistralai\/mistral-saba", + "bcp_47":"hi", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"mistralai\/mistral-saba", "bcp_47":"hi", @@ -111838,6 +115450,13 @@ "metric":"chrf", "score":0.6293993104 }, + { + "model":"mistralai\/mistral-saba", + "bcp_47":"sw", + "task":"arc", + "metric":"accuracy", + "score":0.8 + }, { "model":"mistralai\/mistral-saba", "bcp_47":"sw", @@ -112496,6 +116115,13 @@ "metric":"chrf", "score":0.0791302868 }, + { + "model":"mistralai\/mistral-saba", + "bcp_47":"yo", + "task":"arc", + "metric":"accuracy", + "score":0.5 + }, { "model":"mistralai\/mistral-saba", "bcp_47":"yo", @@ -112587,6 +116213,13 @@ "metric":"chrf", "score":0.2413348415 }, + { + "model":"mistralai\/mistral-saba", + "bcp_47":"zh", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"mistralai\/mistral-saba", "bcp_47":"zh", @@ -112636,6 +116269,13 @@ "metric":"chrf", "score":0.3131256963 }, + { + "model":"mistralai\/mistral-saba", + "bcp_47":"zu", + "task":"arc", + "metric":"accuracy", + "score":0.4 + }, { "model":"mistralai\/mistral-saba", "bcp_47":"zu", @@ -112804,6 +116444,13 @@ "metric":"chrf", "score":0.1175310591 }, + { + "model":"mistralai\/mistral-small-3.1-24b-instruct", + "bcp_47":"am", + "task":"arc", + "metric":"accuracy", + "score":0.1 + }, { "model":"mistralai\/mistral-small-3.1-24b-instruct", "bcp_47":"am", @@ -113567,6 +117214,13 @@ "metric":"chrf", "score":0.4607855577 }, + { + "model":"mistralai\/mistral-small-3.1-24b-instruct", + "bcp_47":"en", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"mistralai\/mistral-small-3.1-24b-instruct", "bcp_47":"en", @@ -113616,6 +117270,13 @@ "metric":"chrf", "score":0.7898596498 }, + { + "model":"mistralai\/mistral-small-3.1-24b-instruct", + "bcp_47":"es", + "task":"arc", + "metric":"accuracy", + "score":0.9 + }, { "model":"mistralai\/mistral-small-3.1-24b-instruct", "bcp_47":"es", @@ -113882,6 +117543,13 @@ "metric":"chrf", "score":0.3258076554 }, + { + "model":"mistralai\/mistral-small-3.1-24b-instruct", + "bcp_47":"ha", + "task":"arc", + "metric":"accuracy", + "score":0.2 + }, { "model":"mistralai\/mistral-small-3.1-24b-instruct", "bcp_47":"ha", @@ -113931,6 +117599,13 @@ "metric":"chrf", "score":0.1862281652 }, + { + "model":"mistralai\/mistral-small-3.1-24b-instruct", + "bcp_47":"hi", + "task":"arc", + "metric":"accuracy", + "score":0.9 + }, { "model":"mistralai\/mistral-small-3.1-24b-instruct", "bcp_47":"hi", @@ -115786,6 +119461,13 @@ "metric":"chrf", "score":0.5575367366 }, + { + "model":"mistralai\/mistral-small-3.1-24b-instruct", + "bcp_47":"sw", + "task":"arc", + "metric":"accuracy", + "score":0.6 + }, { "model":"mistralai\/mistral-small-3.1-24b-instruct", "bcp_47":"sw", @@ -116444,6 +120126,13 @@ "metric":"chrf", "score":0.1160311087 }, + { + "model":"mistralai\/mistral-small-3.1-24b-instruct", + "bcp_47":"yo", + "task":"arc", + "metric":"accuracy", + "score":0.5 + }, { "model":"mistralai\/mistral-small-3.1-24b-instruct", "bcp_47":"yo", @@ -116535,6 +120224,13 @@ "metric":"chrf", "score":0.2407951689 }, + { + "model":"mistralai\/mistral-small-3.1-24b-instruct", + "bcp_47":"zh", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"mistralai\/mistral-small-3.1-24b-instruct", "bcp_47":"zh", @@ -116584,6 +120280,13 @@ "metric":"chrf", "score":0.3045084897 }, + { + "model":"mistralai\/mistral-small-3.1-24b-instruct", + "bcp_47":"zu", + "task":"arc", + "metric":"accuracy", + "score":0.5 + }, { "model":"mistralai\/mistral-small-3.1-24b-instruct", "bcp_47":"zu", @@ -120392,6 +124095,13 @@ "metric":"chrf", "score":0.340632844 }, + { + "model":"openai\/gpt-4.1-mini", + "bcp_47":"am", + "task":"arc", + "metric":"accuracy", + "score":0.6 + }, { "model":"openai\/gpt-4.1-mini", "bcp_47":"am", @@ -121155,6 +124865,13 @@ "metric":"chrf", "score":0.4568078793 }, + { + "model":"openai\/gpt-4.1-mini", + "bcp_47":"en", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"openai\/gpt-4.1-mini", "bcp_47":"en", @@ -121204,6 +124921,13 @@ "metric":"chrf", "score":0.8257245236 }, + { + "model":"openai\/gpt-4.1-mini", + "bcp_47":"es", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"openai\/gpt-4.1-mini", "bcp_47":"es", @@ -121470,6 +125194,13 @@ "metric":"chrf", "score":0.4071725376 }, + { + "model":"openai\/gpt-4.1-mini", + "bcp_47":"ha", + "task":"arc", + "metric":"accuracy", + "score":0.9 + }, { "model":"openai\/gpt-4.1-mini", "bcp_47":"ha", @@ -121519,6 +125250,13 @@ "metric":"chrf", "score":0.5371463729 }, + { + "model":"openai\/gpt-4.1-mini", + "bcp_47":"hi", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"openai\/gpt-4.1-mini", "bcp_47":"hi", @@ -123374,6 +127112,13 @@ "metric":"chrf", "score":0.6341129937 }, + { + "model":"openai\/gpt-4.1-mini", + "bcp_47":"sw", + "task":"arc", + "metric":"accuracy", + "score":0.9 + }, { "model":"openai\/gpt-4.1-mini", "bcp_47":"sw", @@ -124032,6 +127777,13 @@ "metric":"chrf", "score":0.4027285347 }, + { + "model":"openai\/gpt-4.1-mini", + "bcp_47":"yo", + "task":"arc", + "metric":"accuracy", + "score":0.7 + }, { "model":"openai\/gpt-4.1-mini", "bcp_47":"yo", @@ -124123,6 +127875,13 @@ "metric":"chrf", "score":0.2472412788 }, + { + "model":"openai\/gpt-4.1-mini", + "bcp_47":"zh", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"openai\/gpt-4.1-mini", "bcp_47":"zh", @@ -124172,6 +127931,13 @@ "metric":"chrf", "score":0.3349070044 }, + { + "model":"openai\/gpt-4.1-mini", + "bcp_47":"zu", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"openai\/gpt-4.1-mini", "bcp_47":"zu", @@ -124340,6 +128106,13 @@ "metric":"chrf", "score":0.2793012345 }, + { + "model":"openai\/gpt-4.1-nano", + "bcp_47":"am", + "task":"arc", + "metric":"accuracy", + "score":0.8 + }, { "model":"openai\/gpt-4.1-nano", "bcp_47":"am", @@ -125103,6 +128876,13 @@ "metric":"chrf", "score":0.5277403226 }, + { + "model":"openai\/gpt-4.1-nano", + "bcp_47":"en", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"openai\/gpt-4.1-nano", "bcp_47":"en", @@ -125152,6 +128932,13 @@ "metric":"chrf", "score":0.7654936904 }, + { + "model":"openai\/gpt-4.1-nano", + "bcp_47":"es", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"openai\/gpt-4.1-nano", "bcp_47":"es", @@ -125418,6 +129205,13 @@ "metric":"chrf", "score":0.3751269086 }, + { + "model":"openai\/gpt-4.1-nano", + "bcp_47":"ha", + "task":"arc", + "metric":"accuracy", + "score":0.8 + }, { "model":"openai\/gpt-4.1-nano", "bcp_47":"ha", @@ -125467,6 +129261,13 @@ "metric":"chrf", "score":0.4858315893 }, + { + "model":"openai\/gpt-4.1-nano", + "bcp_47":"hi", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"openai\/gpt-4.1-nano", "bcp_47":"hi", @@ -127322,6 +131123,13 @@ "metric":"chrf", "score":0.6095777745 }, + { + "model":"openai\/gpt-4.1-nano", + "bcp_47":"sw", + "task":"arc", + "metric":"accuracy", + "score":0.7 + }, { "model":"openai\/gpt-4.1-nano", "bcp_47":"sw", @@ -127980,6 +131788,13 @@ "metric":"chrf", "score":0.3900223164 }, + { + "model":"openai\/gpt-4.1-nano", + "bcp_47":"yo", + "task":"arc", + "metric":"accuracy", + "score":0.8 + }, { "model":"openai\/gpt-4.1-nano", "bcp_47":"yo", @@ -128071,6 +131886,13 @@ "metric":"chrf", "score":0.2765267822 }, + { + "model":"openai\/gpt-4.1-nano", + "bcp_47":"zh", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"openai\/gpt-4.1-nano", "bcp_47":"zh", @@ -128120,6 +131942,13 @@ "metric":"chrf", "score":0.3136635386 }, + { + "model":"openai\/gpt-4.1-nano", + "bcp_47":"zu", + "task":"arc", + "metric":"accuracy", + "score":0.9 + }, { "model":"openai\/gpt-4.1-nano", "bcp_47":"zu", @@ -128288,6 +132117,13 @@ "metric":"chrf", "score":0.2749922921 }, + { + "model":"openai\/gpt-4o-mini", + "bcp_47":"am", + "task":"arc", + "metric":"accuracy", + "score":0.6 + }, { "model":"openai\/gpt-4o-mini", "bcp_47":"am", @@ -129051,6 +132887,13 @@ "metric":"chrf", "score":0.4976939797 }, + { + "model":"openai\/gpt-4o-mini", + "bcp_47":"en", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"openai\/gpt-4o-mini", "bcp_47":"en", @@ -129100,6 +132943,13 @@ "metric":"chrf", "score":0.8203785308 }, + { + "model":"openai\/gpt-4o-mini", + "bcp_47":"es", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"openai\/gpt-4o-mini", "bcp_47":"es", @@ -129366,6 +133216,13 @@ "metric":"chrf", "score":0.4643025206 }, + { + "model":"openai\/gpt-4o-mini", + "bcp_47":"ha", + "task":"arc", + "metric":"accuracy", + "score":0.9 + }, { "model":"openai\/gpt-4o-mini", "bcp_47":"ha", @@ -129415,6 +133272,13 @@ "metric":"chrf", "score":0.4879764503 }, + { + "model":"openai\/gpt-4o-mini", + "bcp_47":"hi", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"openai\/gpt-4o-mini", "bcp_47":"hi", @@ -131270,6 +135134,13 @@ "metric":"chrf", "score":0.6326982198 }, + { + "model":"openai\/gpt-4o-mini", + "bcp_47":"sw", + "task":"arc", + "metric":"accuracy", + "score":0.9 + }, { "model":"openai\/gpt-4o-mini", "bcp_47":"sw", @@ -131928,6 +135799,13 @@ "metric":"chrf", "score":0.3427023375 }, + { + "model":"openai\/gpt-4o-mini", + "bcp_47":"yo", + "task":"arc", + "metric":"accuracy", + "score":0.7 + }, { "model":"openai\/gpt-4o-mini", "bcp_47":"yo", @@ -132019,6 +135897,13 @@ "metric":"chrf", "score":0.2449501177 }, + { + "model":"openai\/gpt-4o-mini", + "bcp_47":"zh", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"openai\/gpt-4o-mini", "bcp_47":"zh", @@ -132068,6 +135953,13 @@ "metric":"chrf", "score":0.3274827604 }, + { + "model":"openai\/gpt-4o-mini", + "bcp_47":"zu", + "task":"arc", + "metric":"accuracy", + "score":1.0 + }, { "model":"openai\/gpt-4o-mini", "bcp_47":"zu", diff --git a/uv.lock b/uv.lock index 4a68babab999db07c6d73392c00c457ea0f9a935..cc2a46f79cf7574f80e82ed1db20ee27d4ff7efe 100644 --- a/uv.lock +++ b/uv.lock @@ -108,6 +108,79 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/a1/ee/48ca1a7c89ffec8b6a0c5d02b89c305671d5ffd8d3c94acf8b8c408575bb/anyio-4.9.0-py3-none-any.whl", hash = "sha256:9f76d541cad6e36af7beb62e978876f3b41e3e04f2c1fbf0884604c0a9c4d93c", size = 100916, upload-time = "2025-03-17T00:02:52.713Z" }, ] +[[package]] +name = "appnope" +version = "0.1.4" +source = { registry = "https://pypi.org/simple" } +sdist = { url = "https://files.pythonhosted.org/packages/35/5d/752690df9ef5b76e169e68d6a129fa6d08a7100ca7f754c89495db3c6019/appnope-0.1.4.tar.gz", hash = "sha256:1de3860566df9caf38f01f86f65e0e13e379af54f9e4bee1e66b48f2efffd1ee", size = 4170, upload-time = "2024-02-06T09:43:11.258Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/81/29/5ecc3a15d5a33e31b26c11426c45c501e439cb865d0bff96315d86443b78/appnope-0.1.4-py2.py3-none-any.whl", hash = "sha256:502575ee11cd7a28c0205f379b525beefebab9d161b7c964670864014ed7213c", size = 4321, upload-time = "2024-02-06T09:43:09.663Z" }, +] + +[[package]] +name = "argon2-cffi" +version = "25.1.0" +source = { registry = "https://pypi.org/simple" } +dependencies = [ + { name = "argon2-cffi-bindings" }, +] +sdist = { url = "https://files.pythonhosted.org/packages/0e/89/ce5af8a7d472a67cc819d5d998aa8c82c5d860608c4db9f46f1162d7dab9/argon2_cffi-25.1.0.tar.gz", hash = "sha256:694ae5cc8a42f4c4e2bf2ca0e64e51e23a040c6a517a85074683d3959e1346c1", size = 45706, upload-time = "2025-06-03T06:55:32.073Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/4f/d3/a8b22fa575b297cd6e3e3b0155c7e25db170edf1c74783d6a31a2490b8d9/argon2_cffi-25.1.0-py3-none-any.whl", hash = "sha256:fdc8b074db390fccb6eb4a3604ae7231f219aa669a2652e0f20e16ba513d5741", size = 14657, upload-time = "2025-06-03T06:55:30.804Z" }, +] + +[[package]] +name = "argon2-cffi-bindings" +version = "21.2.0" +source = { registry = "https://pypi.org/simple" } +dependencies = [ + { name = "cffi" }, +] +sdist = { url = "https://files.pythonhosted.org/packages/b9/e9/184b8ccce6683b0aa2fbb7ba5683ea4b9c5763f1356347f1312c32e3c66e/argon2-cffi-bindings-21.2.0.tar.gz", hash = "sha256:bb89ceffa6c791807d1305ceb77dbfacc5aa499891d2c55661c6459651fc39e3", size = 1779911, upload-time = "2021-12-01T08:52:55.68Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/d4/13/838ce2620025e9666aa8f686431f67a29052241692a3dd1ae9d3692a89d3/argon2_cffi_bindings-21.2.0-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:ccb949252cb2ab3a08c02024acb77cfb179492d5701c7cbdbfd776124d4d2367", size = 29658, upload-time = "2021-12-01T09:09:17.016Z" }, + { url = "https://files.pythonhosted.org/packages/b3/02/f7f7bb6b6af6031edb11037639c697b912e1dea2db94d436e681aea2f495/argon2_cffi_bindings-21.2.0-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9524464572e12979364b7d600abf96181d3541da11e23ddf565a32e70bd4dc0d", size = 80583, upload-time = "2021-12-01T09:09:19.546Z" }, + { url = "https://files.pythonhosted.org/packages/ec/f7/378254e6dd7ae6f31fe40c8649eea7d4832a42243acaf0f1fff9083b2bed/argon2_cffi_bindings-21.2.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b746dba803a79238e925d9046a63aa26bf86ab2a2fe74ce6b009a1c3f5c8f2ae", size = 86168, upload-time = "2021-12-01T09:09:21.445Z" }, + { url = "https://files.pythonhosted.org/packages/74/f6/4a34a37a98311ed73bb80efe422fed95f2ac25a4cacc5ae1d7ae6a144505/argon2_cffi_bindings-21.2.0-cp36-abi3-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:58ed19212051f49a523abb1dbe954337dc82d947fb6e5a0da60f7c8471a8476c", size = 82709, upload-time = "2021-12-01T09:09:18.182Z" }, + { url = "https://files.pythonhosted.org/packages/74/2b/73d767bfdaab25484f7e7901379d5f8793cccbb86c6e0cbc4c1b96f63896/argon2_cffi_bindings-21.2.0-cp36-abi3-musllinux_1_1_aarch64.whl", hash = "sha256:bd46088725ef7f58b5a1ef7ca06647ebaf0eb4baff7d1d0d177c6cc8744abd86", size = 83613, upload-time = "2021-12-01T09:09:22.741Z" }, + { url = "https://files.pythonhosted.org/packages/4f/fd/37f86deef67ff57c76f137a67181949c2d408077e2e3dd70c6c42912c9bf/argon2_cffi_bindings-21.2.0-cp36-abi3-musllinux_1_1_i686.whl", hash = "sha256:8cd69c07dd875537a824deec19f978e0f2078fdda07fd5c42ac29668dda5f40f", size = 84583, upload-time = "2021-12-01T09:09:24.177Z" }, + { url = "https://files.pythonhosted.org/packages/6f/52/5a60085a3dae8fded8327a4f564223029f5f54b0cb0455a31131b5363a01/argon2_cffi_bindings-21.2.0-cp36-abi3-musllinux_1_1_x86_64.whl", hash = "sha256:f1152ac548bd5b8bcecfb0b0371f082037e47128653df2e8ba6e914d384f3c3e", size = 88475, upload-time = "2021-12-01T09:09:26.673Z" }, + { url = "https://files.pythonhosted.org/packages/8b/95/143cd64feb24a15fa4b189a3e1e7efbaeeb00f39a51e99b26fc62fbacabd/argon2_cffi_bindings-21.2.0-cp36-abi3-win32.whl", hash = "sha256:603ca0aba86b1349b147cab91ae970c63118a0f30444d4bc80355937c950c082", size = 27698, upload-time = "2021-12-01T09:09:27.87Z" }, + { url = "https://files.pythonhosted.org/packages/37/2c/e34e47c7dee97ba6f01a6203e0383e15b60fb85d78ac9a15cd066f6fe28b/argon2_cffi_bindings-21.2.0-cp36-abi3-win_amd64.whl", hash = "sha256:b2ef1c30440dbbcba7a5dc3e319408b59676e2e039e2ae11a8775ecf482b192f", size = 30817, upload-time = "2021-12-01T09:09:30.267Z" }, + { url = "https://files.pythonhosted.org/packages/5a/e4/bf8034d25edaa495da3c8a3405627d2e35758e44ff6eaa7948092646fdcc/argon2_cffi_bindings-21.2.0-cp38-abi3-macosx_10_9_universal2.whl", hash = "sha256:e415e3f62c8d124ee16018e491a009937f8cf7ebf5eb430ffc5de21b900dad93", size = 53104, upload-time = "2021-12-01T09:09:31.335Z" }, +] + +[[package]] +name = "arrow" +version = "1.3.0" +source = { registry = "https://pypi.org/simple" } +dependencies = [ + { name = "python-dateutil" }, + { name = "types-python-dateutil" }, +] +sdist = { url = "https://files.pythonhosted.org/packages/2e/00/0f6e8fcdb23ea632c866620cc872729ff43ed91d284c866b515c6342b173/arrow-1.3.0.tar.gz", hash = "sha256:d4540617648cb5f895730f1ad8c82a65f2dad0166f57b75f3ca54759c4d67a85", size = 131960, upload-time = "2023-09-30T22:11:18.25Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/f8/ed/e97229a566617f2ae958a6b13e7cc0f585470eac730a73e9e82c32a3cdd2/arrow-1.3.0-py3-none-any.whl", hash = "sha256:c728b120ebc00eb84e01882a6f5e7927a53960aa990ce7dd2b10f39005a67f80", size = 66419, upload-time = "2023-09-30T22:11:16.072Z" }, +] + +[[package]] +name = "asttokens" +version = "3.0.0" +source = { registry = "https://pypi.org/simple" } +sdist = { url = "https://files.pythonhosted.org/packages/4a/e7/82da0a03e7ba5141f05cce0d302e6eed121ae055e0456ca228bf693984bc/asttokens-3.0.0.tar.gz", hash = "sha256:0dcd8baa8d62b0c1d118b399b2ddba3c4aff271d0d7a9e0d4c1681c79035bbc7", size = 61978, upload-time = "2024-11-30T04:30:14.439Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/25/8a/c46dcc25341b5bce5472c718902eb3d38600a903b14fa6aeecef3f21a46f/asttokens-3.0.0-py3-none-any.whl", hash = "sha256:e3078351a059199dd5138cb1c706e6430c05eff2ff136af5eb4790f9d28932e2", size = 26918, upload-time = "2024-11-30T04:30:10.946Z" }, +] + +[[package]] +name = "async-lru" +version = "2.0.5" +source = { registry = "https://pypi.org/simple" } +sdist = { url = "https://files.pythonhosted.org/packages/b2/4d/71ec4d3939dc755264f680f6c2b4906423a304c3d18e96853f0a595dfe97/async_lru-2.0.5.tar.gz", hash = "sha256:481d52ccdd27275f42c43a928b4a50c3bfb2d67af4e78b170e3e0bb39c66e5bb", size = 10380, upload-time = "2025-03-16T17:25:36.919Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/03/49/d10027df9fce941cb8184e78a02857af36360d33e1721df81c5ed2179a1a/async_lru-2.0.5-py3-none-any.whl", hash = "sha256:ab95404d8d2605310d345932697371a5f40def0487c03d6d0ad9138de52c9943", size = 6069, upload-time = "2025-03-16T17:25:35.422Z" }, +] + [[package]] name = "attrs" version = "25.3.0" @@ -117,6 +190,28 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/77/06/bb80f5f86020c4551da315d78b3ab75e8228f89f0162f2c3a819e407941a/attrs-25.3.0-py3-none-any.whl", hash = "sha256:427318ce031701fea540783410126f03899a97ffc6f61596ad581ac2e40e3bc3", size = 63815, upload-time = "2025-03-13T11:10:21.14Z" }, ] +[[package]] +name = "babel" +version = "2.17.0" +source = { registry = "https://pypi.org/simple" } +sdist = { url = "https://files.pythonhosted.org/packages/7d/6b/d52e42361e1aa00709585ecc30b3f9684b3ab62530771402248b1b1d6240/babel-2.17.0.tar.gz", hash = "sha256:0c54cffb19f690cdcc52a3b50bcbf71e07a808d1c80d549f2459b9d2cf0afb9d", size = 9951852, upload-time = "2025-02-01T15:17:41.026Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/b7/b8/3fe70c75fe32afc4bb507f75563d39bc5642255d1d94f1f23604725780bf/babel-2.17.0-py3-none-any.whl", hash = "sha256:4d0b53093fdfb4b21c92b5213dba5a1b23885afa8383709427046b21c366e5f2", size = 10182537, upload-time = "2025-02-01T15:17:37.39Z" }, +] + +[[package]] +name = "beautifulsoup4" +version = "4.13.4" +source = { registry = "https://pypi.org/simple" } +dependencies = [ + { name = "soupsieve" }, + { name = "typing-extensions" }, +] +sdist = { url = "https://files.pythonhosted.org/packages/d8/e4/0c4c39e18fd76d6a628d4dd8da40543d136ce2d1752bd6eeeab0791f4d6b/beautifulsoup4-4.13.4.tar.gz", hash = "sha256:dbb3c4e1ceae6aefebdaf2423247260cd062430a410e38c66f2baa50a8437195", size = 621067, upload-time = "2025-04-15T17:05:13.836Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/50/cd/30110dc0ffcf3b131156077b90e9f60ed75711223f306da4db08eff8403b/beautifulsoup4-4.13.4-py3-none-any.whl", hash = "sha256:9bbbb14bfde9d79f38b8cd5f8c7c85f4b8f2523190ebed90e950a8dea4cb1c4b", size = 187285, upload-time = "2025-04-15T17:05:12.221Z" }, +] + [[package]] name = "bert-score" version = "0.3.13" @@ -136,6 +231,23 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/c6/8c/bc5457de4c004b1a623b31f7bc8d0375fb699b7d67df11879098b4b7b7c8/bert_score-0.3.13-py3-none-any.whl", hash = "sha256:bbbb4c7fcdaa46d7681aff49f37f96faa09ed74e1b150e659bdc6b58a66989b9", size = 61135, upload-time = "2023-02-20T21:07:27.226Z" }, ] +[[package]] +name = "bleach" +version = "6.2.0" +source = { registry = "https://pypi.org/simple" } +dependencies = [ + { name = "webencodings" }, +] +sdist = { url = "https://files.pythonhosted.org/packages/76/9a/0e33f5054c54d349ea62c277191c020c2d6ef1d65ab2cb1993f91ec846d1/bleach-6.2.0.tar.gz", hash = "sha256:123e894118b8a599fd80d3ec1a6d4cc7ce4e5882b1317a7e1ba69b56e95f991f", size = 203083, upload-time = "2024-10-29T18:30:40.477Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/fc/55/96142937f66150805c25c4d0f31ee4132fd33497753400734f9dfdcbdc66/bleach-6.2.0-py3-none-any.whl", hash = "sha256:117d9c6097a7c3d22fd578fcd8d35ff1e125df6736f554da4e432fdd63f31e5e", size = 163406, upload-time = "2024-10-29T18:30:38.186Z" }, +] + +[package.optional-dependencies] +css = [ + { name = "tinycss2" }, +] + [[package]] name = "cachetools" version = "5.5.2" @@ -154,6 +266,39 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/4a/7e/3db2bd1b1f9e95f7cddca6d6e75e2f2bd9f51b1246e546d88addca0106bd/certifi-2025.4.26-py3-none-any.whl", hash = "sha256:30350364dfe371162649852c63336a15c70c6510c2ad5015b21c2345311805f3", size = 159618, upload-time = "2025-04-26T02:12:27.662Z" }, ] +[[package]] +name = "cffi" +version = "1.17.1" +source = { registry = "https://pypi.org/simple" } +dependencies = [ + { name = "pycparser" }, +] +sdist = { url = "https://files.pythonhosted.org/packages/fc/97/c783634659c2920c3fc70419e3af40972dbaf758daa229a7d6ea6135c90d/cffi-1.17.1.tar.gz", hash = "sha256:1c39c6016c32bc48dd54561950ebd6836e1670f2ae46128f67cf49e789c52824", size = 516621, upload-time = "2024-09-04T20:45:21.852Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/5a/84/e94227139ee5fb4d600a7a4927f322e1d4aea6fdc50bd3fca8493caba23f/cffi-1.17.1-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:805b4371bf7197c329fcb3ead37e710d1bca9da5d583f5073b799d5c5bd1eee4", size = 183178, upload-time = "2024-09-04T20:44:12.232Z" }, + { url = "https://files.pythonhosted.org/packages/da/ee/fb72c2b48656111c4ef27f0f91da355e130a923473bf5ee75c5643d00cca/cffi-1.17.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:733e99bc2df47476e3848417c5a4540522f234dfd4ef3ab7fafdf555b082ec0c", size = 178840, upload-time = "2024-09-04T20:44:13.739Z" }, + { url = "https://files.pythonhosted.org/packages/cc/b6/db007700f67d151abadf508cbfd6a1884f57eab90b1bb985c4c8c02b0f28/cffi-1.17.1-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:1257bdabf294dceb59f5e70c64a3e2f462c30c7ad68092d01bbbfb1c16b1ba36", size = 454803, upload-time = "2024-09-04T20:44:15.231Z" }, + { url = "https://files.pythonhosted.org/packages/1a/df/f8d151540d8c200eb1c6fba8cd0dfd40904f1b0682ea705c36e6c2e97ab3/cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:da95af8214998d77a98cc14e3a3bd00aa191526343078b530ceb0bd710fb48a5", size = 478850, upload-time = "2024-09-04T20:44:17.188Z" }, + { url = "https://files.pythonhosted.org/packages/28/c0/b31116332a547fd2677ae5b78a2ef662dfc8023d67f41b2a83f7c2aa78b1/cffi-1.17.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:d63afe322132c194cf832bfec0dc69a99fb9bb6bbd550f161a49e9e855cc78ff", size = 485729, upload-time = "2024-09-04T20:44:18.688Z" }, + { url = "https://files.pythonhosted.org/packages/91/2b/9a1ddfa5c7f13cab007a2c9cc295b70fbbda7cb10a286aa6810338e60ea1/cffi-1.17.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:f79fc4fc25f1c8698ff97788206bb3c2598949bfe0fef03d299eb1b5356ada99", size = 471256, upload-time = "2024-09-04T20:44:20.248Z" }, + { url = "https://files.pythonhosted.org/packages/b2/d5/da47df7004cb17e4955df6a43d14b3b4ae77737dff8bf7f8f333196717bf/cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b62ce867176a75d03a665bad002af8e6d54644fad99a3c70905c543130e39d93", size = 479424, upload-time = "2024-09-04T20:44:21.673Z" }, + { url = "https://files.pythonhosted.org/packages/0b/ac/2a28bcf513e93a219c8a4e8e125534f4f6db03e3179ba1c45e949b76212c/cffi-1.17.1-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:386c8bf53c502fff58903061338ce4f4950cbdcb23e2902d86c0f722b786bbe3", size = 484568, upload-time = "2024-09-04T20:44:23.245Z" }, + { url = "https://files.pythonhosted.org/packages/d4/38/ca8a4f639065f14ae0f1d9751e70447a261f1a30fa7547a828ae08142465/cffi-1.17.1-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:4ceb10419a9adf4460ea14cfd6bc43d08701f0835e979bf821052f1805850fe8", size = 488736, upload-time = "2024-09-04T20:44:24.757Z" }, + { url = "https://files.pythonhosted.org/packages/86/c5/28b2d6f799ec0bdecf44dced2ec5ed43e0eb63097b0f58c293583b406582/cffi-1.17.1-cp312-cp312-win32.whl", hash = "sha256:a08d7e755f8ed21095a310a693525137cfe756ce62d066e53f502a83dc550f65", size = 172448, upload-time = "2024-09-04T20:44:26.208Z" }, + { url = "https://files.pythonhosted.org/packages/50/b9/db34c4755a7bd1cb2d1603ac3863f22bcecbd1ba29e5ee841a4bc510b294/cffi-1.17.1-cp312-cp312-win_amd64.whl", hash = "sha256:51392eae71afec0d0c8fb1a53b204dbb3bcabcb3c9b807eedf3e1e6ccf2de903", size = 181976, upload-time = "2024-09-04T20:44:27.578Z" }, + { url = "https://files.pythonhosted.org/packages/8d/f8/dd6c246b148639254dad4d6803eb6a54e8c85c6e11ec9df2cffa87571dbe/cffi-1.17.1-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:f3a2b4222ce6b60e2e8b337bb9596923045681d71e5a082783484d845390938e", size = 182989, upload-time = "2024-09-04T20:44:28.956Z" }, + { url = "https://files.pythonhosted.org/packages/8b/f1/672d303ddf17c24fc83afd712316fda78dc6fce1cd53011b839483e1ecc8/cffi-1.17.1-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:0984a4925a435b1da406122d4d7968dd861c1385afe3b45ba82b750f229811e2", size = 178802, upload-time = "2024-09-04T20:44:30.289Z" }, + { url = "https://files.pythonhosted.org/packages/0e/2d/eab2e858a91fdff70533cab61dcff4a1f55ec60425832ddfdc9cd36bc8af/cffi-1.17.1-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d01b12eeeb4427d3110de311e1774046ad344f5b1a7403101878976ecd7a10f3", size = 454792, upload-time = "2024-09-04T20:44:32.01Z" }, + { url = "https://files.pythonhosted.org/packages/75/b2/fbaec7c4455c604e29388d55599b99ebcc250a60050610fadde58932b7ee/cffi-1.17.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:706510fe141c86a69c8ddc029c7910003a17353970cff3b904ff0686a5927683", size = 478893, upload-time = "2024-09-04T20:44:33.606Z" }, + { url = "https://files.pythonhosted.org/packages/4f/b7/6e4a2162178bf1935c336d4da8a9352cccab4d3a5d7914065490f08c0690/cffi-1.17.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:de55b766c7aa2e2a3092c51e0483d700341182f08e67c63630d5b6f200bb28e5", size = 485810, upload-time = "2024-09-04T20:44:35.191Z" }, + { url = "https://files.pythonhosted.org/packages/c7/8a/1d0e4a9c26e54746dc08c2c6c037889124d4f59dffd853a659fa545f1b40/cffi-1.17.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:c59d6e989d07460165cc5ad3c61f9fd8f1b4796eacbd81cee78957842b834af4", size = 471200, upload-time = "2024-09-04T20:44:36.743Z" }, + { url = "https://files.pythonhosted.org/packages/26/9f/1aab65a6c0db35f43c4d1b4f580e8df53914310afc10ae0397d29d697af4/cffi-1.17.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:dd398dbc6773384a17fe0d3e7eeb8d1a21c2200473ee6806bb5e6a8e62bb73dd", size = 479447, upload-time = "2024-09-04T20:44:38.492Z" }, + { url = "https://files.pythonhosted.org/packages/5f/e4/fb8b3dd8dc0e98edf1135ff067ae070bb32ef9d509d6cb0f538cd6f7483f/cffi-1.17.1-cp313-cp313-musllinux_1_1_aarch64.whl", hash = "sha256:3edc8d958eb099c634dace3c7e16560ae474aa3803a5df240542b305d14e14ed", size = 484358, upload-time = "2024-09-04T20:44:40.046Z" }, + { url = "https://files.pythonhosted.org/packages/f1/47/d7145bf2dc04684935d57d67dff9d6d795b2ba2796806bb109864be3a151/cffi-1.17.1-cp313-cp313-musllinux_1_1_x86_64.whl", hash = "sha256:72e72408cad3d5419375fc87d289076ee319835bdfa2caad331e377589aebba9", size = 488469, upload-time = "2024-09-04T20:44:41.616Z" }, + { url = "https://files.pythonhosted.org/packages/bf/ee/f94057fa6426481d663b88637a9a10e859e492c73d0384514a17d78ee205/cffi-1.17.1-cp313-cp313-win32.whl", hash = "sha256:e03eab0a8677fa80d646b5ddece1cbeaf556c313dcfac435ba11f107ba117b5d", size = 172475, upload-time = "2024-09-04T20:44:43.733Z" }, + { url = "https://files.pythonhosted.org/packages/7c/fc/6a8cb64e5f0324877d503c854da15d76c1e50eb722e320b15345c4d0c6de/cffi-1.17.1-cp313-cp313-win_amd64.whl", hash = "sha256:f6a16c31041f09ead72d69f583767292f750d24913dadacf5756b966aacb3f1a", size = 182009, upload-time = "2024-09-04T20:44:45.309Z" }, +] + [[package]] name = "charset-normalizer" version = "3.4.2" @@ -210,6 +355,18 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/d1/d6/3965ed04c63042e047cb6a3e6ed1a63a35087b6a609aa3a15ed8ac56c221/colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6", size = 25335, upload-time = "2022-10-25T02:36:20.889Z" }, ] +[[package]] +name = "comm" +version = "0.2.2" +source = { registry = "https://pypi.org/simple" } +dependencies = [ + { name = "traitlets" }, +] +sdist = { url = "https://files.pythonhosted.org/packages/e9/a8/fb783cb0abe2b5fded9f55e5703015cdf1c9c85b3669087c538dd15a6a86/comm-0.2.2.tar.gz", hash = "sha256:3fd7a84065306e07bea1773df6eb8282de51ba82f77c72f9c85716ab11fe980e", size = 6210, upload-time = "2024-03-12T16:53:41.133Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/e6/75/49e5bfe642f71f272236b5b2d2691cf915a7283cc0ceda56357b61daa538/comm-0.2.2-py3-none-any.whl", hash = "sha256:e6fb86cb70ff661ee8c9c14e7d36d6de3b4066f1441be4063df9c5009f0a64d3", size = 7180, upload-time = "2024-03-12T16:53:39.226Z" }, +] + [[package]] name = "contourpy" version = "1.3.2" @@ -284,6 +441,41 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/20/34/a08b0ee99715eaba118cbe19a71f7b5e2425c2718ef96007c325944a1152/datasets-3.6.0-py3-none-any.whl", hash = "sha256:25000c4a2c0873a710df127d08a202a06eab7bf42441a6bc278b499c2f72cd1b", size = 491546, upload-time = "2025-05-07T15:14:59.742Z" }, ] +[[package]] +name = "debugpy" +version = "1.8.14" +source = { registry = "https://pypi.org/simple" } +sdist = { url = "https://files.pythonhosted.org/packages/bd/75/087fe07d40f490a78782ff3b0a30e3968936854105487decdb33446d4b0e/debugpy-1.8.14.tar.gz", hash = "sha256:7cd287184318416850aa8b60ac90105837bb1e59531898c07569d197d2ed5322", size = 1641444, upload-time = "2025-04-10T19:46:10.981Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/d9/2a/ac2df0eda4898f29c46eb6713a5148e6f8b2b389c8ec9e425a4a1d67bf07/debugpy-1.8.14-cp312-cp312-macosx_14_0_universal2.whl", hash = "sha256:8899c17920d089cfa23e6005ad9f22582fd86f144b23acb9feeda59e84405b84", size = 2501268, upload-time = "2025-04-10T19:46:26.044Z" }, + { url = "https://files.pythonhosted.org/packages/10/53/0a0cb5d79dd9f7039169f8bf94a144ad3efa52cc519940b3b7dde23bcb89/debugpy-1.8.14-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f6bb5c0dcf80ad5dbc7b7d6eac484e2af34bdacdf81df09b6a3e62792b722826", size = 4221077, upload-time = "2025-04-10T19:46:27.464Z" }, + { url = "https://files.pythonhosted.org/packages/f8/d5/84e01821f362327bf4828728aa31e907a2eca7c78cd7c6ec062780d249f8/debugpy-1.8.14-cp312-cp312-win32.whl", hash = "sha256:281d44d248a0e1791ad0eafdbbd2912ff0de9eec48022a5bfbc332957487ed3f", size = 5255127, upload-time = "2025-04-10T19:46:29.467Z" }, + { url = "https://files.pythonhosted.org/packages/33/16/1ed929d812c758295cac7f9cf3dab5c73439c83d9091f2d91871e648093e/debugpy-1.8.14-cp312-cp312-win_amd64.whl", hash = "sha256:5aa56ef8538893e4502a7d79047fe39b1dae08d9ae257074c6464a7b290b806f", size = 5297249, upload-time = "2025-04-10T19:46:31.538Z" }, + { url = "https://files.pythonhosted.org/packages/4d/e4/395c792b243f2367d84202dc33689aa3d910fb9826a7491ba20fc9e261f5/debugpy-1.8.14-cp313-cp313-macosx_14_0_universal2.whl", hash = "sha256:329a15d0660ee09fec6786acdb6e0443d595f64f5d096fc3e3ccf09a4259033f", size = 2485676, upload-time = "2025-04-10T19:46:32.96Z" }, + { url = "https://files.pythonhosted.org/packages/ba/f1/6f2ee3f991327ad9e4c2f8b82611a467052a0fb0e247390192580e89f7ff/debugpy-1.8.14-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0f920c7f9af409d90f5fd26e313e119d908b0dd2952c2393cd3247a462331f15", size = 4217514, upload-time = "2025-04-10T19:46:34.336Z" }, + { url = "https://files.pythonhosted.org/packages/79/28/b9d146f8f2dc535c236ee09ad3e5ac899adb39d7a19b49f03ac95d216beb/debugpy-1.8.14-cp313-cp313-win32.whl", hash = "sha256:3784ec6e8600c66cbdd4ca2726c72d8ca781e94bce2f396cc606d458146f8f4e", size = 5254756, upload-time = "2025-04-10T19:46:36.199Z" }, + { url = "https://files.pythonhosted.org/packages/e0/62/a7b4a57013eac4ccaef6977966e6bec5c63906dd25a86e35f155952e29a1/debugpy-1.8.14-cp313-cp313-win_amd64.whl", hash = "sha256:684eaf43c95a3ec39a96f1f5195a7ff3d4144e4a18d69bb66beeb1a6de605d6e", size = 5297119, upload-time = "2025-04-10T19:46:38.141Z" }, + { url = "https://files.pythonhosted.org/packages/97/1a/481f33c37ee3ac8040d3d51fc4c4e4e7e61cb08b8bc8971d6032acc2279f/debugpy-1.8.14-py2.py3-none-any.whl", hash = "sha256:5cd9a579d553b6cb9759a7908a41988ee6280b961f24f63336835d9418216a20", size = 5256230, upload-time = "2025-04-10T19:46:54.077Z" }, +] + +[[package]] +name = "decorator" +version = "5.2.1" +source = { registry = "https://pypi.org/simple" } +sdist = { url = "https://files.pythonhosted.org/packages/43/fa/6d96a0978d19e17b68d634497769987b16c8f4cd0a7a05048bec693caa6b/decorator-5.2.1.tar.gz", hash = "sha256:65f266143752f734b0a7cc83c46f4618af75b8c5911b00ccb61d0ac9b6da0360", size = 56711, upload-time = "2025-02-24T04:41:34.073Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/4e/8c/f3147f5c4b73e7550fe5f9352eaa956ae838d5c51eb58e7a25b9f3e2643b/decorator-5.2.1-py3-none-any.whl", hash = "sha256:d316bb415a2d9e2d2b3abcc4084c6502fc09240e292cd76a76afc106a1c8e04a", size = 9190, upload-time = "2025-02-24T04:41:32.565Z" }, +] + +[[package]] +name = "defusedxml" +version = "0.7.1" +source = { registry = "https://pypi.org/simple" } +sdist = { url = "https://files.pythonhosted.org/packages/0f/d5/c66da9b79e5bdb124974bfe172b4daf3c984ebd9c2a06e2b8a4dc7331c72/defusedxml-0.7.1.tar.gz", hash = "sha256:1bb3032db185915b62d7c6209c5a8792be6a32ab2fedacc84e01b52c51aa3e69", size = 75520, upload-time = "2021-03-08T10:59:26.269Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/07/6c/aa3f2f849e01cb6a001cd8554a88d4c77c5c1a31c95bdf1cf9301e6d9ef4/defusedxml-0.7.1-py2.py3-none-any.whl", hash = "sha256:a352e7e428770286cc899e2542b6cdaedb2b4953ff269a210103ec58f6198a61", size = 25604, upload-time = "2021-03-08T10:59:24.45Z" }, +] + [[package]] name = "dill" version = "0.3.8" @@ -341,6 +533,15 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/a2/e7/cbca9e2d2590eb9b5aa8f7ebabe1beb1498f9462d2ecede5c9fd9735faaf/evaluate-0.4.3-py3-none-any.whl", hash = "sha256:47d8770bdea76e2c2ed0d40189273027d1a41ccea861bcc7ba12d30ec5d1e517", size = 84010, upload-time = "2024-09-11T10:15:30.018Z" }, ] +[[package]] +name = "executing" +version = "2.2.0" +source = { registry = "https://pypi.org/simple" } +sdist = { url = "https://files.pythonhosted.org/packages/91/50/a9d80c47ff289c611ff12e63f7c5d13942c65d68125160cefd768c73e6e4/executing-2.2.0.tar.gz", hash = "sha256:5d108c028108fe2551d1a7b2e8b713341e2cb4fc0aa7dcf966fa4327a5226755", size = 978693, upload-time = "2025-01-22T15:41:29.403Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/7b/8f/c4d9bafc34ad7ad5d8dc16dd1347ee0e507a52c3adb6bfa8887e1c6a26ba/executing-2.2.0-py2.py3-none-any.whl", hash = "sha256:11387150cad388d62750327a53d3339fad4888b39a6fe233c3afbb54ecffd3aa", size = 26702, upload-time = "2025-01-22T15:41:25.929Z" }, +] + [[package]] name = "fastapi" version = "0.115.12" @@ -355,6 +556,15 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/50/b3/b51f09c2ba432a576fe63758bddc81f78f0c6309d9e5c10d194313bf021e/fastapi-0.115.12-py3-none-any.whl", hash = "sha256:e94613d6c05e27be7ffebdd6ea5f388112e5e430c8f7d6494a9d1d88d43e814d", size = 95164, upload-time = "2025-03-23T22:55:42.101Z" }, ] +[[package]] +name = "fastjsonschema" +version = "2.21.1" +source = { registry = "https://pypi.org/simple" } +sdist = { url = "https://files.pythonhosted.org/packages/8b/50/4b769ce1ac4071a1ef6d86b1a3fb56cdc3a37615e8c5519e1af96cdac366/fastjsonschema-2.21.1.tar.gz", hash = "sha256:794d4f0a58f848961ba16af7b9c85a3e88cd360df008c59aac6fc5ae9323b5d4", size = 373939, upload-time = "2024-12-02T10:55:15.133Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/90/2b/0817a2b257fe88725c25589d89aec060581aabf668707a8d03b2e9e0cb2a/fastjsonschema-2.21.1-py3-none-any.whl", hash = "sha256:c9e5b7e908310918cf494a434eeb31384dd84a98b57a30bcb1f535015b554667", size = 23924, upload-time = "2024-12-02T10:55:07.599Z" }, +] + [[package]] name = "filelock" version = "3.18.0" @@ -389,6 +599,15 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/9b/1f/4417c26e26a1feab85a27e927f7a73d8aabc84544be8ba108ce4aa90eb1e/fonttools-4.58.0-py3-none-any.whl", hash = "sha256:c96c36880be2268be409df7b08c5b5dacac1827083461a6bc2cb07b8cbcec1d7", size = 1111440, upload-time = "2025-05-10T17:36:33.607Z" }, ] +[[package]] +name = "fqdn" +version = "1.5.1" +source = { registry = "https://pypi.org/simple" } +sdist = { url = "https://files.pythonhosted.org/packages/30/3e/a80a8c077fd798951169626cde3e239adeba7dab75deb3555716415bd9b0/fqdn-1.5.1.tar.gz", hash = "sha256:105ed3677e767fb5ca086a0c1f4bb66ebc3c100be518f0e0d755d9eae164d89f", size = 6015, upload-time = "2021-03-11T07:16:29.08Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/cf/58/8acf1b3e91c58313ce5cb67df61001fc9dcd21be4fadb76c1a2d540e09ed/fqdn-1.5.1-py3-none-any.whl", hash = "sha256:3a179af3761e4df6eb2e026ff9e1a3033d3587bf980a0b1b2e1e5d08d7358014", size = 9121, upload-time = "2021-03-11T07:16:28.351Z" }, +] + [[package]] name = "frozenlist" version = "1.6.0" @@ -682,6 +901,103 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/76/c6/c88e154df9c4e1a2a66ccf0005a88dfb2650c1dffb6f5ce603dfbd452ce3/idna-3.10-py3-none-any.whl", hash = "sha256:946d195a0d259cbba61165e88e65941f16e9b36ea6ddb97f00452bae8b1287d3", size = 70442, upload-time = "2024-09-15T18:07:37.964Z" }, ] +[[package]] +name = "ipykernel" +version = "6.29.5" +source = { registry = "https://pypi.org/simple" } +dependencies = [ + { name = "appnope", marker = "sys_platform == 'darwin'" }, + { name = "comm" }, + { name = "debugpy" }, + { name = "ipython" }, + { name = "jupyter-client" }, + { name = "jupyter-core" }, + { name = "matplotlib-inline" }, + { name = "nest-asyncio" }, + { name = "packaging" }, + { name = "psutil" }, + { name = "pyzmq" }, + { name = "tornado" }, + { name = "traitlets" }, +] +sdist = { url = "https://files.pythonhosted.org/packages/e9/5c/67594cb0c7055dc50814b21731c22a601101ea3b1b50a9a1b090e11f5d0f/ipykernel-6.29.5.tar.gz", hash = "sha256:f093a22c4a40f8828f8e330a9c297cb93dcab13bd9678ded6de8e5cf81c56215", size = 163367, upload-time = "2024-07-01T14:07:22.543Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/94/5c/368ae6c01c7628438358e6d337c19b05425727fbb221d2a3c4303c372f42/ipykernel-6.29.5-py3-none-any.whl", hash = "sha256:afdb66ba5aa354b09b91379bac28ae4afebbb30e8b39510c9690afb7a10421b5", size = 117173, upload-time = "2024-07-01T14:07:19.603Z" }, +] + +[[package]] +name = "ipython" +version = "9.3.0" +source = { registry = "https://pypi.org/simple" } +dependencies = [ + { name = "colorama", marker = "sys_platform == 'win32'" }, + { name = "decorator" }, + { name = "ipython-pygments-lexers" }, + { name = "jedi" }, + { name = "matplotlib-inline" }, + { name = "pexpect", marker = "sys_platform != 'emscripten' and sys_platform != 'win32'" }, + { name = "prompt-toolkit" }, + { name = "pygments" }, + { name = "stack-data" }, + { name = "traitlets" }, +] +sdist = { url = "https://files.pythonhosted.org/packages/dc/09/4c7e06b96fbd203e06567b60fb41b06db606b6a82db6db7b2c85bb72a15c/ipython-9.3.0.tar.gz", hash = "sha256:79eb896f9f23f50ad16c3bc205f686f6e030ad246cc309c6279a242b14afe9d8", size = 4426460, upload-time = "2025-05-31T16:34:55.678Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/3c/99/9ed3d52d00f1846679e3aa12e2326ac7044b5e7f90dc822b60115fa533ca/ipython-9.3.0-py3-none-any.whl", hash = "sha256:1a0b6dd9221a1f5dddf725b57ac0cb6fddc7b5f470576231ae9162b9b3455a04", size = 605320, upload-time = "2025-05-31T16:34:52.154Z" }, +] + +[[package]] +name = "ipython-pygments-lexers" +version = "1.1.1" +source = { registry = "https://pypi.org/simple" } +dependencies = [ + { name = "pygments" }, +] +sdist = { url = "https://files.pythonhosted.org/packages/ef/4c/5dd1d8af08107f88c7f741ead7a40854b8ac24ddf9ae850afbcf698aa552/ipython_pygments_lexers-1.1.1.tar.gz", hash = "sha256:09c0138009e56b6854f9535736f4171d855c8c08a563a0dcd8022f78355c7e81", size = 8393, upload-time = "2025-01-17T11:24:34.505Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/d9/33/1f075bf72b0b747cb3288d011319aaf64083cf2efef8354174e3ed4540e2/ipython_pygments_lexers-1.1.1-py3-none-any.whl", hash = "sha256:a9462224a505ade19a605f71f8fa63c2048833ce50abc86768a0d81d876dc81c", size = 8074, upload-time = "2025-01-17T11:24:33.271Z" }, +] + +[[package]] +name = "ipywidgets" +version = "8.1.7" +source = { registry = "https://pypi.org/simple" } +dependencies = [ + { name = "comm" }, + { name = "ipython" }, + { name = "jupyterlab-widgets" }, + { name = "traitlets" }, + { name = "widgetsnbextension" }, +] +sdist = { url = "https://files.pythonhosted.org/packages/3e/48/d3dbac45c2814cb73812f98dd6b38bbcc957a4e7bb31d6ea9c03bf94ed87/ipywidgets-8.1.7.tar.gz", hash = "sha256:15f1ac050b9ccbefd45dccfbb2ef6bed0029d8278682d569d71b8dd96bee0376", size = 116721, upload-time = "2025-05-05T12:42:03.489Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/58/6a/9166369a2f092bd286d24e6307de555d63616e8ddb373ebad2b5635ca4cd/ipywidgets-8.1.7-py3-none-any.whl", hash = "sha256:764f2602d25471c213919b8a1997df04bef869251db4ca8efba1b76b1bd9f7bb", size = 139806, upload-time = "2025-05-05T12:41:56.833Z" }, +] + +[[package]] +name = "isoduration" +version = "20.11.0" +source = { registry = "https://pypi.org/simple" } +dependencies = [ + { name = "arrow" }, +] +sdist = { url = "https://files.pythonhosted.org/packages/7c/1a/3c8edc664e06e6bd06cce40c6b22da5f1429aa4224d0c590f3be21c91ead/isoduration-20.11.0.tar.gz", hash = "sha256:ac2f9015137935279eac671f94f89eb00584f940f5dc49462a0c4ee692ba1bd9", size = 11649, upload-time = "2020-11-01T11:00:00.312Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/7b/55/e5326141505c5d5e34c5e0935d2908a74e4561eca44108fbfb9c13d2911a/isoduration-20.11.0-py3-none-any.whl", hash = "sha256:b2904c2a4228c3d44f409c8ae8e2370eb21a26f7ac2ec5446df141dde3452042", size = 11321, upload-time = "2020-11-01T10:59:58.02Z" }, +] + +[[package]] +name = "jedi" +version = "0.19.2" +source = { registry = "https://pypi.org/simple" } +dependencies = [ + { name = "parso" }, +] +sdist = { url = "https://files.pythonhosted.org/packages/72/3a/79a912fbd4d8dd6fbb02bf69afd3bb72cf0c729bb3063c6f4498603db17a/jedi-0.19.2.tar.gz", hash = "sha256:4770dc3de41bde3966b02eb84fbcf557fb33cce26ad23da12c742fb50ecb11f0", size = 1231287, upload-time = "2024-11-11T01:41:42.873Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/c0/5a/9cac0c82afec3d09ccd97c8b6502d48f165f9124db81b4bcb90b4af974ee/jedi-0.19.2-py2.py3-none-any.whl", hash = "sha256:a8ef22bde8490f57fe5c7681a3c83cb58874daf72b4784de3cce5b6ef6edb5b9", size = 1572278, upload-time = "2024-11-11T01:41:40.175Z" }, +] + [[package]] name = "jinja2" version = "3.1.6" @@ -751,6 +1067,263 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/da/d3/13ee227a148af1c693654932b8b0b02ed64af5e1f7406d56b088b57574cd/joblib-1.5.0-py3-none-any.whl", hash = "sha256:206144b320246485b712fc8cc51f017de58225fa8b414a1fe1764a7231aca491", size = 307682, upload-time = "2025-05-03T21:09:37.892Z" }, ] +[[package]] +name = "json5" +version = "0.12.0" +source = { registry = "https://pypi.org/simple" } +sdist = { url = "https://files.pythonhosted.org/packages/12/be/c6c745ec4c4539b25a278b70e29793f10382947df0d9efba2fa09120895d/json5-0.12.0.tar.gz", hash = "sha256:0b4b6ff56801a1c7dc817b0241bca4ce474a0e6a163bfef3fc594d3fd263ff3a", size = 51907, upload-time = "2025-04-03T16:33:13.201Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/41/9f/3500910d5a98549e3098807493851eeef2b89cdd3032227558a104dfe926/json5-0.12.0-py3-none-any.whl", hash = "sha256:6d37aa6c08b0609f16e1ec5ff94697e2cbbfbad5ac112afa05794da9ab7810db", size = 36079, upload-time = "2025-04-03T16:33:11.927Z" }, +] + +[[package]] +name = "jsonpointer" +version = "3.0.0" +source = { registry = "https://pypi.org/simple" } +sdist = { url = "https://files.pythonhosted.org/packages/6a/0a/eebeb1fa92507ea94016a2a790b93c2ae41a7e18778f85471dc54475ed25/jsonpointer-3.0.0.tar.gz", hash = "sha256:2b2d729f2091522d61c3b31f82e11870f60b68f43fbc705cb76bf4b832af59ef", size = 9114, upload-time = "2024-06-10T19:24:42.462Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/71/92/5e77f98553e9e75130c78900d000368476aed74276eb8ae8796f65f00918/jsonpointer-3.0.0-py2.py3-none-any.whl", hash = "sha256:13e088adc14fca8b6aa8177c044e12701e6ad4b28ff10e65f2267a90109c9942", size = 7595, upload-time = "2024-06-10T19:24:40.698Z" }, +] + +[[package]] +name = "jsonschema" +version = "4.24.0" +source = { registry = "https://pypi.org/simple" } +dependencies = [ + { name = "attrs" }, + { name = "jsonschema-specifications" }, + { name = "referencing" }, + { name = "rpds-py" }, +] +sdist = { url = "https://files.pythonhosted.org/packages/bf/d3/1cf5326b923a53515d8f3a2cd442e6d7e94fcc444716e879ea70a0ce3177/jsonschema-4.24.0.tar.gz", hash = "sha256:0b4e8069eb12aedfa881333004bccaec24ecef5a8a6a4b6df142b2cc9599d196", size = 353480, upload-time = "2025-05-26T18:48:10.459Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/a2/3d/023389198f69c722d039351050738d6755376c8fd343e91dc493ea485905/jsonschema-4.24.0-py3-none-any.whl", hash = "sha256:a462455f19f5faf404a7902952b6f0e3ce868f3ee09a359b05eca6673bd8412d", size = 88709, upload-time = "2025-05-26T18:48:08.417Z" }, +] + +[package.optional-dependencies] +format-nongpl = [ + { name = "fqdn" }, + { name = "idna" }, + { name = "isoduration" }, + { name = "jsonpointer" }, + { name = "rfc3339-validator" }, + { name = "rfc3986-validator" }, + { name = "uri-template" }, + { name = "webcolors" }, +] + +[[package]] +name = "jsonschema-specifications" +version = "2025.4.1" +source = { registry = "https://pypi.org/simple" } +dependencies = [ + { name = "referencing" }, +] +sdist = { url = "https://files.pythonhosted.org/packages/bf/ce/46fbd9c8119cfc3581ee5643ea49464d168028cfb5caff5fc0596d0cf914/jsonschema_specifications-2025.4.1.tar.gz", hash = "sha256:630159c9f4dbea161a6a2205c3011cc4f18ff381b189fff48bb39b9bf26ae608", size = 15513, upload-time = "2025-04-23T12:34:07.418Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/01/0e/b27cdbaccf30b890c40ed1da9fd4a3593a5cf94dae54fb34f8a4b74fcd3f/jsonschema_specifications-2025.4.1-py3-none-any.whl", hash = "sha256:4653bffbd6584f7de83a67e0d620ef16900b390ddc7939d56684d6c81e33f1af", size = 18437, upload-time = "2025-04-23T12:34:05.422Z" }, +] + +[[package]] +name = "jupyter" +version = "1.1.1" +source = { registry = "https://pypi.org/simple" } +dependencies = [ + { name = "ipykernel" }, + { name = "ipywidgets" }, + { name = "jupyter-console" }, + { name = "jupyterlab" }, + { name = "nbconvert" }, + { name = "notebook" }, +] +sdist = { url = "https://files.pythonhosted.org/packages/58/f3/af28ea964ab8bc1e472dba2e82627d36d470c51f5cd38c37502eeffaa25e/jupyter-1.1.1.tar.gz", hash = "sha256:d55467bceabdea49d7e3624af7e33d59c37fff53ed3a350e1ac957bed731de7a", size = 5714959, upload-time = "2024-08-30T07:15:48.299Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/38/64/285f20a31679bf547b75602702f7800e74dbabae36ef324f716c02804753/jupyter-1.1.1-py2.py3-none-any.whl", hash = "sha256:7a59533c22af65439b24bbe60373a4e95af8f16ac65a6c00820ad378e3f7cc83", size = 2657, upload-time = "2024-08-30T07:15:47.045Z" }, +] + +[[package]] +name = "jupyter-client" +version = "8.6.3" +source = { registry = "https://pypi.org/simple" } +dependencies = [ + { name = "jupyter-core" }, + { name = "python-dateutil" }, + { name = "pyzmq" }, + { name = "tornado" }, + { name = "traitlets" }, +] +sdist = { url = "https://files.pythonhosted.org/packages/71/22/bf9f12fdaeae18019a468b68952a60fe6dbab5d67cd2a103cac7659b41ca/jupyter_client-8.6.3.tar.gz", hash = "sha256:35b3a0947c4a6e9d589eb97d7d4cd5e90f910ee73101611f01283732bd6d9419", size = 342019, upload-time = "2024-09-17T10:44:17.613Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/11/85/b0394e0b6fcccd2c1eeefc230978a6f8cb0c5df1e4cd3e7625735a0d7d1e/jupyter_client-8.6.3-py3-none-any.whl", hash = "sha256:e8a19cc986cc45905ac3362915f410f3af85424b4c0905e94fa5f2cb08e8f23f", size = 106105, upload-time = "2024-09-17T10:44:15.218Z" }, +] + +[[package]] +name = "jupyter-console" +version = "6.6.3" +source = { registry = "https://pypi.org/simple" } +dependencies = [ + { name = "ipykernel" }, + { name = "ipython" }, + { name = "jupyter-client" }, + { name = "jupyter-core" }, + { name = "prompt-toolkit" }, + { name = "pygments" }, + { name = "pyzmq" }, + { name = "traitlets" }, +] +sdist = { url = "https://files.pythonhosted.org/packages/bd/2d/e2fd31e2fc41c14e2bcb6c976ab732597e907523f6b2420305f9fc7fdbdb/jupyter_console-6.6.3.tar.gz", hash = "sha256:566a4bf31c87adbfadf22cdf846e3069b59a71ed5da71d6ba4d8aaad14a53539", size = 34363, upload-time = "2023-03-06T14:13:31.02Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/ca/77/71d78d58f15c22db16328a476426f7ac4a60d3a5a7ba3b9627ee2f7903d4/jupyter_console-6.6.3-py3-none-any.whl", hash = "sha256:309d33409fcc92ffdad25f0bcdf9a4a9daa61b6f341177570fdac03de5352485", size = 24510, upload-time = "2023-03-06T14:13:28.229Z" }, +] + +[[package]] +name = "jupyter-core" +version = "5.8.1" +source = { registry = "https://pypi.org/simple" } +dependencies = [ + { name = "platformdirs" }, + { name = "pywin32", marker = "platform_python_implementation != 'PyPy' and sys_platform == 'win32'" }, + { name = "traitlets" }, +] +sdist = { url = "https://files.pythonhosted.org/packages/99/1b/72906d554acfeb588332eaaa6f61577705e9ec752ddb486f302dafa292d9/jupyter_core-5.8.1.tar.gz", hash = "sha256:0a5f9706f70e64786b75acba995988915ebd4601c8a52e534a40b51c95f59941", size = 88923, upload-time = "2025-05-27T07:38:16.655Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/2f/57/6bffd4b20b88da3800c5d691e0337761576ee688eb01299eae865689d2df/jupyter_core-5.8.1-py3-none-any.whl", hash = "sha256:c28d268fc90fb53f1338ded2eb410704c5449a358406e8a948b75706e24863d0", size = 28880, upload-time = "2025-05-27T07:38:15.137Z" }, +] + +[[package]] +name = "jupyter-events" +version = "0.12.0" +source = { registry = "https://pypi.org/simple" } +dependencies = [ + { name = "jsonschema", extra = ["format-nongpl"] }, + { name = "packaging" }, + { name = "python-json-logger" }, + { name = "pyyaml" }, + { name = "referencing" }, + { name = "rfc3339-validator" }, + { name = "rfc3986-validator" }, + { name = "traitlets" }, +] +sdist = { url = "https://files.pythonhosted.org/packages/9d/c3/306d090461e4cf3cd91eceaff84bede12a8e52cd821c2d20c9a4fd728385/jupyter_events-0.12.0.tar.gz", hash = "sha256:fc3fce98865f6784c9cd0a56a20644fc6098f21c8c33834a8d9fe383c17e554b", size = 62196, upload-time = "2025-02-03T17:23:41.485Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/e2/48/577993f1f99c552f18a0428731a755e06171f9902fa118c379eb7c04ea22/jupyter_events-0.12.0-py3-none-any.whl", hash = "sha256:6464b2fa5ad10451c3d35fabc75eab39556ae1e2853ad0c0cc31b656731a97fb", size = 19430, upload-time = "2025-02-03T17:23:38.643Z" }, +] + +[[package]] +name = "jupyter-lsp" +version = "2.2.5" +source = { registry = "https://pypi.org/simple" } +dependencies = [ + { name = "jupyter-server" }, +] +sdist = { url = "https://files.pythonhosted.org/packages/85/b4/3200b0b09c12bc3b72d943d923323c398eff382d1dcc7c0dbc8b74630e40/jupyter-lsp-2.2.5.tar.gz", hash = "sha256:793147a05ad446f809fd53ef1cd19a9f5256fd0a2d6b7ce943a982cb4f545001", size = 48741, upload-time = "2024-04-09T17:59:44.918Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/07/e0/7bd7cff65594fd9936e2f9385701e44574fc7d721331ff676ce440b14100/jupyter_lsp-2.2.5-py3-none-any.whl", hash = "sha256:45fbddbd505f3fbfb0b6cb2f1bc5e15e83ab7c79cd6e89416b248cb3c00c11da", size = 69146, upload-time = "2024-04-09T17:59:43.388Z" }, +] + +[[package]] +name = "jupyter-server" +version = "2.16.0" +source = { registry = "https://pypi.org/simple" } +dependencies = [ + { name = "anyio" }, + { name = "argon2-cffi" }, + { name = "jinja2" }, + { name = "jupyter-client" }, + { name = "jupyter-core" }, + { name = "jupyter-events" }, + { name = "jupyter-server-terminals" }, + { name = "nbconvert" }, + { name = "nbformat" }, + { name = "overrides" }, + { name = "packaging" }, + { name = "prometheus-client" }, + { name = "pywinpty", marker = "os_name == 'nt'" }, + { name = "pyzmq" }, + { name = "send2trash" }, + { name = "terminado" }, + { name = "tornado" }, + { name = "traitlets" }, + { name = "websocket-client" }, +] +sdist = { url = "https://files.pythonhosted.org/packages/41/c8/ba2bbcd758c47f1124c4ca14061e8ce60d9c6fd537faee9534a95f83521a/jupyter_server-2.16.0.tar.gz", hash = "sha256:65d4b44fdf2dcbbdfe0aa1ace4a842d4aaf746a2b7b168134d5aaed35621b7f6", size = 728177, upload-time = "2025-05-12T16:44:46.245Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/46/1f/5ebbced977171d09a7b0c08a285ff9a20aafb9c51bde07e52349ff1ddd71/jupyter_server-2.16.0-py3-none-any.whl", hash = "sha256:3d8db5be3bc64403b1c65b400a1d7f4647a5ce743f3b20dbdefe8ddb7b55af9e", size = 386904, upload-time = "2025-05-12T16:44:43.335Z" }, +] + +[[package]] +name = "jupyter-server-terminals" +version = "0.5.3" +source = { registry = "https://pypi.org/simple" } +dependencies = [ + { name = "pywinpty", marker = "os_name == 'nt'" }, + { name = "terminado" }, +] +sdist = { url = "https://files.pythonhosted.org/packages/fc/d5/562469734f476159e99a55426d697cbf8e7eb5efe89fb0e0b4f83a3d3459/jupyter_server_terminals-0.5.3.tar.gz", hash = "sha256:5ae0295167220e9ace0edcfdb212afd2b01ee8d179fe6f23c899590e9b8a5269", size = 31430, upload-time = "2024-03-12T14:37:03.049Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/07/2d/2b32cdbe8d2a602f697a649798554e4f072115438e92249624e532e8aca6/jupyter_server_terminals-0.5.3-py3-none-any.whl", hash = "sha256:41ee0d7dc0ebf2809c668e0fc726dfaf258fcd3e769568996ca731b6194ae9aa", size = 13656, upload-time = "2024-03-12T14:37:00.708Z" }, +] + +[[package]] +name = "jupyterlab" +version = "4.4.4" +source = { registry = "https://pypi.org/simple" } +dependencies = [ + { name = "async-lru" }, + { name = "httpx" }, + { name = "ipykernel" }, + { name = "jinja2" }, + { name = "jupyter-core" }, + { name = "jupyter-lsp" }, + { name = "jupyter-server" }, + { name = "jupyterlab-server" }, + { name = "notebook-shim" }, + { name = "packaging" }, + { name = "setuptools" }, + { name = "tornado" }, + { name = "traitlets" }, +] +sdist = { url = "https://files.pythonhosted.org/packages/e2/4d/7ca5b46ea56742880d71a768a9e6fb8f8482228427eb89492d55c5d0bb7d/jupyterlab-4.4.4.tar.gz", hash = "sha256:163fee1ef702e0a057f75d2eed3ed1da8a986d59eb002cbeb6f0c2779e6cd153", size = 23044296, upload-time = "2025-06-28T13:07:20.708Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/f8/82/66910ce0995dbfdb33609f41c99fe32ce483b9624a3e7d672af14ff63b9f/jupyterlab-4.4.4-py3-none-any.whl", hash = "sha256:711611e4f59851152eb93316c3547c3ec6291f16bb455f1f4fa380d25637e0dd", size = 12296310, upload-time = "2025-06-28T13:07:15.676Z" }, +] + +[[package]] +name = "jupyterlab-pygments" +version = "0.3.0" +source = { registry = "https://pypi.org/simple" } +sdist = { url = "https://files.pythonhosted.org/packages/90/51/9187be60d989df97f5f0aba133fa54e7300f17616e065d1ada7d7646b6d6/jupyterlab_pygments-0.3.0.tar.gz", hash = "sha256:721aca4d9029252b11cfa9d185e5b5af4d54772bb8072f9b7036f4170054d35d", size = 512900, upload-time = "2023-11-23T09:26:37.44Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/b1/dd/ead9d8ea85bf202d90cc513b533f9c363121c7792674f78e0d8a854b63b4/jupyterlab_pygments-0.3.0-py3-none-any.whl", hash = "sha256:841a89020971da1d8693f1a99997aefc5dc424bb1b251fd6322462a1b8842780", size = 15884, upload-time = "2023-11-23T09:26:34.325Z" }, +] + +[[package]] +name = "jupyterlab-server" +version = "2.27.3" +source = { registry = "https://pypi.org/simple" } +dependencies = [ + { name = "babel" }, + { name = "jinja2" }, + { name = "json5" }, + { name = "jsonschema" }, + { name = "jupyter-server" }, + { name = "packaging" }, + { name = "requests" }, +] +sdist = { url = "https://files.pythonhosted.org/packages/0a/c9/a883ce65eb27905ce77ace410d83587c82ea64dc85a48d1f7ed52bcfa68d/jupyterlab_server-2.27.3.tar.gz", hash = "sha256:eb36caca59e74471988f0ae25c77945610b887f777255aa21f8065def9e51ed4", size = 76173, upload-time = "2024-07-16T17:02:04.149Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/54/09/2032e7d15c544a0e3cd831c51d77a8ca57f7555b2e1b2922142eddb02a84/jupyterlab_server-2.27.3-py3-none-any.whl", hash = "sha256:e697488f66c3db49df675158a77b3b017520d772c6e1548c7d9bcc5df7944ee4", size = 59700, upload-time = "2024-07-16T17:02:01.115Z" }, +] + +[[package]] +name = "jupyterlab-widgets" +version = "3.0.15" +source = { registry = "https://pypi.org/simple" } +sdist = { url = "https://files.pythonhosted.org/packages/b9/7d/160595ca88ee87ac6ba95d82177d29ec60aaa63821d3077babb22ce031a5/jupyterlab_widgets-3.0.15.tar.gz", hash = "sha256:2920888a0c2922351a9202817957a68c07d99673504d6cd37345299e971bb08b", size = 213149, upload-time = "2025-05-05T12:32:31.004Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/43/6a/ca128561b22b60bd5a0c4ea26649e68c8556b82bc70a0c396eebc977fe86/jupyterlab_widgets-3.0.15-py3-none-any.whl", hash = "sha256:d59023d7d7ef71400d51e6fee9a88867f6e65e10a4201605d2d7f3e8f012a31c", size = 216571, upload-time = "2025-05-05T12:32:29.534Z" }, +] + [[package]] name = "kiwisolver" version = "1.4.8" @@ -863,6 +1436,14 @@ dev = [ { name = "transformers" }, ] +[package.dev-dependencies] +dev = [ + { name = "ipython" }, + { name = "jupyter" }, + { name = "scipy" }, + { name = "seaborn" }, +] + [package.metadata] requires-dist = [ { name = "aiolimiter", marker = "extra == 'dev'", specifier = ">=1.2.1" }, @@ -894,6 +1475,14 @@ requires-dist = [ ] provides-extras = ["dev"] +[package.metadata.requires-dev] +dev = [ + { name = "ipython", specifier = ">=9.3.0" }, + { name = "jupyter", specifier = ">=1.1.1" }, + { name = "scipy", specifier = ">=1.16.0" }, + { name = "seaborn", specifier = ">=0.13.2" }, +] + [[package]] name = "lxml" version = "5.4.0" @@ -1056,6 +1645,18 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/1b/92/9a45c91089c3cf690b5badd4be81e392ff086ccca8a1d4e3a08463d8a966/matplotlib-3.10.3-cp313-cp313t-win_amd64.whl", hash = "sha256:4f23ffe95c5667ef8a2b56eea9b53db7f43910fa4a2d5472ae0f72b64deab4d5", size = 8139044, upload-time = "2025-05-08T19:10:44.551Z" }, ] +[[package]] +name = "matplotlib-inline" +version = "0.1.7" +source = { registry = "https://pypi.org/simple" } +dependencies = [ + { name = "traitlets" }, +] +sdist = { url = "https://files.pythonhosted.org/packages/99/5b/a36a337438a14116b16480db471ad061c36c3694df7c2084a0da7ba538b7/matplotlib_inline-0.1.7.tar.gz", hash = "sha256:8423b23ec666be3d16e16b60bdd8ac4e86e840ebd1dd11a30b9f117f2fa0ab90", size = 8159, upload-time = "2024-04-15T13:44:44.803Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/8f/8e/9ad090d3553c280a8060fbf6e24dc1c0c29704ee7d1c372f0c174aa59285/matplotlib_inline-0.1.7-py3-none-any.whl", hash = "sha256:df192d39a4ff8f21b1895d72e6a13f5fcc5099f00fa84384e0ea28c2cc0653ca", size = 9899, upload-time = "2024-04-15T13:44:43.265Z" }, +] + [[package]] name = "mdurl" version = "0.1.2" @@ -1065,6 +1666,15 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/b3/38/89ba8ad64ae25be8de66a6d463314cf1eb366222074cfda9ee839c56a4b4/mdurl-0.1.2-py3-none-any.whl", hash = "sha256:84008a41e51615a49fc9966191ff91509e3c40b939176e643fd50a5c2196b8f8", size = 9979, upload-time = "2022-08-14T12:40:09.779Z" }, ] +[[package]] +name = "mistune" +version = "3.1.3" +source = { registry = "https://pypi.org/simple" } +sdist = { url = "https://files.pythonhosted.org/packages/c4/79/bda47f7dd7c3c55770478d6d02c9960c430b0cf1773b72366ff89126ea31/mistune-3.1.3.tar.gz", hash = "sha256:a7035c21782b2becb6be62f8f25d3df81ccb4d6fa477a6525b15af06539f02a0", size = 94347, upload-time = "2025-03-19T14:27:24.955Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/01/4d/23c4e4f09da849e127e9f123241946c23c1e30f45a88366879e064211815/mistune-3.1.3-py3-none-any.whl", hash = "sha256:1a32314113cff28aa6432e99e522677c8587fd83e3d51c29b82a52409c842bd9", size = 53410, upload-time = "2025-03-19T14:27:23.451Z" }, +] + [[package]] name = "mpmath" version = "1.3.0" @@ -1150,6 +1760,70 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/da/d9/f7f9379981e39b8c2511c9e0326d212accacb82f12fbfdc1aa2ce2a7b2b6/multiprocess-0.70.16-py39-none-any.whl", hash = "sha256:a0bafd3ae1b732eac64be2e72038231c1ba97724b60b09400d68f229fcc2fbf3", size = 133351, upload-time = "2024-01-28T18:52:31.981Z" }, ] +[[package]] +name = "nbclient" +version = "0.10.2" +source = { registry = "https://pypi.org/simple" } +dependencies = [ + { name = "jupyter-client" }, + { name = "jupyter-core" }, + { name = "nbformat" }, + { name = "traitlets" }, +] +sdist = { url = "https://files.pythonhosted.org/packages/87/66/7ffd18d58eae90d5721f9f39212327695b749e23ad44b3881744eaf4d9e8/nbclient-0.10.2.tar.gz", hash = "sha256:90b7fc6b810630db87a6d0c2250b1f0ab4cf4d3c27a299b0cde78a4ed3fd9193", size = 62424, upload-time = "2024-12-19T10:32:27.164Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/34/6d/e7fa07f03a4a7b221d94b4d586edb754a9b0dc3c9e2c93353e9fa4e0d117/nbclient-0.10.2-py3-none-any.whl", hash = "sha256:4ffee11e788b4a27fabeb7955547e4318a5298f34342a4bfd01f2e1faaeadc3d", size = 25434, upload-time = "2024-12-19T10:32:24.139Z" }, +] + +[[package]] +name = "nbconvert" +version = "7.16.6" +source = { registry = "https://pypi.org/simple" } +dependencies = [ + { name = "beautifulsoup4" }, + { name = "bleach", extra = ["css"] }, + { name = "defusedxml" }, + { name = "jinja2" }, + { name = "jupyter-core" }, + { name = "jupyterlab-pygments" }, + { name = "markupsafe" }, + { name = "mistune" }, + { name = "nbclient" }, + { name = "nbformat" }, + { name = "packaging" }, + { name = "pandocfilters" }, + { name = "pygments" }, + { name = "traitlets" }, +] +sdist = { url = "https://files.pythonhosted.org/packages/a3/59/f28e15fc47ffb73af68a8d9b47367a8630d76e97ae85ad18271b9db96fdf/nbconvert-7.16.6.tar.gz", hash = "sha256:576a7e37c6480da7b8465eefa66c17844243816ce1ccc372633c6b71c3c0f582", size = 857715, upload-time = "2025-01-28T09:29:14.724Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/cc/9a/cd673b2f773a12c992f41309ef81b99da1690426bd2f96957a7ade0d3ed7/nbconvert-7.16.6-py3-none-any.whl", hash = "sha256:1375a7b67e0c2883678c48e506dc320febb57685e5ee67faa51b18a90f3a712b", size = 258525, upload-time = "2025-01-28T09:29:12.551Z" }, +] + +[[package]] +name = "nbformat" +version = "5.10.4" +source = { registry = "https://pypi.org/simple" } +dependencies = [ + { name = "fastjsonschema" }, + { name = "jsonschema" }, + { name = "jupyter-core" }, + { name = "traitlets" }, +] +sdist = { url = "https://files.pythonhosted.org/packages/6d/fd/91545e604bc3dad7dca9ed03284086039b294c6b3d75c0d2fa45f9e9caf3/nbformat-5.10.4.tar.gz", hash = "sha256:322168b14f937a5d11362988ecac2a4952d3d8e3a2cbeb2319584631226d5b3a", size = 142749, upload-time = "2024-04-04T11:20:37.371Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/a9/82/0340caa499416c78e5d8f5f05947ae4bc3cba53c9f038ab6e9ed964e22f1/nbformat-5.10.4-py3-none-any.whl", hash = "sha256:3b48d6c8fbca4b299bf3982ea7db1af21580e4fec269ad087b9e81588891200b", size = 78454, upload-time = "2024-04-04T11:20:34.895Z" }, +] + +[[package]] +name = "nest-asyncio" +version = "1.6.0" +source = { registry = "https://pypi.org/simple" } +sdist = { url = "https://files.pythonhosted.org/packages/83/f8/51569ac65d696c8ecbee95938f89d4abf00f47d58d48f6fbabfe8f0baefe/nest_asyncio-1.6.0.tar.gz", hash = "sha256:6f172d5449aca15afd6c646851f4e31e02c598d553a667e38cafa997cfec55fe", size = 7418, upload-time = "2024-01-21T14:25:19.227Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/a0/c4/c2971a3ba4c6103a3d10c4b0f24f461ddc027f0f09763220cf35ca1401b3/nest_asyncio-1.6.0-py3-none-any.whl", hash = "sha256:87af6efd6b5e897c81050477ef65c62e2b2f35d51703cae01aff2905b1852e1c", size = 5195, upload-time = "2024-01-21T14:25:17.223Z" }, +] + [[package]] name = "networkx" version = "3.4.2" @@ -1159,6 +1833,34 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/b9/54/dd730b32ea14ea797530a4479b2ed46a6fb250f682a9cfb997e968bf0261/networkx-3.4.2-py3-none-any.whl", hash = "sha256:df5d4365b724cf81b8c6a7312509d0c22386097011ad1abe274afd5e9d3bbc5f", size = 1723263, upload-time = "2024-10-21T12:39:36.247Z" }, ] +[[package]] +name = "notebook" +version = "7.4.3" +source = { registry = "https://pypi.org/simple" } +dependencies = [ + { name = "jupyter-server" }, + { name = "jupyterlab" }, + { name = "jupyterlab-server" }, + { name = "notebook-shim" }, + { name = "tornado" }, +] +sdist = { url = "https://files.pythonhosted.org/packages/dc/21/4f83b15e483da4f4f63928edd0cb08b6e7d33f8a15c23b116a90c44c6235/notebook-7.4.3.tar.gz", hash = "sha256:a1567481cd3853f2610ee0ecf5dfa12bb508e878ee8f92152c134ef7f0568a76", size = 13881668, upload-time = "2025-05-26T14:27:21.656Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/76/1b/16c809d799e3ddd7a97c8b43734f79624b74ddef9707e7d92275a13777bc/notebook-7.4.3-py3-none-any.whl", hash = "sha256:9cdeee954e04101cadb195d90e2ab62b7c9286c1d4f858bf3bb54e40df16c0c3", size = 14286402, upload-time = "2025-05-26T14:27:17.339Z" }, +] + +[[package]] +name = "notebook-shim" +version = "0.2.4" +source = { registry = "https://pypi.org/simple" } +dependencies = [ + { name = "jupyter-server" }, +] +sdist = { url = "https://files.pythonhosted.org/packages/54/d2/92fa3243712b9a3e8bafaf60aac366da1cada3639ca767ff4b5b3654ec28/notebook_shim-0.2.4.tar.gz", hash = "sha256:b4b2cfa1b65d98307ca24361f5b30fe785b53c3fd07b7a47e89acb5e6ac638cb", size = 13167, upload-time = "2024-02-14T23:35:18.353Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/f9/33/bd5b9137445ea4b680023eb0469b2bb969d61303dedb2aac6560ff3d14a1/notebook_shim-0.2.4-py3-none-any.whl", hash = "sha256:411a5be4e9dc882a074ccbcae671eda64cceb068767e9a3419096986560e1cef", size = 13307, upload-time = "2024-02-14T23:35:16.286Z" }, +] + [[package]] name = "numpy" version = "2.2.5" @@ -1349,6 +2051,15 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/3c/4c/3889bc332a6c743751eb78a4bada5761e50a8a847ff0e46c1bd23ce12362/openai-1.78.1-py3-none-any.whl", hash = "sha256:7368bf147ca499804cc408fe68cdb6866a060f38dec961bbc97b04f9d917907e", size = 680917, upload-time = "2025-05-12T09:59:48.948Z" }, ] +[[package]] +name = "overrides" +version = "7.7.0" +source = { registry = "https://pypi.org/simple" } +sdist = { url = "https://files.pythonhosted.org/packages/36/86/b585f53236dec60aba864e050778b25045f857e17f6e5ea0ae95fe80edd2/overrides-7.7.0.tar.gz", hash = "sha256:55158fa3d93b98cc75299b1e67078ad9003ca27945c76162c1c0766d6f91820a", size = 22812, upload-time = "2024-01-27T21:01:33.423Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/2c/ab/fc8290c6a4c722e5514d80f62b2dc4c4df1a68a41d1364e625c35990fcf3/overrides-7.7.0-py3-none-any.whl", hash = "sha256:c7ed9d062f78b8e4c1a7b70bd8796b35ead4d9f510227ef9c5dc7626c60d7e49", size = 17832, upload-time = "2024-01-27T21:01:31.393Z" }, +] + [[package]] name = "packaging" version = "25.0" @@ -1392,6 +2103,36 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/ab/5f/b38085618b950b79d2d9164a711c52b10aefc0ae6833b96f626b7021b2ed/pandas-2.2.3-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:ad5b65698ab28ed8d7f18790a0dc58005c7629f227be9ecc1072aa74c0c1d43a", size = 13098436, upload-time = "2024-09-20T13:09:48.112Z" }, ] +[[package]] +name = "pandocfilters" +version = "1.5.1" +source = { registry = "https://pypi.org/simple" } +sdist = { url = "https://files.pythonhosted.org/packages/70/6f/3dd4940bbe001c06a65f88e36bad298bc7a0de5036115639926b0c5c0458/pandocfilters-1.5.1.tar.gz", hash = "sha256:002b4a555ee4ebc03f8b66307e287fa492e4a77b4ea14d3f934328297bb4939e", size = 8454, upload-time = "2024-01-18T20:08:13.726Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/ef/af/4fbc8cab944db5d21b7e2a5b8e9211a03a79852b1157e2c102fcc61ac440/pandocfilters-1.5.1-py2.py3-none-any.whl", hash = "sha256:93be382804a9cdb0a7267585f157e5d1731bbe5545a85b268d6f5fe6232de2bc", size = 8663, upload-time = "2024-01-18T20:08:11.28Z" }, +] + +[[package]] +name = "parso" +version = "0.8.4" +source = { registry = "https://pypi.org/simple" } +sdist = { url = "https://files.pythonhosted.org/packages/66/94/68e2e17afaa9169cf6412ab0f28623903be73d1b32e208d9e8e541bb086d/parso-0.8.4.tar.gz", hash = "sha256:eb3a7b58240fb99099a345571deecc0f9540ea5f4dd2fe14c2a99d6b281ab92d", size = 400609, upload-time = "2024-04-05T09:43:55.897Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/c6/ac/dac4a63f978e4dcb3c6d3a78c4d8e0192a113d288502a1216950c41b1027/parso-0.8.4-py2.py3-none-any.whl", hash = "sha256:a418670a20291dacd2dddc80c377c5c3791378ee1e8d12bffc35420643d43f18", size = 103650, upload-time = "2024-04-05T09:43:53.299Z" }, +] + +[[package]] +name = "pexpect" +version = "4.9.0" +source = { registry = "https://pypi.org/simple" } +dependencies = [ + { name = "ptyprocess" }, +] +sdist = { url = "https://files.pythonhosted.org/packages/42/92/cc564bf6381ff43ce1f4d06852fc19a2f11d180f23dc32d9588bee2f149d/pexpect-4.9.0.tar.gz", hash = "sha256:ee7d41123f3c9911050ea2c2dac107568dc43b2d3b0c7557a33212c398ead30f", size = 166450, upload-time = "2023-11-25T09:07:26.339Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/9e/c3/059298687310d527a58bb01f3b1965787ee3b40dce76752eda8b44e9a2c5/pexpect-4.9.0-py2.py3-none-any.whl", hash = "sha256:7236d1e080e4936be2dc3e326cec0af72acf9212a7e1d060210e70a47e253523", size = 63772, upload-time = "2023-11-25T06:56:14.81Z" }, +] + [[package]] name = "pillow" version = "11.2.1" @@ -1433,6 +2174,15 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/67/32/32dc030cfa91ca0fc52baebbba2e009bb001122a1daa8b6a79ad830b38d3/pillow-11.2.1-cp313-cp313t-win_arm64.whl", hash = "sha256:225c832a13326e34f212d2072982bb1adb210e0cc0b153e688743018c94a2681", size = 2417234, upload-time = "2025-04-12T17:49:08.399Z" }, ] +[[package]] +name = "platformdirs" +version = "4.3.8" +source = { registry = "https://pypi.org/simple" } +sdist = { url = "https://files.pythonhosted.org/packages/fe/8b/3c73abc9c759ecd3f1f7ceff6685840859e8070c4d947c93fae71f6a0bf2/platformdirs-4.3.8.tar.gz", hash = "sha256:3d512d96e16bcb959a814c9f348431070822a6496326a4be0911c40b5a74c2bc", size = 21362, upload-time = "2025-05-07T22:47:42.121Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/fe/39/979e8e21520d4e47a0bbe349e2713c0aac6f3d853d0e5b34d76206c439aa/platformdirs-4.3.8-py3-none-any.whl", hash = "sha256:ff7059bb7eb1179e2685604f4aaf157cfd9535242bd23742eadc3c13542139b4", size = 18567, upload-time = "2025-05-07T22:47:40.376Z" }, +] + [[package]] name = "portalocker" version = "3.1.1" @@ -1445,6 +2195,27 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/f7/60/1974cfdd5bb770568ddc6f89f3e0df4cfdd1acffd5a609dff5e95f48c6e2/portalocker-3.1.1-py3-none-any.whl", hash = "sha256:80e984e24de292ff258a5bea0e4f3f778fff84c0ae1275dbaebc4658de4aacb3", size = 19661, upload-time = "2024-12-31T14:22:47.019Z" }, ] +[[package]] +name = "prometheus-client" +version = "0.22.1" +source = { registry = "https://pypi.org/simple" } +sdist = { url = "https://files.pythonhosted.org/packages/5e/cf/40dde0a2be27cc1eb41e333d1a674a74ce8b8b0457269cc640fd42b07cf7/prometheus_client-0.22.1.tar.gz", hash = "sha256:190f1331e783cf21eb60bca559354e0a4d4378facecf78f5428c39b675d20d28", size = 69746, upload-time = "2025-06-02T14:29:01.152Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/32/ae/ec06af4fe3ee72d16973474f122541746196aaa16cea6f66d18b963c6177/prometheus_client-0.22.1-py3-none-any.whl", hash = "sha256:cca895342e308174341b2cbf99a56bef291fbc0ef7b9e5412a0f26d653ba7094", size = 58694, upload-time = "2025-06-02T14:29:00.068Z" }, +] + +[[package]] +name = "prompt-toolkit" +version = "3.0.51" +source = { registry = "https://pypi.org/simple" } +dependencies = [ + { name = "wcwidth" }, +] +sdist = { url = "https://files.pythonhosted.org/packages/bb/6e/9d084c929dfe9e3bfe0c6a47e31f78a25c54627d64a66e884a8bf5474f1c/prompt_toolkit-3.0.51.tar.gz", hash = "sha256:931a162e3b27fc90c86f1b48bb1fb2c528c2761475e57c9c06de13311c7b54ed", size = 428940, upload-time = "2025-04-15T09:18:47.731Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/ce/4f/5249960887b1fbe561d9ff265496d170b55a735b76724f10ef19f9e40716/prompt_toolkit-3.0.51-py3-none-any.whl", hash = "sha256:52742911fde84e2d423e2f9a4cf1de7d7ac4e51958f648d9540e0fb8db077b07", size = 387810, upload-time = "2025-04-15T09:18:44.753Z" }, +] + [[package]] name = "propcache" version = "0.3.1" @@ -1528,6 +2299,39 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/e5/a1/93c2acf4ade3c5b557d02d500b06798f4ed2c176fa03e3c34973ca92df7f/protobuf-6.30.2-py3-none-any.whl", hash = "sha256:ae86b030e69a98e08c77beab574cbcb9fff6d031d57209f574a5aea1445f4b51", size = 167062, upload-time = "2025-03-26T19:12:55.892Z" }, ] +[[package]] +name = "psutil" +version = "7.0.0" +source = { registry = "https://pypi.org/simple" } +sdist = { url = "https://files.pythonhosted.org/packages/2a/80/336820c1ad9286a4ded7e845b2eccfcb27851ab8ac6abece774a6ff4d3de/psutil-7.0.0.tar.gz", hash = "sha256:7be9c3eba38beccb6495ea33afd982a44074b78f28c434a1f51cc07fd315c456", size = 497003, upload-time = "2025-02-13T21:54:07.946Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/ed/e6/2d26234410f8b8abdbf891c9da62bee396583f713fb9f3325a4760875d22/psutil-7.0.0-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:101d71dc322e3cffd7cea0650b09b3d08b8e7c4109dd6809fe452dfd00e58b25", size = 238051, upload-time = "2025-02-13T21:54:12.36Z" }, + { url = "https://files.pythonhosted.org/packages/04/8b/30f930733afe425e3cbfc0e1468a30a18942350c1a8816acfade80c005c4/psutil-7.0.0-cp36-abi3-macosx_11_0_arm64.whl", hash = "sha256:39db632f6bb862eeccf56660871433e111b6ea58f2caea825571951d4b6aa3da", size = 239535, upload-time = "2025-02-13T21:54:16.07Z" }, + { url = "https://files.pythonhosted.org/packages/2a/ed/d362e84620dd22876b55389248e522338ed1bf134a5edd3b8231d7207f6d/psutil-7.0.0-cp36-abi3-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:1fcee592b4c6f146991ca55919ea3d1f8926497a713ed7faaf8225e174581e91", size = 275004, upload-time = "2025-02-13T21:54:18.662Z" }, + { url = "https://files.pythonhosted.org/packages/bf/b9/b0eb3f3cbcb734d930fdf839431606844a825b23eaf9a6ab371edac8162c/psutil-7.0.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4b1388a4f6875d7e2aff5c4ca1cc16c545ed41dd8bb596cefea80111db353a34", size = 277986, upload-time = "2025-02-13T21:54:21.811Z" }, + { url = "https://files.pythonhosted.org/packages/eb/a2/709e0fe2f093556c17fbafda93ac032257242cabcc7ff3369e2cb76a97aa/psutil-7.0.0-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a5f098451abc2828f7dc6b58d44b532b22f2088f4999a937557b603ce72b1993", size = 279544, upload-time = "2025-02-13T21:54:24.68Z" }, + { url = "https://files.pythonhosted.org/packages/50/e6/eecf58810b9d12e6427369784efe814a1eec0f492084ce8eb8f4d89d6d61/psutil-7.0.0-cp37-abi3-win32.whl", hash = "sha256:ba3fcef7523064a6c9da440fc4d6bd07da93ac726b5733c29027d7dc95b39d99", size = 241053, upload-time = "2025-02-13T21:54:34.31Z" }, + { url = "https://files.pythonhosted.org/packages/50/1b/6921afe68c74868b4c9fa424dad3be35b095e16687989ebbb50ce4fceb7c/psutil-7.0.0-cp37-abi3-win_amd64.whl", hash = "sha256:4cf3d4eb1aa9b348dec30105c55cd9b7d4629285735a102beb4441e38db90553", size = 244885, upload-time = "2025-02-13T21:54:37.486Z" }, +] + +[[package]] +name = "ptyprocess" +version = "0.7.0" +source = { registry = "https://pypi.org/simple" } +sdist = { url = "https://files.pythonhosted.org/packages/20/e5/16ff212c1e452235a90aeb09066144d0c5a6a8c0834397e03f5224495c4e/ptyprocess-0.7.0.tar.gz", hash = "sha256:5c5d0a3b48ceee0b48485e0c26037c0acd7d29765ca3fbb5cb3831d347423220", size = 70762, upload-time = "2020-12-28T15:15:30.155Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/22/a6/858897256d0deac81a172289110f31629fc4cee19b6f01283303e18c8db3/ptyprocess-0.7.0-py2.py3-none-any.whl", hash = "sha256:4b41f3967fce3af57cc7e94b888626c18bf37a083e3651ca8feeb66d492fef35", size = 13993, upload-time = "2020-12-28T15:15:28.35Z" }, +] + +[[package]] +name = "pure-eval" +version = "0.2.3" +source = { registry = "https://pypi.org/simple" } +sdist = { url = "https://files.pythonhosted.org/packages/cd/05/0a34433a064256a578f1783a10da6df098ceaa4a57bbeaa96a6c0352786b/pure_eval-0.2.3.tar.gz", hash = "sha256:5f4e983f40564c576c7c8635ae88db5956bb2229d7e9237d03b3c0b0190eaf42", size = 19752, upload-time = "2024-07-21T12:58:21.801Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/8e/37/efad0257dc6e593a18957422533ff0f87ede7c9c6ea010a2177d738fb82f/pure_eval-0.2.3-py3-none-any.whl", hash = "sha256:1db8e35b67b3d218d818ae653e27f06c3aa420901fa7b081ca98cbedc874e0d0", size = 11842, upload-time = "2024-07-21T12:58:20.04Z" }, +] + [[package]] name = "pyarrow" version = "20.0.0" @@ -1584,6 +2388,15 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/47/8d/d529b5d697919ba8c11ad626e835d4039be708a35b0d22de83a269a6682c/pyasn1_modules-0.4.2-py3-none-any.whl", hash = "sha256:29253a9207ce32b64c3ac6600edc75368f98473906e8fd1043bd6b5b1de2c14a", size = 181259, upload-time = "2025-03-28T02:41:19.028Z" }, ] +[[package]] +name = "pycparser" +version = "2.22" +source = { registry = "https://pypi.org/simple" } +sdist = { url = "https://files.pythonhosted.org/packages/1d/b2/31537cf4b1ca988837256c910a668b553fceb8f069bedc4b1c826024b52c/pycparser-2.22.tar.gz", hash = "sha256:491c8be9c040f5390f5bf44a5b07752bd07f56edf992381b05c701439eec10f6", size = 172736, upload-time = "2024-03-30T13:22:22.564Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/13/a3/a812df4e2dd5696d1f351d58b8fe16a405b234ad2886a0dab9183fb78109/pycparser-2.22-py3-none-any.whl", hash = "sha256:c3702b6d3dd8c7abc1afa565d7e63d53a1d0bd86cdc24edd75470f4de499cfcc", size = 117552, upload-time = "2024-03-30T13:22:20.476Z" }, +] + [[package]] name = "pydantic" version = "2.11.4" @@ -1680,6 +2493,15 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/1e/18/98a99ad95133c6a6e2005fe89faedf294a748bd5dc803008059409ac9b1e/python_dotenv-1.1.0-py3-none-any.whl", hash = "sha256:d7c01d9e2293916c18baf562d95698754b0dbbb5e74d457c45d4f6561fb9d55d", size = 20256, upload-time = "2025-03-25T10:14:55.034Z" }, ] +[[package]] +name = "python-json-logger" +version = "3.3.0" +source = { registry = "https://pypi.org/simple" } +sdist = { url = "https://files.pythonhosted.org/packages/9e/de/d3144a0bceede957f961e975f3752760fbe390d57fbe194baf709d8f1f7b/python_json_logger-3.3.0.tar.gz", hash = "sha256:12b7e74b17775e7d565129296105bbe3910842d9d0eb083fc83a6a617aa8df84", size = 16642, upload-time = "2025-03-07T07:08:27.301Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/08/20/0f2523b9e50a8052bc6a8b732dfc8568abbdc42010aef03a2d750bdab3b2/python_json_logger-3.3.0-py3-none-any.whl", hash = "sha256:dd980fae8cffb24c13caf6e158d3d61c0d6d22342f932cb6e9deedab3d35eec7", size = 15163, upload-time = "2025-03-07T07:08:25.627Z" }, +] + [[package]] name = "pytz" version = "2025.2" @@ -1702,6 +2524,17 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/b4/f4/f785020090fb050e7fb6d34b780f2231f302609dc964672f72bfaeb59a28/pywin32-310-cp313-cp313-win_arm64.whl", hash = "sha256:e308f831de771482b7cf692a1f308f8fca701b2d8f9dde6cc440c7da17e47b33", size = 8458152, upload-time = "2025-03-17T00:56:07.819Z" }, ] +[[package]] +name = "pywinpty" +version = "2.0.15" +source = { registry = "https://pypi.org/simple" } +sdist = { url = "https://files.pythonhosted.org/packages/2d/7c/917f9c4681bb8d34bfbe0b79d36bbcd902651aeab48790df3d30ba0202fb/pywinpty-2.0.15.tar.gz", hash = "sha256:312cf39153a8736c617d45ce8b6ad6cd2107de121df91c455b10ce6bba7a39b2", size = 29017, upload-time = "2025-02-03T21:53:23.265Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/88/e5/9714def18c3a411809771a3fbcec70bffa764b9675afb00048a620fca604/pywinpty-2.0.15-cp312-cp312-win_amd64.whl", hash = "sha256:83a8f20b430bbc5d8957249f875341a60219a4e971580f2ba694fbfb54a45ebc", size = 1405243, upload-time = "2025-02-03T21:56:52.476Z" }, + { url = "https://files.pythonhosted.org/packages/fb/16/2ab7b3b7f55f3c6929e5f629e1a68362981e4e5fed592a2ed1cb4b4914a5/pywinpty-2.0.15-cp313-cp313-win_amd64.whl", hash = "sha256:ab5920877dd632c124b4ed17bc6dd6ef3b9f86cd492b963ffdb1a67b85b0f408", size = 1405020, upload-time = "2025-02-03T21:56:04.753Z" }, + { url = "https://files.pythonhosted.org/packages/7c/16/edef3515dd2030db2795dbfbe392232c7a0f3dc41b98e92b38b42ba497c7/pywinpty-2.0.15-cp313-cp313t-win_amd64.whl", hash = "sha256:a4560ad8c01e537708d2790dbe7da7d986791de805d89dd0d3697ca59e9e4901", size = 1404151, upload-time = "2025-02-03T21:55:53.628Z" }, +] + [[package]] name = "pyyaml" version = "6.0.2" @@ -1728,6 +2561,36 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/fa/de/02b54f42487e3d3c6efb3f89428677074ca7bf43aae402517bc7cca949f3/PyYAML-6.0.2-cp313-cp313-win_amd64.whl", hash = "sha256:8388ee1976c416731879ac16da0aff3f63b286ffdd57cdeb95f3f2e085687563", size = 156446, upload-time = "2024-08-06T20:33:04.33Z" }, ] +[[package]] +name = "pyzmq" +version = "27.0.0" +source = { registry = "https://pypi.org/simple" } +dependencies = [ + { name = "cffi", marker = "implementation_name == 'pypy'" }, +] +sdist = { url = "https://files.pythonhosted.org/packages/f1/06/50a4e9648b3e8b992bef8eb632e457307553a89d294103213cfd47b3da69/pyzmq-27.0.0.tar.gz", hash = "sha256:b1f08eeb9ce1510e6939b6e5dcd46a17765e2333daae78ecf4606808442e52cf", size = 280478, upload-time = "2025-06-13T14:09:07.087Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/93/a7/9ad68f55b8834ede477842214feba6a4c786d936c022a67625497aacf61d/pyzmq-27.0.0-cp312-abi3-macosx_10_15_universal2.whl", hash = "sha256:cbabc59dcfaac66655c040dfcb8118f133fb5dde185e5fc152628354c1598e52", size = 1305438, upload-time = "2025-06-13T14:07:31.676Z" }, + { url = "https://files.pythonhosted.org/packages/ba/ee/26aa0f98665a22bc90ebe12dced1de5f3eaca05363b717f6fb229b3421b3/pyzmq-27.0.0-cp312-abi3-manylinux2014_i686.manylinux_2_17_i686.whl", hash = "sha256:cb0ac5179cba4b2f94f1aa208fbb77b62c4c9bf24dd446278b8b602cf85fcda3", size = 895095, upload-time = "2025-06-13T14:07:33.104Z" }, + { url = "https://files.pythonhosted.org/packages/cf/85/c57e7ab216ecd8aa4cc7e3b83b06cc4e9cf45c87b0afc095f10cd5ce87c1/pyzmq-27.0.0-cp312-abi3-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:53a48f0228eab6cbf69fde3aa3c03cbe04e50e623ef92ae395fce47ef8a76152", size = 651826, upload-time = "2025-06-13T14:07:34.831Z" }, + { url = "https://files.pythonhosted.org/packages/69/9a/9ea7e230feda9400fb0ae0d61d7d6ddda635e718d941c44eeab22a179d34/pyzmq-27.0.0-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:111db5f395e09f7e775f759d598f43cb815fc58e0147623c4816486e1a39dc22", size = 839750, upload-time = "2025-06-13T14:07:36.553Z" }, + { url = "https://files.pythonhosted.org/packages/08/66/4cebfbe71f3dfbd417011daca267539f62ed0fbc68105357b68bbb1a25b7/pyzmq-27.0.0-cp312-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:c8878011653dcdc27cc2c57e04ff96f0471e797f5c19ac3d7813a245bcb24371", size = 1641357, upload-time = "2025-06-13T14:07:38.21Z" }, + { url = "https://files.pythonhosted.org/packages/ac/f6/b0f62578c08d2471c791287149cb8c2aaea414ae98c6e995c7dbe008adfb/pyzmq-27.0.0-cp312-abi3-musllinux_1_2_i686.whl", hash = "sha256:c0ed2c1f335ba55b5fdc964622254917d6b782311c50e138863eda409fbb3b6d", size = 2020281, upload-time = "2025-06-13T14:07:39.599Z" }, + { url = "https://files.pythonhosted.org/packages/37/b9/4f670b15c7498495da9159edc374ec09c88a86d9cd5a47d892f69df23450/pyzmq-27.0.0-cp312-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:e918d70862d4cfd4b1c187310015646a14e1f5917922ab45b29f28f345eeb6be", size = 1877110, upload-time = "2025-06-13T14:07:41.027Z" }, + { url = "https://files.pythonhosted.org/packages/66/31/9dee25c226295b740609f0d46db2fe972b23b6f5cf786360980524a3ba92/pyzmq-27.0.0-cp312-abi3-win32.whl", hash = "sha256:88b4e43cab04c3c0f0d55df3b1eef62df2b629a1a369b5289a58f6fa8b07c4f4", size = 559297, upload-time = "2025-06-13T14:07:42.533Z" }, + { url = "https://files.pythonhosted.org/packages/9b/12/52da5509800f7ff2d287b2f2b4e636e7ea0f001181cba6964ff6c1537778/pyzmq-27.0.0-cp312-abi3-win_amd64.whl", hash = "sha256:dce4199bf5f648a902ce37e7b3afa286f305cd2ef7a8b6ec907470ccb6c8b371", size = 619203, upload-time = "2025-06-13T14:07:43.843Z" }, + { url = "https://files.pythonhosted.org/packages/93/6d/7f2e53b19d1edb1eb4f09ec7c3a1f945ca0aac272099eab757d15699202b/pyzmq-27.0.0-cp312-abi3-win_arm64.whl", hash = "sha256:56e46bbb85d52c1072b3f809cc1ce77251d560bc036d3a312b96db1afe76db2e", size = 551927, upload-time = "2025-06-13T14:07:45.51Z" }, + { url = "https://files.pythonhosted.org/packages/19/62/876b27c4ff777db4ceba1c69ea90d3c825bb4f8d5e7cd987ce5802e33c55/pyzmq-27.0.0-cp313-cp313t-macosx_10_15_universal2.whl", hash = "sha256:c36ad534c0c29b4afa088dc53543c525b23c0797e01b69fef59b1a9c0e38b688", size = 1340826, upload-time = "2025-06-13T14:07:46.881Z" }, + { url = "https://files.pythonhosted.org/packages/43/69/58ef8f4f59d3bcd505260c73bee87b008850f45edca40ddaba54273c35f4/pyzmq-27.0.0-cp313-cp313t-manylinux2014_i686.manylinux_2_17_i686.whl", hash = "sha256:67855c14173aec36395d7777aaba3cc527b393821f30143fd20b98e1ff31fd38", size = 897283, upload-time = "2025-06-13T14:07:49.562Z" }, + { url = "https://files.pythonhosted.org/packages/43/15/93a0d0396700a60475ad3c5d42c5f1c308d3570bc94626b86c71ef9953e0/pyzmq-27.0.0-cp313-cp313t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:8617c7d43cd8ccdb62aebe984bfed77ca8f036e6c3e46dd3dddda64b10f0ab7a", size = 660567, upload-time = "2025-06-13T14:07:51.364Z" }, + { url = "https://files.pythonhosted.org/packages/0e/b3/fe055513e498ca32f64509abae19b9c9eb4d7c829e02bd8997dd51b029eb/pyzmq-27.0.0-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:67bfbcbd0a04c575e8103a6061d03e393d9f80ffdb9beb3189261e9e9bc5d5e9", size = 847681, upload-time = "2025-06-13T14:07:52.77Z" }, + { url = "https://files.pythonhosted.org/packages/b6/4f/ff15300b00b5b602191f3df06bbc8dd4164e805fdd65bb77ffbb9c5facdc/pyzmq-27.0.0-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:5cd11d46d7b7e5958121b3eaf4cd8638eff3a720ec527692132f05a57f14341d", size = 1650148, upload-time = "2025-06-13T14:07:54.178Z" }, + { url = "https://files.pythonhosted.org/packages/c4/6f/84bdfff2a224a6f26a24249a342e5906993c50b0761e311e81b39aef52a7/pyzmq-27.0.0-cp313-cp313t-musllinux_1_2_i686.whl", hash = "sha256:b801c2e40c5aa6072c2f4876de8dccd100af6d9918d4d0d7aa54a1d982fd4f44", size = 2023768, upload-time = "2025-06-13T14:07:55.714Z" }, + { url = "https://files.pythonhosted.org/packages/64/39/dc2db178c26a42228c5ac94a9cc595030458aa64c8d796a7727947afbf55/pyzmq-27.0.0-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:20d5cb29e8c5f76a127c75b6e7a77e846bc4b655c373baa098c26a61b7ecd0ef", size = 1885199, upload-time = "2025-06-13T14:07:57.166Z" }, + { url = "https://files.pythonhosted.org/packages/c7/21/dae7b06a1f8cdee5d8e7a63d99c5d129c401acc40410bef2cbf42025e26f/pyzmq-27.0.0-cp313-cp313t-win32.whl", hash = "sha256:a20528da85c7ac7a19b7384e8c3f8fa707841fd85afc4ed56eda59d93e3d98ad", size = 575439, upload-time = "2025-06-13T14:07:58.959Z" }, + { url = "https://files.pythonhosted.org/packages/eb/bc/1709dc55f0970cf4cb8259e435e6773f9946f41a045c2cb90e870b7072da/pyzmq-27.0.0-cp313-cp313t-win_amd64.whl", hash = "sha256:d8229f2efece6a660ee211d74d91dbc2a76b95544d46c74c615e491900dc107f", size = 639933, upload-time = "2025-06-13T14:08:00.777Z" }, +] + [[package]] name = "rapidfuzz" version = "3.13.0" @@ -1766,6 +2629,20 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/60/b1/05cd5e697c00cd46d7791915f571b38c8531f714832eff2c5e34537c49ee/rapidfuzz-3.13.0-cp313-cp313-win_arm64.whl", hash = "sha256:3f32f15bacd1838c929b35c84b43618481e1b3d7a61b5ed2db0291b70ae88b53", size = 858976, upload-time = "2025-04-03T20:37:19.336Z" }, ] +[[package]] +name = "referencing" +version = "0.36.2" +source = { registry = "https://pypi.org/simple" } +dependencies = [ + { name = "attrs" }, + { name = "rpds-py" }, + { name = "typing-extensions", marker = "python_full_version < '3.13'" }, +] +sdist = { url = "https://files.pythonhosted.org/packages/2f/db/98b5c277be99dd18bfd91dd04e1b759cad18d1a338188c936e92f921c7e2/referencing-0.36.2.tar.gz", hash = "sha256:df2e89862cd09deabbdba16944cc3f10feb6b3e6f18e902f7cc25609a34775aa", size = 74744, upload-time = "2025-01-25T08:48:16.138Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/c1/b1/3baf80dc6d2b7bc27a95a67752d0208e410351e3feb4eb78de5f77454d8d/referencing-0.36.2-py3-none-any.whl", hash = "sha256:e8699adbbf8b5c7de96d8ffa0eb5c158b3beafce084968e2ea8bb08c6794dcd0", size = 26775, upload-time = "2025-01-25T08:48:14.241Z" }, +] + [[package]] name = "regex" version = "2024.11.6" @@ -1819,6 +2696,27 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/f9/9b/335f9764261e915ed497fcdeb11df5dfd6f7bf257d4a6a2a686d80da4d54/requests-2.32.3-py3-none-any.whl", hash = "sha256:70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6", size = 64928, upload-time = "2024-05-29T15:37:47.027Z" }, ] +[[package]] +name = "rfc3339-validator" +version = "0.1.4" +source = { registry = "https://pypi.org/simple" } +dependencies = [ + { name = "six" }, +] +sdist = { url = "https://files.pythonhosted.org/packages/28/ea/a9387748e2d111c3c2b275ba970b735e04e15cdb1eb30693b6b5708c4dbd/rfc3339_validator-0.1.4.tar.gz", hash = "sha256:138a2abdf93304ad60530167e51d2dfb9549521a836871b88d7f4695d0022f6b", size = 5513, upload-time = "2021-05-12T16:37:54.178Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/7b/44/4e421b96b67b2daff264473f7465db72fbdf36a07e05494f50300cc7b0c6/rfc3339_validator-0.1.4-py2.py3-none-any.whl", hash = "sha256:24f6ec1eda14ef823da9e36ec7113124b39c04d50a4d3d3a3c2859577e7791fa", size = 3490, upload-time = "2021-05-12T16:37:52.536Z" }, +] + +[[package]] +name = "rfc3986-validator" +version = "0.1.1" +source = { registry = "https://pypi.org/simple" } +sdist = { url = "https://files.pythonhosted.org/packages/da/88/f270de456dd7d11dcc808abfa291ecdd3f45ff44e3b549ffa01b126464d0/rfc3986_validator-0.1.1.tar.gz", hash = "sha256:3d44bde7921b3b9ec3ae4e3adca370438eccebc676456449b145d533b240d055", size = 6760, upload-time = "2019-10-28T16:00:19.144Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/9e/51/17023c0f8f1869d8806b979a2bffa3f861f26a3f1a66b094288323fba52f/rfc3986_validator-0.1.1-py2.py3-none-any.whl", hash = "sha256:2f235c432ef459970b4306369336b9d5dbdda31b510ca1e327636e01f528bfa9", size = 4242, upload-time = "2019-10-28T16:00:13.976Z" }, +] + [[package]] name = "rich" version = "14.0.0" @@ -1832,6 +2730,55 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/0d/9b/63f4c7ebc259242c89b3acafdb37b41d1185c07ff0011164674e9076b491/rich-14.0.0-py3-none-any.whl", hash = "sha256:1c9491e1951aac09caffd42f448ee3d04e58923ffe14993f6e83068dc395d7e0", size = 243229, upload-time = "2025-03-30T14:15:12.283Z" }, ] +[[package]] +name = "rpds-py" +version = "0.25.1" +source = { registry = "https://pypi.org/simple" } +sdist = { url = "https://files.pythonhosted.org/packages/8c/a6/60184b7fc00dd3ca80ac635dd5b8577d444c57e8e8742cecabfacb829921/rpds_py-0.25.1.tar.gz", hash = "sha256:8960b6dac09b62dac26e75d7e2c4a22efb835d827a7278c34f72b2b84fa160e3", size = 27304, upload-time = "2025-05-21T12:46:12.502Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/7f/81/28ab0408391b1dc57393653b6a0cf2014cc282cc2909e4615e63e58262be/rpds_py-0.25.1-cp312-cp312-macosx_10_12_x86_64.whl", hash = "sha256:b5ffe453cde61f73fea9430223c81d29e2fbf412a6073951102146c84e19e34c", size = 364647, upload-time = "2025-05-21T12:43:28.559Z" }, + { url = "https://files.pythonhosted.org/packages/2c/9a/7797f04cad0d5e56310e1238434f71fc6939d0bc517192a18bb99a72a95f/rpds_py-0.25.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:115874ae5e2fdcfc16b2aedc95b5eef4aebe91b28e7e21951eda8a5dc0d3461b", size = 350454, upload-time = "2025-05-21T12:43:30.615Z" }, + { url = "https://files.pythonhosted.org/packages/69/3c/93d2ef941b04898011e5d6eaa56a1acf46a3b4c9f4b3ad1bbcbafa0bee1f/rpds_py-0.25.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a714bf6e5e81b0e570d01f56e0c89c6375101b8463999ead3a93a5d2a4af91fa", size = 389665, upload-time = "2025-05-21T12:43:32.629Z" }, + { url = "https://files.pythonhosted.org/packages/c1/57/ad0e31e928751dde8903a11102559628d24173428a0f85e25e187defb2c1/rpds_py-0.25.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:35634369325906bcd01577da4c19e3b9541a15e99f31e91a02d010816b49bfda", size = 403873, upload-time = "2025-05-21T12:43:34.576Z" }, + { url = "https://files.pythonhosted.org/packages/16/ad/c0c652fa9bba778b4f54980a02962748479dc09632e1fd34e5282cf2556c/rpds_py-0.25.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:d4cb2b3ddc16710548801c6fcc0cfcdeeff9dafbc983f77265877793f2660309", size = 525866, upload-time = "2025-05-21T12:43:36.123Z" }, + { url = "https://files.pythonhosted.org/packages/2a/39/3e1839bc527e6fcf48d5fec4770070f872cdee6c6fbc9b259932f4e88a38/rpds_py-0.25.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:9ceca1cf097ed77e1a51f1dbc8d174d10cb5931c188a4505ff9f3e119dfe519b", size = 416886, upload-time = "2025-05-21T12:43:38.034Z" }, + { url = "https://files.pythonhosted.org/packages/7a/95/dd6b91cd4560da41df9d7030a038298a67d24f8ca38e150562644c829c48/rpds_py-0.25.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2c2cd1a4b0c2b8c5e31ffff50d09f39906fe351389ba143c195566056c13a7ea", size = 390666, upload-time = "2025-05-21T12:43:40.065Z" }, + { url = "https://files.pythonhosted.org/packages/64/48/1be88a820e7494ce0a15c2d390ccb7c52212370badabf128e6a7bb4cb802/rpds_py-0.25.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:1de336a4b164c9188cb23f3703adb74a7623ab32d20090d0e9bf499a2203ad65", size = 425109, upload-time = "2025-05-21T12:43:42.263Z" }, + { url = "https://files.pythonhosted.org/packages/cf/07/3e2a17927ef6d7720b9949ec1b37d1e963b829ad0387f7af18d923d5cfa5/rpds_py-0.25.1-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:9fca84a15333e925dd59ce01da0ffe2ffe0d6e5d29a9eeba2148916d1824948c", size = 567244, upload-time = "2025-05-21T12:43:43.846Z" }, + { url = "https://files.pythonhosted.org/packages/d2/e5/76cf010998deccc4f95305d827847e2eae9c568099c06b405cf96384762b/rpds_py-0.25.1-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:88ec04afe0c59fa64e2f6ea0dd9657e04fc83e38de90f6de201954b4d4eb59bd", size = 596023, upload-time = "2025-05-21T12:43:45.932Z" }, + { url = "https://files.pythonhosted.org/packages/52/9a/df55efd84403736ba37a5a6377b70aad0fd1cb469a9109ee8a1e21299a1c/rpds_py-0.25.1-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:a8bd2f19e312ce3e1d2c635618e8a8d8132892bb746a7cf74780a489f0f6cdcb", size = 561634, upload-time = "2025-05-21T12:43:48.263Z" }, + { url = "https://files.pythonhosted.org/packages/ab/aa/dc3620dd8db84454aaf9374bd318f1aa02578bba5e567f5bf6b79492aca4/rpds_py-0.25.1-cp312-cp312-win32.whl", hash = "sha256:e5e2f7280d8d0d3ef06f3ec1b4fd598d386cc6f0721e54f09109a8132182fbfe", size = 222713, upload-time = "2025-05-21T12:43:49.897Z" }, + { url = "https://files.pythonhosted.org/packages/a3/7f/7cef485269a50ed5b4e9bae145f512d2a111ca638ae70cc101f661b4defd/rpds_py-0.25.1-cp312-cp312-win_amd64.whl", hash = "sha256:db58483f71c5db67d643857404da360dce3573031586034b7d59f245144cc192", size = 235280, upload-time = "2025-05-21T12:43:51.893Z" }, + { url = "https://files.pythonhosted.org/packages/99/f2/c2d64f6564f32af913bf5f3f7ae41c7c263c5ae4c4e8f1a17af8af66cd46/rpds_py-0.25.1-cp312-cp312-win_arm64.whl", hash = "sha256:6d50841c425d16faf3206ddbba44c21aa3310a0cebc3c1cdfc3e3f4f9f6f5728", size = 225399, upload-time = "2025-05-21T12:43:53.351Z" }, + { url = "https://files.pythonhosted.org/packages/2b/da/323848a2b62abe6a0fec16ebe199dc6889c5d0a332458da8985b2980dffe/rpds_py-0.25.1-cp313-cp313-macosx_10_12_x86_64.whl", hash = "sha256:659d87430a8c8c704d52d094f5ba6fa72ef13b4d385b7e542a08fc240cb4a559", size = 364498, upload-time = "2025-05-21T12:43:54.841Z" }, + { url = "https://files.pythonhosted.org/packages/1f/b4/4d3820f731c80fd0cd823b3e95b9963fec681ae45ba35b5281a42382c67d/rpds_py-0.25.1-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:68f6f060f0bbdfb0245267da014d3a6da9be127fe3e8cc4a68c6f833f8a23bb1", size = 350083, upload-time = "2025-05-21T12:43:56.428Z" }, + { url = "https://files.pythonhosted.org/packages/d5/b1/3a8ee1c9d480e8493619a437dec685d005f706b69253286f50f498cbdbcf/rpds_py-0.25.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:083a9513a33e0b92cf6e7a6366036c6bb43ea595332c1ab5c8ae329e4bcc0a9c", size = 389023, upload-time = "2025-05-21T12:43:57.995Z" }, + { url = "https://files.pythonhosted.org/packages/3b/31/17293edcfc934dc62c3bf74a0cb449ecd549531f956b72287203e6880b87/rpds_py-0.25.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:816568614ecb22b18a010c7a12559c19f6fe993526af88e95a76d5a60b8b75fb", size = 403283, upload-time = "2025-05-21T12:43:59.546Z" }, + { url = "https://files.pythonhosted.org/packages/d1/ca/e0f0bc1a75a8925024f343258c8ecbd8828f8997ea2ac71e02f67b6f5299/rpds_py-0.25.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:3c6564c0947a7f52e4792983f8e6cf9bac140438ebf81f527a21d944f2fd0a40", size = 524634, upload-time = "2025-05-21T12:44:01.087Z" }, + { url = "https://files.pythonhosted.org/packages/3e/03/5d0be919037178fff33a6672ffc0afa04ea1cfcb61afd4119d1b5280ff0f/rpds_py-0.25.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:5c4a128527fe415d73cf1f70a9a688d06130d5810be69f3b553bf7b45e8acf79", size = 416233, upload-time = "2025-05-21T12:44:02.604Z" }, + { url = "https://files.pythonhosted.org/packages/05/7c/8abb70f9017a231c6c961a8941403ed6557664c0913e1bf413cbdc039e75/rpds_py-0.25.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a49e1d7a4978ed554f095430b89ecc23f42014a50ac385eb0c4d163ce213c325", size = 390375, upload-time = "2025-05-21T12:44:04.162Z" }, + { url = "https://files.pythonhosted.org/packages/7a/ac/a87f339f0e066b9535074a9f403b9313fd3892d4a164d5d5f5875ac9f29f/rpds_py-0.25.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:d74ec9bc0e2feb81d3f16946b005748119c0f52a153f6db6a29e8cd68636f295", size = 424537, upload-time = "2025-05-21T12:44:06.175Z" }, + { url = "https://files.pythonhosted.org/packages/1f/8f/8d5c1567eaf8c8afe98a838dd24de5013ce6e8f53a01bd47fe8bb06b5533/rpds_py-0.25.1-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:3af5b4cc10fa41e5bc64e5c198a1b2d2864337f8fcbb9a67e747e34002ce812b", size = 566425, upload-time = "2025-05-21T12:44:08.242Z" }, + { url = "https://files.pythonhosted.org/packages/95/33/03016a6be5663b389c8ab0bbbcca68d9e96af14faeff0a04affcb587e776/rpds_py-0.25.1-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:79dc317a5f1c51fd9c6a0c4f48209c6b8526d0524a6904fc1076476e79b00f98", size = 595197, upload-time = "2025-05-21T12:44:10.449Z" }, + { url = "https://files.pythonhosted.org/packages/33/8d/da9f4d3e208c82fda311bff0cf0a19579afceb77cf456e46c559a1c075ba/rpds_py-0.25.1-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:1521031351865e0181bc585147624d66b3b00a84109b57fcb7a779c3ec3772cd", size = 561244, upload-time = "2025-05-21T12:44:12.387Z" }, + { url = "https://files.pythonhosted.org/packages/e2/b3/39d5dcf7c5f742ecd6dbc88f6f84ae54184b92f5f387a4053be2107b17f1/rpds_py-0.25.1-cp313-cp313-win32.whl", hash = "sha256:5d473be2b13600b93a5675d78f59e63b51b1ba2d0476893415dfbb5477e65b31", size = 222254, upload-time = "2025-05-21T12:44:14.261Z" }, + { url = "https://files.pythonhosted.org/packages/5f/19/2d6772c8eeb8302c5f834e6d0dfd83935a884e7c5ce16340c7eaf89ce925/rpds_py-0.25.1-cp313-cp313-win_amd64.whl", hash = "sha256:a7b74e92a3b212390bdce1d93da9f6488c3878c1d434c5e751cbc202c5e09500", size = 234741, upload-time = "2025-05-21T12:44:16.236Z" }, + { url = "https://files.pythonhosted.org/packages/5b/5a/145ada26cfaf86018d0eb304fe55eafdd4f0b6b84530246bb4a7c4fb5c4b/rpds_py-0.25.1-cp313-cp313-win_arm64.whl", hash = "sha256:dd326a81afe332ede08eb39ab75b301d5676802cdffd3a8f287a5f0b694dc3f5", size = 224830, upload-time = "2025-05-21T12:44:17.749Z" }, + { url = "https://files.pythonhosted.org/packages/4b/ca/d435844829c384fd2c22754ff65889c5c556a675d2ed9eb0e148435c6690/rpds_py-0.25.1-cp313-cp313t-macosx_10_12_x86_64.whl", hash = "sha256:a58d1ed49a94d4183483a3ce0af22f20318d4a1434acee255d683ad90bf78129", size = 359668, upload-time = "2025-05-21T12:44:19.322Z" }, + { url = "https://files.pythonhosted.org/packages/1f/01/b056f21db3a09f89410d493d2f6614d87bb162499f98b649d1dbd2a81988/rpds_py-0.25.1-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:f251bf23deb8332823aef1da169d5d89fa84c89f67bdfb566c49dea1fccfd50d", size = 345649, upload-time = "2025-05-21T12:44:20.962Z" }, + { url = "https://files.pythonhosted.org/packages/e0/0f/e0d00dc991e3d40e03ca36383b44995126c36b3eafa0ccbbd19664709c88/rpds_py-0.25.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8dbd586bfa270c1103ece2109314dd423df1fa3d9719928b5d09e4840cec0d72", size = 384776, upload-time = "2025-05-21T12:44:22.516Z" }, + { url = "https://files.pythonhosted.org/packages/9f/a2/59374837f105f2ca79bde3c3cd1065b2f8c01678900924949f6392eab66d/rpds_py-0.25.1-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:6d273f136e912aa101a9274c3145dcbddbe4bac560e77e6d5b3c9f6e0ed06d34", size = 395131, upload-time = "2025-05-21T12:44:24.147Z" }, + { url = "https://files.pythonhosted.org/packages/9c/dc/48e8d84887627a0fe0bac53f0b4631e90976fd5d35fff8be66b8e4f3916b/rpds_py-0.25.1-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:666fa7b1bd0a3810a7f18f6d3a25ccd8866291fbbc3c9b912b917a6715874bb9", size = 520942, upload-time = "2025-05-21T12:44:25.915Z" }, + { url = "https://files.pythonhosted.org/packages/7c/f5/ee056966aeae401913d37befeeab57a4a43a4f00099e0a20297f17b8f00c/rpds_py-0.25.1-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:921954d7fbf3fccc7de8f717799304b14b6d9a45bbeec5a8d7408ccbf531faf5", size = 411330, upload-time = "2025-05-21T12:44:27.638Z" }, + { url = "https://files.pythonhosted.org/packages/ab/74/b2cffb46a097cefe5d17f94ede7a174184b9d158a0aeb195f39f2c0361e8/rpds_py-0.25.1-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f3d86373ff19ca0441ebeb696ef64cb58b8b5cbacffcda5a0ec2f3911732a194", size = 387339, upload-time = "2025-05-21T12:44:29.292Z" }, + { url = "https://files.pythonhosted.org/packages/7f/9a/0ff0b375dcb5161c2b7054e7d0b7575f1680127505945f5cabaac890bc07/rpds_py-0.25.1-cp313-cp313t-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:c8980cde3bb8575e7c956a530f2c217c1d6aac453474bf3ea0f9c89868b531b6", size = 418077, upload-time = "2025-05-21T12:44:30.877Z" }, + { url = "https://files.pythonhosted.org/packages/0d/a1/fda629bf20d6b698ae84c7c840cfb0e9e4200f664fc96e1f456f00e4ad6e/rpds_py-0.25.1-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:8eb8c84ecea987a2523e057c0d950bcb3f789696c0499290b8d7b3107a719d78", size = 562441, upload-time = "2025-05-21T12:44:32.541Z" }, + { url = "https://files.pythonhosted.org/packages/20/15/ce4b5257f654132f326f4acd87268e1006cc071e2c59794c5bdf4bebbb51/rpds_py-0.25.1-cp313-cp313t-musllinux_1_2_i686.whl", hash = "sha256:e43a005671a9ed5a650f3bc39e4dbccd6d4326b24fb5ea8be5f3a43a6f576c72", size = 590750, upload-time = "2025-05-21T12:44:34.557Z" }, + { url = "https://files.pythonhosted.org/packages/fb/ab/e04bf58a8d375aeedb5268edcc835c6a660ebf79d4384d8e0889439448b0/rpds_py-0.25.1-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:58f77c60956501a4a627749a6dcb78dac522f249dd96b5c9f1c6af29bfacfb66", size = 558891, upload-time = "2025-05-21T12:44:37.358Z" }, + { url = "https://files.pythonhosted.org/packages/90/82/cb8c6028a6ef6cd2b7991e2e4ced01c854b6236ecf51e81b64b569c43d73/rpds_py-0.25.1-cp313-cp313t-win32.whl", hash = "sha256:2cb9e5b5e26fc02c8a4345048cd9998c2aca7c2712bd1b36da0c72ee969a3523", size = 218718, upload-time = "2025-05-21T12:44:38.969Z" }, + { url = "https://files.pythonhosted.org/packages/b6/97/5a4b59697111c89477d20ba8a44df9ca16b41e737fa569d5ae8bff99e650/rpds_py-0.25.1-cp313-cp313t-win_amd64.whl", hash = "sha256:401ca1c4a20cc0510d3435d89c069fe0a9ae2ee6495135ac46bdd49ec0495763", size = 232218, upload-time = "2025-05-21T12:44:40.512Z" }, +] + [[package]] name = "rsa" version = "4.9.1" @@ -1883,6 +2830,67 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/69/e2/b011c38e5394c4c18fb5500778a55ec43ad6106126e74723ffaee246f56e/safetensors-0.5.3-cp38-abi3-win_amd64.whl", hash = "sha256:836cbbc320b47e80acd40e44c8682db0e8ad7123209f69b093def21ec7cafd11", size = 308878, upload-time = "2025-02-26T09:15:14.99Z" }, ] +[[package]] +name = "scipy" +version = "1.16.0" +source = { registry = "https://pypi.org/simple" } +dependencies = [ + { name = "numpy" }, +] +sdist = { url = "https://files.pythonhosted.org/packages/81/18/b06a83f0c5ee8cddbde5e3f3d0bb9b702abfa5136ef6d4620ff67df7eee5/scipy-1.16.0.tar.gz", hash = "sha256:b5ef54021e832869c8cfb03bc3bf20366cbcd426e02a58e8a58d7584dfbb8f62", size = 30581216, upload-time = "2025-06-22T16:27:55.782Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/01/c0/c943bc8d2bbd28123ad0f4f1eef62525fa1723e84d136b32965dcb6bad3a/scipy-1.16.0-cp312-cp312-macosx_10_14_x86_64.whl", hash = "sha256:7eb6bd33cef4afb9fa5f1fb25df8feeb1e52d94f21a44f1d17805b41b1da3180", size = 36459071, upload-time = "2025-06-22T16:19:06.605Z" }, + { url = "https://files.pythonhosted.org/packages/99/0d/270e2e9f1a4db6ffbf84c9a0b648499842046e4e0d9b2275d150711b3aba/scipy-1.16.0-cp312-cp312-macosx_12_0_arm64.whl", hash = "sha256:1dbc8fdba23e4d80394ddfab7a56808e3e6489176d559c6c71935b11a2d59db1", size = 28490500, upload-time = "2025-06-22T16:19:11.775Z" }, + { url = "https://files.pythonhosted.org/packages/1c/22/01d7ddb07cff937d4326198ec8d10831367a708c3da72dfd9b7ceaf13028/scipy-1.16.0-cp312-cp312-macosx_14_0_arm64.whl", hash = "sha256:7dcf42c380e1e3737b343dec21095c9a9ad3f9cbe06f9c05830b44b1786c9e90", size = 20762345, upload-time = "2025-06-22T16:19:15.813Z" }, + { url = "https://files.pythonhosted.org/packages/34/7f/87fd69856569ccdd2a5873fe5d7b5bbf2ad9289d7311d6a3605ebde3a94b/scipy-1.16.0-cp312-cp312-macosx_14_0_x86_64.whl", hash = "sha256:26ec28675f4a9d41587266084c626b02899db373717d9312fa96ab17ca1ae94d", size = 23418563, upload-time = "2025-06-22T16:19:20.746Z" }, + { url = "https://files.pythonhosted.org/packages/f6/f1/e4f4324fef7f54160ab749efbab6a4bf43678a9eb2e9817ed71a0a2fd8de/scipy-1.16.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:952358b7e58bd3197cfbd2f2f2ba829f258404bdf5db59514b515a8fe7a36c52", size = 33203951, upload-time = "2025-06-22T16:19:25.813Z" }, + { url = "https://files.pythonhosted.org/packages/6d/f0/b6ac354a956384fd8abee2debbb624648125b298f2c4a7b4f0d6248048a5/scipy-1.16.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:03931b4e870c6fef5b5c0970d52c9f6ddd8c8d3e934a98f09308377eba6f3824", size = 35070225, upload-time = "2025-06-22T16:19:31.416Z" }, + { url = "https://files.pythonhosted.org/packages/e5/73/5cbe4a3fd4bc3e2d67ffad02c88b83edc88f381b73ab982f48f3df1a7790/scipy-1.16.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:512c4f4f85912767c351a0306824ccca6fd91307a9f4318efe8fdbd9d30562ef", size = 35389070, upload-time = "2025-06-22T16:19:37.387Z" }, + { url = "https://files.pythonhosted.org/packages/86/e8/a60da80ab9ed68b31ea5a9c6dfd3c2f199347429f229bf7f939a90d96383/scipy-1.16.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:e69f798847e9add03d512eaf5081a9a5c9a98757d12e52e6186ed9681247a1ac", size = 37825287, upload-time = "2025-06-22T16:19:43.375Z" }, + { url = "https://files.pythonhosted.org/packages/ea/b5/29fece1a74c6a94247f8a6fb93f5b28b533338e9c34fdcc9cfe7a939a767/scipy-1.16.0-cp312-cp312-win_amd64.whl", hash = "sha256:adf9b1999323ba335adc5d1dc7add4781cb5a4b0ef1e98b79768c05c796c4e49", size = 38431929, upload-time = "2025-06-22T16:19:49.385Z" }, + { url = "https://files.pythonhosted.org/packages/46/95/0746417bc24be0c2a7b7563946d61f670a3b491b76adede420e9d173841f/scipy-1.16.0-cp313-cp313-macosx_10_14_x86_64.whl", hash = "sha256:e9f414cbe9ca289a73e0cc92e33a6a791469b6619c240aa32ee18abdce8ab451", size = 36418162, upload-time = "2025-06-22T16:19:56.3Z" }, + { url = "https://files.pythonhosted.org/packages/19/5a/914355a74481b8e4bbccf67259bbde171348a3f160b67b4945fbc5f5c1e5/scipy-1.16.0-cp313-cp313-macosx_12_0_arm64.whl", hash = "sha256:bbba55fb97ba3cdef9b1ee973f06b09d518c0c7c66a009c729c7d1592be1935e", size = 28465985, upload-time = "2025-06-22T16:20:01.238Z" }, + { url = "https://files.pythonhosted.org/packages/58/46/63477fc1246063855969cbefdcee8c648ba4b17f67370bd542ba56368d0b/scipy-1.16.0-cp313-cp313-macosx_14_0_arm64.whl", hash = "sha256:58e0d4354eacb6004e7aa1cd350e5514bd0270acaa8d5b36c0627bb3bb486974", size = 20737961, upload-time = "2025-06-22T16:20:05.913Z" }, + { url = "https://files.pythonhosted.org/packages/93/86/0fbb5588b73555e40f9d3d6dde24ee6fac7d8e301a27f6f0cab9d8f66ff2/scipy-1.16.0-cp313-cp313-macosx_14_0_x86_64.whl", hash = "sha256:75b2094ec975c80efc273567436e16bb794660509c12c6a31eb5c195cbf4b6dc", size = 23377941, upload-time = "2025-06-22T16:20:10.668Z" }, + { url = "https://files.pythonhosted.org/packages/ca/80/a561f2bf4c2da89fa631b3cbf31d120e21ea95db71fd9ec00cb0247c7a93/scipy-1.16.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:6b65d232157a380fdd11a560e7e21cde34fdb69d65c09cb87f6cc024ee376351", size = 33196703, upload-time = "2025-06-22T16:20:16.097Z" }, + { url = "https://files.pythonhosted.org/packages/11/6b/3443abcd0707d52e48eb315e33cc669a95e29fc102229919646f5a501171/scipy-1.16.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:1d8747f7736accd39289943f7fe53a8333be7f15a82eea08e4afe47d79568c32", size = 35083410, upload-time = "2025-06-22T16:20:21.734Z" }, + { url = "https://files.pythonhosted.org/packages/20/ab/eb0fc00e1e48961f1bd69b7ad7e7266896fe5bad4ead91b5fc6b3561bba4/scipy-1.16.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:eb9f147a1b8529bb7fec2a85cf4cf42bdfadf9e83535c309a11fdae598c88e8b", size = 35387829, upload-time = "2025-06-22T16:20:27.548Z" }, + { url = "https://files.pythonhosted.org/packages/57/9e/d6fc64e41fad5d481c029ee5a49eefc17f0b8071d636a02ceee44d4a0de2/scipy-1.16.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:d2b83c37edbfa837a8923d19c749c1935ad3d41cf196006a24ed44dba2ec4358", size = 37841356, upload-time = "2025-06-22T16:20:35.112Z" }, + { url = "https://files.pythonhosted.org/packages/7c/a7/4c94bbe91f12126b8bf6709b2471900577b7373a4fd1f431f28ba6f81115/scipy-1.16.0-cp313-cp313-win_amd64.whl", hash = "sha256:79a3c13d43c95aa80b87328a46031cf52508cf5f4df2767602c984ed1d3c6bbe", size = 38403710, upload-time = "2025-06-22T16:21:54.473Z" }, + { url = "https://files.pythonhosted.org/packages/47/20/965da8497f6226e8fa90ad3447b82ed0e28d942532e92dd8b91b43f100d4/scipy-1.16.0-cp313-cp313t-macosx_10_14_x86_64.whl", hash = "sha256:f91b87e1689f0370690e8470916fe1b2308e5b2061317ff76977c8f836452a47", size = 36813833, upload-time = "2025-06-22T16:20:43.925Z" }, + { url = "https://files.pythonhosted.org/packages/28/f4/197580c3dac2d234e948806e164601c2df6f0078ed9f5ad4a62685b7c331/scipy-1.16.0-cp313-cp313t-macosx_12_0_arm64.whl", hash = "sha256:88a6ca658fb94640079e7a50b2ad3b67e33ef0f40e70bdb7dc22017dae73ac08", size = 28974431, upload-time = "2025-06-22T16:20:51.302Z" }, + { url = "https://files.pythonhosted.org/packages/8a/fc/e18b8550048d9224426e76906694c60028dbdb65d28b1372b5503914b89d/scipy-1.16.0-cp313-cp313t-macosx_14_0_arm64.whl", hash = "sha256:ae902626972f1bd7e4e86f58fd72322d7f4ec7b0cfc17b15d4b7006efc385176", size = 21246454, upload-time = "2025-06-22T16:20:57.276Z" }, + { url = "https://files.pythonhosted.org/packages/8c/48/07b97d167e0d6a324bfd7484cd0c209cc27338b67e5deadae578cf48e809/scipy-1.16.0-cp313-cp313t-macosx_14_0_x86_64.whl", hash = "sha256:8cb824c1fc75ef29893bc32b3ddd7b11cf9ab13c1127fe26413a05953b8c32ed", size = 23772979, upload-time = "2025-06-22T16:21:03.363Z" }, + { url = "https://files.pythonhosted.org/packages/4c/4f/9efbd3f70baf9582edf271db3002b7882c875ddd37dc97f0f675ad68679f/scipy-1.16.0-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:de2db7250ff6514366a9709c2cba35cb6d08498e961cba20d7cff98a7ee88938", size = 33341972, upload-time = "2025-06-22T16:21:11.14Z" }, + { url = "https://files.pythonhosted.org/packages/3f/dc/9e496a3c5dbe24e76ee24525155ab7f659c20180bab058ef2c5fa7d9119c/scipy-1.16.0-cp313-cp313t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:e85800274edf4db8dd2e4e93034f92d1b05c9421220e7ded9988b16976f849c1", size = 35185476, upload-time = "2025-06-22T16:21:19.156Z" }, + { url = "https://files.pythonhosted.org/packages/ce/b3/21001cff985a122ba434c33f2c9d7d1dc3b669827e94f4fc4e1fe8b9dfd8/scipy-1.16.0-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:4f720300a3024c237ace1cb11f9a84c38beb19616ba7c4cdcd771047a10a1706", size = 35570990, upload-time = "2025-06-22T16:21:27.797Z" }, + { url = "https://files.pythonhosted.org/packages/e5/d3/7ba42647d6709251cdf97043d0c107e0317e152fa2f76873b656b509ff55/scipy-1.16.0-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:aad603e9339ddb676409b104c48a027e9916ce0d2838830691f39552b38a352e", size = 37950262, upload-time = "2025-06-22T16:21:36.976Z" }, + { url = "https://files.pythonhosted.org/packages/eb/c4/231cac7a8385394ebbbb4f1ca662203e9d8c332825ab4f36ffc3ead09a42/scipy-1.16.0-cp313-cp313t-win_amd64.whl", hash = "sha256:f56296fefca67ba605fd74d12f7bd23636267731a72cb3947963e76b8c0a25db", size = 38515076, upload-time = "2025-06-22T16:21:45.694Z" }, +] + +[[package]] +name = "seaborn" +version = "0.13.2" +source = { registry = "https://pypi.org/simple" } +dependencies = [ + { name = "matplotlib" }, + { name = "numpy" }, + { name = "pandas" }, +] +sdist = { url = "https://files.pythonhosted.org/packages/86/59/a451d7420a77ab0b98f7affa3a1d78a313d2f7281a57afb1a34bae8ab412/seaborn-0.13.2.tar.gz", hash = "sha256:93e60a40988f4d65e9f4885df477e2fdaff6b73a9ded434c1ab356dd57eefff7", size = 1457696, upload-time = "2024-01-25T13:21:52.551Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/83/11/00d3c3dfc25ad54e731d91449895a79e4bf2384dc3ac01809010ba88f6d5/seaborn-0.13.2-py3-none-any.whl", hash = "sha256:636f8336facf092165e27924f223d3c62ca560b1f2bb5dff7ab7fad265361987", size = 294914, upload-time = "2024-01-25T13:21:49.598Z" }, +] + +[[package]] +name = "send2trash" +version = "1.8.3" +source = { registry = "https://pypi.org/simple" } +sdist = { url = "https://files.pythonhosted.org/packages/fd/3a/aec9b02217bb79b87bbc1a21bc6abc51e3d5dcf65c30487ac96c0908c722/Send2Trash-1.8.3.tar.gz", hash = "sha256:b18e7a3966d99871aefeb00cfbcfdced55ce4871194810fc71f4aa484b953abf", size = 17394, upload-time = "2024-04-07T00:01:09.267Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/40/b0/4562db6223154aa4e22f939003cb92514c79f3d4dccca3444253fd17f902/Send2Trash-1.8.3-py3-none-any.whl", hash = "sha256:0c31227e0bd08961c7665474a3d1ef7193929fedda4233843689baa056be46c9", size = 18072, upload-time = "2024-04-07T00:01:07.438Z" }, +] + [[package]] name = "sentencepiece" version = "0.2.0" @@ -1926,6 +2934,29 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/e9/44/75a9c9421471a6c4805dbf2356f7c181a29c1879239abab1ea2cc8f38b40/sniffio-1.3.1-py3-none-any.whl", hash = "sha256:2f6da418d1f1e0fddd844478f41680e794e6051915791a034ff65e5f100525a2", size = 10235, upload-time = "2024-02-25T23:20:01.196Z" }, ] +[[package]] +name = "soupsieve" +version = "2.7" +source = { registry = "https://pypi.org/simple" } +sdist = { url = "https://files.pythonhosted.org/packages/3f/f4/4a80cd6ef364b2e8b65b15816a843c0980f7a5a2b4dc701fc574952aa19f/soupsieve-2.7.tar.gz", hash = "sha256:ad282f9b6926286d2ead4750552c8a6142bc4c783fd66b0293547c8fe6ae126a", size = 103418, upload-time = "2025-04-20T18:50:08.518Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/e7/9c/0e6afc12c269578be5c0c1c9f4b49a8d32770a080260c333ac04cc1c832d/soupsieve-2.7-py3-none-any.whl", hash = "sha256:6e60cc5c1ffaf1cebcc12e8188320b72071e922c2e897f737cadce79ad5d30c4", size = 36677, upload-time = "2025-04-20T18:50:07.196Z" }, +] + +[[package]] +name = "stack-data" +version = "0.6.3" +source = { registry = "https://pypi.org/simple" } +dependencies = [ + { name = "asttokens" }, + { name = "executing" }, + { name = "pure-eval" }, +] +sdist = { url = "https://files.pythonhosted.org/packages/28/e3/55dcc2cfbc3ca9c29519eb6884dd1415ecb53b0e934862d3559ddcb7e20b/stack_data-0.6.3.tar.gz", hash = "sha256:836a778de4fec4dcd1dcd89ed8abff8a221f58308462e1c4aa2a3cf30148f0b9", size = 44707, upload-time = "2023-09-30T13:58:05.479Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/f1/7b/ce1eafaf1a76852e2ec9b22edecf1daa58175c090266e9f6c64afcd81d91/stack_data-0.6.3-py3-none-any.whl", hash = "sha256:d5558e0c25a4cb0853cddad3d77da9891a08cb85dd9f9f91b9f8cd66e511e695", size = 24521, upload-time = "2023-09-30T13:58:03.53Z" }, +] + [[package]] name = "starlette" version = "0.46.2" @@ -1959,6 +2990,20 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/40/44/4a5f08c96eb108af5cb50b41f76142f0afa346dfa99d5296fe7202a11854/tabulate-0.9.0-py3-none-any.whl", hash = "sha256:024ca478df22e9340661486f85298cff5f6dcdba14f3813e8830015b9ed1948f", size = 35252, upload-time = "2022-10-06T17:21:44.262Z" }, ] +[[package]] +name = "terminado" +version = "0.18.1" +source = { registry = "https://pypi.org/simple" } +dependencies = [ + { name = "ptyprocess", marker = "os_name != 'nt'" }, + { name = "pywinpty", marker = "os_name == 'nt'" }, + { name = "tornado" }, +] +sdist = { url = "https://files.pythonhosted.org/packages/8a/11/965c6fd8e5cc254f1fe142d547387da17a8ebfd75a3455f637c663fb38a0/terminado-0.18.1.tar.gz", hash = "sha256:de09f2c4b85de4765f7714688fff57d3e75bad1f909b589fde880460c753fd2e", size = 32701, upload-time = "2024-03-12T14:34:39.026Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/6a/9e/2064975477fdc887e47ad42157e214526dcad8f317a948dee17e1659a62f/terminado-0.18.1-py3-none-any.whl", hash = "sha256:a4468e1b37bb318f8a86514f65814e1afc977cf29b3992a4500d9dd305dcceb0", size = 14154, upload-time = "2024-03-12T14:34:36.569Z" }, +] + [[package]] name = "tiktoken" version = "0.9.0" @@ -1983,6 +3028,18 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/de/a8/8f499c179ec900783ffe133e9aab10044481679bb9aad78436d239eee716/tiktoken-0.9.0-cp313-cp313-win_amd64.whl", hash = "sha256:5ea0edb6f83dc56d794723286215918c1cde03712cbbafa0348b33448faf5b95", size = 894669, upload-time = "2025-02-14T06:02:47.341Z" }, ] +[[package]] +name = "tinycss2" +version = "1.4.0" +source = { registry = "https://pypi.org/simple" } +dependencies = [ + { name = "webencodings" }, +] +sdist = { url = "https://files.pythonhosted.org/packages/7a/fd/7a5ee21fd08ff70d3d33a5781c255cbe779659bd03278feb98b19ee550f4/tinycss2-1.4.0.tar.gz", hash = "sha256:10c0972f6fc0fbee87c3edb76549357415e94548c1ae10ebccdea16fb404a9b7", size = 87085, upload-time = "2024-10-24T14:58:29.895Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/e6/34/ebdc18bae6aa14fbee1a08b63c015c72b64868ff7dae68808ab500c492e2/tinycss2-1.4.0-py3-none-any.whl", hash = "sha256:3a49cf47b7675da0b15d0c6e1df8df4ebd96e9394bb905a5775adb0d884c5289", size = 26610, upload-time = "2024-10-24T14:58:28.029Z" }, +] + [[package]] name = "tokenizers" version = "0.21.1" @@ -2051,6 +3108,25 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/90/48/7e6477cf40d48cc0a61fa0d41ee9582b9a316b12772fcac17bc1a40178e7/torch-2.7.0-cp313-none-macosx_11_0_arm64.whl", hash = "sha256:27f5007bdf45f7bb7af7f11d1828d5c2487e030690afb3d89a651fd7036a390e", size = 68575074, upload-time = "2025-04-23T14:32:38.136Z" }, ] +[[package]] +name = "tornado" +version = "6.5.1" +source = { registry = "https://pypi.org/simple" } +sdist = { url = "https://files.pythonhosted.org/packages/51/89/c72771c81d25d53fe33e3dca61c233b665b2780f21820ba6fd2c6793c12b/tornado-6.5.1.tar.gz", hash = "sha256:84ceece391e8eb9b2b95578db65e920d2a61070260594819589609ba9bc6308c", size = 509934, upload-time = "2025-05-22T18:15:38.788Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/77/89/f4532dee6843c9e0ebc4e28d4be04c67f54f60813e4bf73d595fe7567452/tornado-6.5.1-cp39-abi3-macosx_10_9_universal2.whl", hash = "sha256:d50065ba7fd11d3bd41bcad0825227cc9a95154bad83239357094c36708001f7", size = 441948, upload-time = "2025-05-22T18:15:20.862Z" }, + { url = "https://files.pythonhosted.org/packages/15/9a/557406b62cffa395d18772e0cdcf03bed2fff03b374677348eef9f6a3792/tornado-6.5.1-cp39-abi3-macosx_10_9_x86_64.whl", hash = "sha256:9e9ca370f717997cb85606d074b0e5b247282cf5e2e1611568b8821afe0342d6", size = 440112, upload-time = "2025-05-22T18:15:22.591Z" }, + { url = "https://files.pythonhosted.org/packages/55/82/7721b7319013a3cf881f4dffa4f60ceff07b31b394e459984e7a36dc99ec/tornado-6.5.1-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b77e9dfa7ed69754a54c89d82ef746398be82f749df69c4d3abe75c4d1ff4888", size = 443672, upload-time = "2025-05-22T18:15:24.027Z" }, + { url = "https://files.pythonhosted.org/packages/7d/42/d11c4376e7d101171b94e03cef0cbce43e823ed6567ceda571f54cf6e3ce/tornado-6.5.1-cp39-abi3-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:253b76040ee3bab8bcf7ba9feb136436a3787208717a1fb9f2c16b744fba7331", size = 443019, upload-time = "2025-05-22T18:15:25.735Z" }, + { url = "https://files.pythonhosted.org/packages/7d/f7/0c48ba992d875521ac761e6e04b0a1750f8150ae42ea26df1852d6a98942/tornado-6.5.1-cp39-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:308473f4cc5a76227157cdf904de33ac268af770b2c5f05ca6c1161d82fdd95e", size = 443252, upload-time = "2025-05-22T18:15:27.499Z" }, + { url = "https://files.pythonhosted.org/packages/89/46/d8d7413d11987e316df4ad42e16023cd62666a3c0dfa1518ffa30b8df06c/tornado-6.5.1-cp39-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:caec6314ce8a81cf69bd89909f4b633b9f523834dc1a352021775d45e51d9401", size = 443930, upload-time = "2025-05-22T18:15:29.299Z" }, + { url = "https://files.pythonhosted.org/packages/78/b2/f8049221c96a06df89bed68260e8ca94beca5ea532ffc63b1175ad31f9cc/tornado-6.5.1-cp39-abi3-musllinux_1_2_i686.whl", hash = "sha256:13ce6e3396c24e2808774741331638ee6c2f50b114b97a55c5b442df65fd9692", size = 443351, upload-time = "2025-05-22T18:15:31.038Z" }, + { url = "https://files.pythonhosted.org/packages/76/ff/6a0079e65b326cc222a54720a748e04a4db246870c4da54ece4577bfa702/tornado-6.5.1-cp39-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:5cae6145f4cdf5ab24744526cc0f55a17d76f02c98f4cff9daa08ae9a217448a", size = 443328, upload-time = "2025-05-22T18:15:32.426Z" }, + { url = "https://files.pythonhosted.org/packages/49/18/e3f902a1d21f14035b5bc6246a8c0f51e0eef562ace3a2cea403c1fb7021/tornado-6.5.1-cp39-abi3-win32.whl", hash = "sha256:e0a36e1bc684dca10b1aa75a31df8bdfed656831489bc1e6a6ebed05dc1ec365", size = 444396, upload-time = "2025-05-22T18:15:34.205Z" }, + { url = "https://files.pythonhosted.org/packages/7b/09/6526e32bf1049ee7de3bebba81572673b19a2a8541f795d887e92af1a8bc/tornado-6.5.1-cp39-abi3-win_amd64.whl", hash = "sha256:908e7d64567cecd4c2b458075589a775063453aeb1d2a1853eedb806922f568b", size = 444840, upload-time = "2025-05-22T18:15:36.1Z" }, + { url = "https://files.pythonhosted.org/packages/55/a7/535c44c7bea4578e48281d83c615219f3ab19e6abc67625ef637c73987be/tornado-6.5.1-cp39-abi3-win_arm64.whl", hash = "sha256:02420a0eb7bf617257b9935e2b754d1b63897525d8a289c9d65690d580b4dcf7", size = 443596, upload-time = "2025-05-22T18:15:37.433Z" }, +] + [[package]] name = "tqdm" version = "4.67.1" @@ -2063,6 +3139,15 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/d0/30/dc54f88dd4a2b5dc8a0279bdd7270e735851848b762aeb1c1184ed1f6b14/tqdm-4.67.1-py3-none-any.whl", hash = "sha256:26445eca388f82e72884e0d580d5464cd801a3ea01e63e5601bdff9ba6a48de2", size = 78540, upload-time = "2024-11-24T20:12:19.698Z" }, ] +[[package]] +name = "traitlets" +version = "5.14.3" +source = { registry = "https://pypi.org/simple" } +sdist = { url = "https://files.pythonhosted.org/packages/eb/79/72064e6a701c2183016abbbfedaba506d81e30e232a68c9f0d6f6fcd1574/traitlets-5.14.3.tar.gz", hash = "sha256:9ed0579d3502c94b4b3732ac120375cda96f923114522847de4b3bb98b96b6b7", size = 161621, upload-time = "2024-04-19T11:11:49.746Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/00/c0/8f5d070730d7836adc9c9b6408dec68c6ced86b304a9b26a14df072a6e8c/traitlets-5.14.3-py3-none-any.whl", hash = "sha256:b74e89e397b1ed28cc831db7aea759ba6640cb3de13090ca145426688ff1ac4f", size = 85359, upload-time = "2024-04-19T11:11:46.763Z" }, +] + [[package]] name = "transformers" version = "4.51.3" @@ -2097,6 +3182,15 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/0a/93/f28a696fa750b9b608baa236f8225dd3290e5aff27433b06143adc025961/triton-3.3.0-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:ce4700fc14032af1e049005ae94ba908e71cd6c2df682239aed08e49bc71b742", size = 156580729, upload-time = "2025-04-09T20:27:55.424Z" }, ] +[[package]] +name = "types-python-dateutil" +version = "2.9.0.20250516" +source = { registry = "https://pypi.org/simple" } +sdist = { url = "https://files.pythonhosted.org/packages/ef/88/d65ed807393285204ab6e2801e5d11fbbea811adcaa979a2ed3b67a5ef41/types_python_dateutil-2.9.0.20250516.tar.gz", hash = "sha256:13e80d6c9c47df23ad773d54b2826bd52dbbb41be87c3f339381c1700ad21ee5", size = 13943, upload-time = "2025-05-16T03:06:58.385Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/c5/3f/b0e8db149896005adc938a1e7f371d6d7e9eca4053a29b108978ed15e0c2/types_python_dateutil-2.9.0.20250516-py3-none-any.whl", hash = "sha256:2b2b3f57f9c6a61fba26a9c0ffb9ea5681c9b83e69cd897c6b5f668d9c0cab93", size = 14356, upload-time = "2025-05-16T03:06:57.249Z" }, +] + [[package]] name = "typing-extensions" version = "4.13.2" @@ -2127,6 +3221,15 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/5c/23/c7abc0ca0a1526a0774eca151daeb8de62ec457e77262b66b359c3c7679e/tzdata-2025.2-py2.py3-none-any.whl", hash = "sha256:1a403fada01ff9221ca8044d701868fa132215d84beb92242d9acd2147f667a8", size = 347839, upload-time = "2025-03-23T13:54:41.845Z" }, ] +[[package]] +name = "uri-template" +version = "1.3.0" +source = { registry = "https://pypi.org/simple" } +sdist = { url = "https://files.pythonhosted.org/packages/31/c7/0336f2bd0bcbada6ccef7aaa25e443c118a704f828a0620c6fa0207c1b64/uri-template-1.3.0.tar.gz", hash = "sha256:0e00f8eb65e18c7de20d595a14336e9f337ead580c70934141624b6d1ffdacc7", size = 21678, upload-time = "2023-06-21T01:49:05.374Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/e7/00/3fca040d7cf8a32776d3d81a00c8ee7457e00f80c649f1e4a863c8321ae9/uri_template-1.3.0-py3-none-any.whl", hash = "sha256:a44a133ea12d44a0c0f06d7d42a52d71282e77e2f937d8abd5655b8d56fc1363", size = 11140, upload-time = "2023-06-21T01:49:03.467Z" }, +] + [[package]] name = "urllib3" version = "2.4.0" @@ -2149,6 +3252,42 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/b1/4b/4cef6ce21a2aaca9d852a6e84ef4f135d99fcd74fa75105e2fc0c8308acd/uvicorn-0.34.2-py3-none-any.whl", hash = "sha256:deb49af569084536d269fe0a6d67e3754f104cf03aba7c11c40f01aadf33c403", size = 62483, upload-time = "2025-04-19T06:02:48.42Z" }, ] +[[package]] +name = "wcwidth" +version = "0.2.13" +source = { registry = "https://pypi.org/simple" } +sdist = { url = "https://files.pythonhosted.org/packages/6c/63/53559446a878410fc5a5974feb13d31d78d752eb18aeba59c7fef1af7598/wcwidth-0.2.13.tar.gz", hash = "sha256:72ea0c06399eb286d978fdedb6923a9eb47e1c486ce63e9b4e64fc18303972b5", size = 101301, upload-time = "2024-01-06T02:10:57.829Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/fd/84/fd2ba7aafacbad3c4201d395674fc6348826569da3c0937e75505ead3528/wcwidth-0.2.13-py2.py3-none-any.whl", hash = "sha256:3da69048e4540d84af32131829ff948f1e022c1c6bdb8d6102117aac784f6859", size = 34166, upload-time = "2024-01-06T02:10:55.763Z" }, +] + +[[package]] +name = "webcolors" +version = "24.11.1" +source = { registry = "https://pypi.org/simple" } +sdist = { url = "https://files.pythonhosted.org/packages/7b/29/061ec845fb58521848f3739e466efd8250b4b7b98c1b6c5bf4d40b419b7e/webcolors-24.11.1.tar.gz", hash = "sha256:ecb3d768f32202af770477b8b65f318fa4f566c22948673a977b00d589dd80f6", size = 45064, upload-time = "2024-11-11T07:43:24.224Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/60/e8/c0e05e4684d13459f93d312077a9a2efbe04d59c393bc2b8802248c908d4/webcolors-24.11.1-py3-none-any.whl", hash = "sha256:515291393b4cdf0eb19c155749a096f779f7d909f7cceea072791cb9095b92e9", size = 14934, upload-time = "2024-11-11T07:43:22.529Z" }, +] + +[[package]] +name = "webencodings" +version = "0.5.1" +source = { registry = "https://pypi.org/simple" } +sdist = { url = "https://files.pythonhosted.org/packages/0b/02/ae6ceac1baeda530866a85075641cec12989bd8d31af6d5ab4a3e8c92f47/webencodings-0.5.1.tar.gz", hash = "sha256:b36a1c245f2d304965eb4e0a82848379241dc04b865afcc4aab16748587e1923", size = 9721, upload-time = "2017-04-05T20:21:34.189Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/f4/24/2a3e3df732393fed8b3ebf2ec078f05546de641fe1b667ee316ec1dcf3b7/webencodings-0.5.1-py2.py3-none-any.whl", hash = "sha256:a0af1213f3c2226497a97e2b3aa01a7e4bee4f403f95be16fc9acd2947514a78", size = 11774, upload-time = "2017-04-05T20:21:32.581Z" }, +] + +[[package]] +name = "websocket-client" +version = "1.8.0" +source = { registry = "https://pypi.org/simple" } +sdist = { url = "https://files.pythonhosted.org/packages/e6/30/fba0d96b4b5fbf5948ed3f4681f7da2f9f64512e1d303f94b4cc174c24a5/websocket_client-1.8.0.tar.gz", hash = "sha256:3239df9f44da632f96012472805d40a23281a991027ce11d2f45a6f24ac4c3da", size = 54648, upload-time = "2024-04-23T22:16:16.976Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/5a/84/44687a29792a70e111c5c477230a72c4b957d88d16141199bf9acb7537a3/websocket_client-1.8.0-py3-none-any.whl", hash = "sha256:17b44cc997f5c498e809b22cdf2d9c7a9e71c02c8cc2b6c56e7c2d1239bfa526", size = 58826, upload-time = "2024-04-23T22:16:14.422Z" }, +] + [[package]] name = "websockets" version = "15.0.1" @@ -2180,6 +3319,15 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/fa/a8/5b41e0da817d64113292ab1f8247140aac61cbf6cfd085d6a0fa77f4984f/websockets-15.0.1-py3-none-any.whl", hash = "sha256:f7a866fbc1e97b5c617ee4116daaa09b722101d4a3c170c787450ba409f9736f", size = 169743, upload-time = "2025-03-05T20:03:39.41Z" }, ] +[[package]] +name = "widgetsnbextension" +version = "4.0.14" +source = { registry = "https://pypi.org/simple" } +sdist = { url = "https://files.pythonhosted.org/packages/41/53/2e0253c5efd69c9656b1843892052a31c36d37ad42812b5da45c62191f7e/widgetsnbextension-4.0.14.tar.gz", hash = "sha256:a3629b04e3edb893212df862038c7232f62973373869db5084aed739b437b5af", size = 1097428, upload-time = "2025-04-10T13:01:25.628Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/ca/51/5447876806d1088a0f8f71e16542bf350918128d0a69437df26047c8e46f/widgetsnbextension-4.0.14-py3-none-any.whl", hash = "sha256:4875a9eaf72fbf5079dc372a51a9f268fc38d46f767cbf85c43a36da5cb9b575", size = 2196503, upload-time = "2025-04-10T13:01:23.086Z" }, +] + [[package]] name = "xxhash" version = "3.5.0"