Link training data to the ScienceIDE GitHub repository

#8
by leyili6666 - opened
Files changed (1) hide show
  1. README.md +1 -3
README.md CHANGED
@@ -2,8 +2,6 @@
2
  model_name: PhAI-IDE-4B
3
  base_model: Qwen/Qwen3.5-4B
4
  base_model_relation: finetune
5
- datasets:
6
- - AItonomy/ScienceIDE
7
  library_name: transformers
8
  pipeline_tag: image-text-to-text
9
  license: apache-2.0
@@ -21,7 +19,7 @@ tags:
21
 
22
  **PhAI-IDE** is a family of models for scientific coding and interaction with tools, available in **4B, 9B, and 72B** sizes. Each model is supervised fine-tuned with [ms-swift](https://github.com/modelscope/ms-swift) and released as full BF16 weights with the final LoRA adapter merged, together with its configuration and tokenizer.
23
 
24
- The **training dataset is Codex trajectories**, sourced from [AItonomy/ScienceIDE](https://huggingface.co/datasets/AItonomy/ScienceIDE).
25
 
26
  ## Models
27
 
 
2
  model_name: PhAI-IDE-4B
3
  base_model: Qwen/Qwen3.5-4B
4
  base_model_relation: finetune
 
 
5
  library_name: transformers
6
  pipeline_tag: image-text-to-text
7
  license: apache-2.0
 
19
 
20
  **PhAI-IDE** is a family of models for scientific coding and interaction with tools, available in **4B, 9B, and 72B** sizes. Each model is supervised fine-tuned with [ms-swift](https://github.com/modelscope/ms-swift) and released as full BF16 weights with the final LoRA adapter merged, together with its configuration and tokenizer.
21
 
22
+ The **training dataset is Codex trajectories**, sourced from [ScienceIDE](https://github.com/aitofound/ScienceIDE).
23
 
24
  ## Models
25