feat: Embedding FP16 开关 + 团队成员信息完善 + gitignore 更新

- infer.py: 新增 emb_fp16 CONFIG 选项(默认 False),Embedding 权重可 FP16 省查表带宽
- CLAUDE.md: 补充团队成员表(AI Studio 用户名→真实姓名)
- README.md: 新增团队区块,标注三人参赛身份
- .gitignore: 排除 DVC/HF 工具自动生成的元数据文件

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2026-06-15 17:26:25 +08:00
parent c5a1aedef1
commit 5634b04b00
4 changed files with 32 additions and 5 deletions
+9 -1
View File
@@ -219,8 +219,16 @@ Baseline 数据:推理 229sAUC 0.759PCOC 1.110,得分 25.85。
| 06/14 | 16 | 55.19 | 0.7526 | 1.059 | 102.2s | + Expert 合并 th=0.97 | 阈值过高 |
| 06/12 | 3 | 43.55 | 0.7525 | 1.059 | 152s | + FP16 量化 | |
### 团队成员
| AI Studio 用户名 | 真实姓名 |
|------------------|----------|
| qianban139 | 张君硕 |
| sidny1988 | 谢松熹 |
| (队长账号) | 刘航宇 |
### 竞品参考
| 用户 | 最高分 | 耗时 | AUC | PCOC |
|------|--------|------|-----|------|
| qianban139 | **67.87** | 47.9s | 0.7525 | 1.059 |
| qianban139(张君硕) | **67.87** | 47.9s | 0.7525 | 1.059 |