Text Generation
Transformers
Safetensors
gpt_bigcode
code
granite
Eval Results
Inference Endpoints
text-generation-inference
amezasor commited on
Commit
8acb183
1 Parent(s): e87769a

fixed model name in generation section

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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-20B-Code-Base model**.
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