Mubuky commited on
Commit
bd5cfa5
·
1 Parent(s): eb1640d

Update SciJudge-30B-2605 model card links and tags

Browse files
Files changed (1) hide show
  1. README.md +3 -5
README.md CHANGED
@@ -6,12 +6,8 @@ base_model: Qwen/Qwen3-30B-A3B-Instruct-2507
6
  datasets:
7
  - OpenMOSS-Team/SciJudgeBench
8
  tags:
9
- - scientific-evaluation
10
- - citation-prediction
11
- - preference-learning
12
  - GRPO
13
- - moe
14
- - arxiv:2603.14473
15
  pipeline_tag: text-generation
16
  library_name: transformers
17
  model-index:
@@ -36,6 +32,8 @@ SciJudge-30B-2605 is a Qwen3-30B-A3B-Instruct-2507 MoE model fine-tuned for scie
36
 
37
  This release is part of [AI Can Learn Scientific Taste](https://arxiv.org/abs/2603.14473). The companion smaller model is [SciJudge-4B-2605](https://huggingface.co/OpenMOSS-Team/SciJudge-4B-2605), and the benchmark dataset is [SciJudgeBench](https://huggingface.co/datasets/OpenMOSS-Team/SciJudgeBench).
38
 
 
 
39
  ## Usage
40
 
41
  ```python
 
6
  datasets:
7
  - OpenMOSS-Team/SciJudgeBench
8
  tags:
9
+ - scientific-taste
 
 
10
  - GRPO
 
 
11
  pipeline_tag: text-generation
12
  library_name: transformers
13
  model-index:
 
32
 
33
  This release is part of [AI Can Learn Scientific Taste](https://arxiv.org/abs/2603.14473). The companion smaller model is [SciJudge-4B-2605](https://huggingface.co/OpenMOSS-Team/SciJudge-4B-2605), and the benchmark dataset is [SciJudgeBench](https://huggingface.co/datasets/OpenMOSS-Team/SciJudgeBench).
34
 
35
+ Resources: [Project page](https://tongjingqi.github.io/AI-Can-Learn-Scientific-Taste/) and [GitHub repository](https://github.com/tongjingqi/AI-Can-Learn-Scientific-Taste).
36
+
37
  ## Usage
38
 
39
  ```python