mayank-mishra
commited on
Commit
•
08fdeca
1
Parent(s):
f68b973
Update README.md
Browse files
README.md
CHANGED
@@ -237,16 +237,6 @@ model-index:
|
|
237 |
- **License:** [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0).
|
238 |
|
239 |
## Usage
|
240 |
-
> [!WARNING]
|
241 |
-
> **You need to build transformers from source to use this model correctly.**
|
242 |
-
> Relevant PR: https://github.com/huggingface/transformers/pull/30031
|
243 |
-
> ```shell
|
244 |
-
> git clone https://github.com/huggingface/transformers
|
245 |
-
> cd transformers/
|
246 |
-
> pip install ./
|
247 |
-
> cd ..
|
248 |
-
> ```
|
249 |
-
|
250 |
### Intended use
|
251 |
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.
|
252 |
|
|
|
237 |
- **License:** [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0).
|
238 |
|
239 |
## Usage
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
240 |
### Intended use
|
241 |
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.
|
242 |
|