thinkwee commited on
Commit
37b597f
verified
1 Parent(s): 4c4ab04

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -14,6 +14,8 @@ datasets:
14
  language:
15
  - en
16
  pipeline_tag: question-answering
 
 
17
  ---
18
 
19
  <div align="center">
@@ -33,7 +35,7 @@ It is trained on several general reasoning datasets with freeform text answers,
33
  - **Base Model**: [Qwen/Qwen3-4B-Instruct-2507](https://huggingface.co/Qwen/Qwen3-4B-Instruct-2507)
34
  - **Training Method**: NOVER with LoRA finetuning
35
  - **Dataset**: Modified [NOVEReason_5k_reasoning](https://huggingface.co/datasets/thinkwee/NOVEReason_5k) dataset with custom tags
36
- - **Finetuning Detail**: [NOVER1-Qwen3-4B config]()
37
 
38
  ## Usage
39
  ```python
 
14
  language:
15
  - en
16
  pipeline_tag: question-answering
17
+ metrics:
18
+ - accuracy
19
  ---
20
 
21
  <div align="center">
 
35
  - **Base Model**: [Qwen/Qwen3-4B-Instruct-2507](https://huggingface.co/Qwen/Qwen3-4B-Instruct-2507)
36
  - **Training Method**: NOVER with LoRA finetuning
37
  - **Dataset**: Modified [NOVEReason_5k_reasoning](https://huggingface.co/datasets/thinkwee/NOVEReason_5k) dataset with custom tags
38
+ - **Finetuning Detail**: [NOVER1-Qwen3-4B config](https://github.com/thinkwee/NOVER/blob/main/config/qwen3.yaml)
39
 
40
  ## Usage
41
  ```python