fix model size
Browse files
README.md
CHANGED
@@ -262,7 +262,7 @@ for Code Intelligence](https://)
|
|
262 |
|
263 |
## Usage
|
264 |
### Intended use
|
265 |
-
Prominent enterprise use cases of LLMs in software engineering productivity include code generation, code explanation, code fixing, generating unit tests, generating documentation, addressing technical debt issues, vulnerability detection, code translation, and more. All Granite Code Base models, including the **
|
266 |
|
267 |
### Generation
|
268 |
This is a simple example of how to use **Granite-Code-Base-3B model**.
|
|
|
262 |
|
263 |
## Usage
|
264 |
### Intended use
|
265 |
+
Prominent enterprise use cases of LLMs in software engineering productivity include code generation, code explanation, code fixing, generating unit tests, generating documentation, addressing technical debt issues, vulnerability detection, code translation, and more. All Granite Code Base models, including the **8B parameter model**, are able to handle these tasks as they were trained on a large amount of code data from 116 programming languages.
|
266 |
|
267 |
### Generation
|
268 |
This is a simple example of how to use **Granite-Code-Base-3B model**.
|