BoZhang commited on
Commit
da3f3a9
·
verified ·
1 Parent(s): 53cc997

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -16,7 +16,7 @@ tags:
16
  - biomedical
17
  ---
18
 
19
- # Scholar-R1
20
 
21
  **Knowledge extraction model in Agents-K1** is a 4B-parameter language model fine-tuned from
22
  [`Qwen/Qwen3-4B-Instruct-2507`](https://huggingface.co/Qwen/Qwen3-4B-Instruct-2507)
@@ -59,7 +59,7 @@ an `<answer>` block with a JSON object.
59
  ```python
60
  from transformers import AutoModelForCausalLM, AutoTokenizer
61
 
62
- model_id = "Leon-AI/Scholar-R1"
63
  tok = AutoTokenizer.from_pretrained(model_id)
64
  model = AutoModelForCausalLM.from_pretrained(model_id, torch_dtype="bfloat16", device_map="auto")
65
 
@@ -127,7 +127,7 @@ the model from defaulting to non-empty outputs).
127
  ## Evaluation
128
 
129
  Reported numbers are micro-F1 on each benchmark's official test split, using
130
- the same prompt template as training. Gains are **base → Scholar-R1 (GRPO)**.
131
 
132
  | Dataset | Task | n | Base F1 | Agent-K1 F1 | Δ |
133
  |---------------------------------|:----:|------:|--------:|--------------:|------:|
 
16
  - biomedical
17
  ---
18
 
19
+ # Agents-K1
20
 
21
  **Knowledge extraction model in Agents-K1** is a 4B-parameter language model fine-tuned from
22
  [`Qwen/Qwen3-4B-Instruct-2507`](https://huggingface.co/Qwen/Qwen3-4B-Instruct-2507)
 
59
  ```python
60
  from transformers import AutoModelForCausalLM, AutoTokenizer
61
 
62
+ model_id = "InternScience/Agents-K1"
63
  tok = AutoTokenizer.from_pretrained(model_id)
64
  model = AutoModelForCausalLM.from_pretrained(model_id, torch_dtype="bfloat16", device_map="auto")
65
 
 
127
  ## Evaluation
128
 
129
  Reported numbers are micro-F1 on each benchmark's official test split, using
130
+ the same prompt template as training. Gains are **base → Agents-K1 (GRPO)**.
131
 
132
  | Dataset | Task | n | Base F1 | Agent-K1 F1 | Δ |
133
  |---------------------------------|:----:|------:|--------:|--------------:|------:|