fixed model name in how to section
Browse files
README.md
CHANGED
@@ -265,7 +265,7 @@ for Code Intelligence](https://)
|
|
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 **20B 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
|
269 |
|
270 |
```python
|
271 |
import torch
|
|
|
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 **20B 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-20B-Code-Base model**.
|
269 |
|
270 |
```python
|
271 |
import torch
|