首页
Python
Java
前端
数据库
Linux
Chatgpt专题
开发者工具箱
mods专题
Codeforces Round 929 (Div. 3) D. Turtle Tenacity: Continual Mods(数学,贪心)
给定数组 a 1 , a 2 , … , a n a_1,a_2,…,a_n a1,a2,…,an ,判断是否有可能将其元素重排为 b 1 , b 2 , … , b n b_1,b_2,…,b_n b1,b2,…,bn ,从而得到 b 1 b_1 b1 m o d mod mod b 2 b_2 b2 m o d mod mod … m o d mod mod b
阅读更多...
MoDS: Model-oriented Data Selection for Instruction Tuning
本文主要用于记录学习的过程,如有理解错误的请指正。 该论文主要通过模型驱动,实现自动筛选高质量的Instruction tuning数据选取,实现大模型的能够和人类的意图进行对齐。 摘要: 一些论文证明Instruction tuning证明只需要很少的数据集就可以实现与人类意图对齐,并且大模型LLM并不能从Instruction tuning中学到东西,仅仅是生成一些可靠的格式。该论文提出
阅读更多...
UVa - 10692 - Huge Mods-(幂的模)
代码: #include<iostream>#include<string>#include<cstdio>#include<algorithm>#include<cmath>#include<iomanip>#include<queue>#include<cstring>#include<map>using namespace std;typedef long lon
阅读更多...