Views
No views yet
| Bucket | 任务 | 训练样本数 | test_final_new Δ |
|---|---|---|---|
| tibetan__annotation | 注释 | 5,273 | +0.03pp |
| traditional_mongolian__annotation | 注释 | 2,403 | +1.54pp ✅ |
| manchu__annotation | 注释 | 5,068 | +0.61pp ✅ |
| tangut__segmentation | 断句 | 3,305 | +0.43pp ✅ |
| zhuang__segmentation | 断句 | 222 | -0.92pp |
| uyghur__restoration | 修复 | 4,335 | -1.81pp |
| classical_chinese__translation | 翻译 | 10,000 | +0.35pp ✅ |
| zhuang__translation | 翻译 | 10,000 | -0.58pp |
| traditional_mongolian__translation | 翻译 | 10,000 | +1.06pp ✅ |
| tangut__translation | 翻译 | 10,000 | -0.98pp |
| Bucket | Baseline | This Model | Δ |
|---|---|---|---|
| traditional_mongolian / annotation | 57.04 | 58.58 | +1.54pp |
| traditional_mongolian / translation | 29.42 | 30.48 | +1.06pp |
| manchu / annotation | 65.44 | 66.05 | +0.61pp |
| tangut / translation | 42.09 | 41.11 | -0.98pp |
| tangut / segmentation | 81.74 | 82.17 | +0.43pp |
| classical_chinese / translation | 42.04 | 42.39 | +0.35pp |
| tibetan / annotation | 57.73 | 57.25 | -0.48pp |
| zhuang / translation | 51.23 | 50.65 | -0.58pp |
| zhuang / segmentation | 66.67 | 65.75 | -0.92pp |
| uyghur / restoration | 87.58 | 85.77 | -1.81pp |
1from transformers import AutoModelForCausalLM, AutoTokenizer
2
3model = AutoModelForCausalLM.from_pretrained("MooreMuaMu/ancient-rl-grpo-pilot3-step50", torch_dtype="bfloat16", device_map="auto")
4tokenizer = AutoTokenizer.from_pretrained("MooreMuaMu/ancient-rl-grpo-pilot3-step50")