samusenps commited on
Commit
ad5031a
1 Parent(s): 1c79ab7

Update README.md

Browse files

Correct "on just 500 trillion tokens." to "on just 500 billion tokens."

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -27,7 +27,7 @@ CodeShell is a multi-language code LLM developed by the [Knowledge Computing Lab
27
  * **Complete Ecosystem**: In addition to the mega code model, open-source IDE plugins (for VS Code and JetBrains) are also available, forming a comprehensive open-source full-stack technology system.
28
  * **Lightweight Deployment**: Supports local C++ deployment, offering a lightweight and fast localized software development assistant solution.
29
  * **Comprehensive Evaluation**: Provides a multi-task evaluation system that supports full project context, covering code generation, code defect detection and repair, test case generation, and other common software development activities (to be open-sourced soon).
30
- * **Efficient Training**: Based on an efficient data governance system, CodeShell, even when starting from scratch, achieved outstanding performance with training on just 500 trillion tokens.
31
 
32
  ## Quickstart
33
 
 
27
  * **Complete Ecosystem**: In addition to the mega code model, open-source IDE plugins (for VS Code and JetBrains) are also available, forming a comprehensive open-source full-stack technology system.
28
  * **Lightweight Deployment**: Supports local C++ deployment, offering a lightweight and fast localized software development assistant solution.
29
  * **Comprehensive Evaluation**: Provides a multi-task evaluation system that supports full project context, covering code generation, code defect detection and repair, test case generation, and other common software development activities (to be open-sourced soon).
30
+ * **Efficient Training**: Based on an efficient data governance system, CodeShell, even when starting from scratch, achieved outstanding performance with training on just 500 billion tokens.
31
 
32
  ## Quickstart
33