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-72B
3
  base_model: Qwen/Qwen2.5-72B-Instruct
4
  base_model_relation: finetune
5
- datasets:
6
- - AItonomy/ScienceIDE
7
  library_name: transformers
8
  pipeline_tag: text-generation
9
  license: other
@@ -23,7 +21,7 @@ tags:
23
 
24
  **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.
25
 
26
- The **training dataset is Codex trajectories**, sourced from [AItonomy/ScienceIDE](https://huggingface.co/datasets/AItonomy/ScienceIDE).
27
 
28
  ## Models
29
 
 
2
  model_name: PhAI-IDE-72B
3
  base_model: Qwen/Qwen2.5-72B-Instruct
4
  base_model_relation: finetune
 
 
5
  library_name: transformers
6
  pipeline_tag: text-generation
7
  license: other
 
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 [ScienceIDE](https://github.com/aitofound/ScienceIDE).
25
 
26
  ## Models
27