rwkv7
Datasets
All datasets matching “rwkv7”RWKV-7-ArithmeticRWKV-7-Arithmetic-0.1B 加减法运算模型的训练和测试数据集。
该模型实现基础加减法运算和加减法方程求解功能,能够处理整数部分为 1-12 位、小数部分为 0-6 位的数值,支持中英文数字、全半角格式以及大小写字符的多种表示形式,可实现基础加减法运算和加减法方程求解功能。
训练数据集说明
以下是我们使用的加减法训练数据类型,共包含 30000587 33000147 条单轮加减法 QA 数据,约 1B(1014434168) token。
数据文件名
数据条数
数据说明
示例
ADD_4M
3997733
1. 使用‘全角’、‘中文数字’、‘大写中文数字’随机替换整个数字2. 运算符附近有 1~2 个随机空格3. 含简单自然语言描述/自然语言噪声
{"text": "User: 249476576 减 796580834 还剩多少?\n\nAssistant: -547104258"}
ADD_2M
1999673
1. 使用‘全角’、‘中文数字’、‘大写中文数字’随机替换整个数字2. 运算符附近有 1~2… See the full description on the dataset page: https://huggingface.co/datasets/shoumenchougou/RWKV-7-Arithmetic.keras-rwkv7-assets-eval-poc
Keras RWKV7 Assets eval() — safe_mode bypass PoC
Vulnerability
A malicious .keras model file achieves arbitrary code execution when loaded with
keras.saving.load_model(path, safe_mode=True). The attack exploits an architectural gap:
_load_state() is called WITHOUT the safe_mode parameter, allowing load_assets() to
execute eval() on attacker-controlled vocabulary data from assets/vocabulary.txt.
This is distinct from the config.json path. The config path fires during… See the full description on the dataset page: https://huggingface.co/datasets/Rammadaeus/keras-rwkv7-assets-eval-poc.
