Update README.md
Browse files
README.md
CHANGED
@@ -52,12 +52,10 @@ The Narrow Transformer (NT) model **NT-Java-1.1B** is an open-source specialized
|
|
52 |
|
53 |
# Intended Uses
|
54 |
|
55 |
-
Large code models require specialized hardware like GPUs for inference, highlighting the need for research into building small code models that can be deployed on developer desktops. Being a small language model (SLM), the NT-Java-1.1B can be deployed on consumer-grade PCs. It outperforms comparably
|
56 |
|
57 |
Quantized versions of NT-Java-1.1B, [NT-Java-1.1B-GGUF](https://huggingface.co/infosys/NT-Java-1.1B-GGUF), performs comparably to open 1B models on MultiPL-E Java code benchmarks and can be used with multiple frameworks, including CTranslate2, GPT4ALL, etc., making it versatile for various deployment scenarios.
|
58 |
|
59 |
-
**Feel free to share your generations in the Community tab!**
|
60 |
-
|
61 |
**Primary Use cases**
|
62 |
|
63 |
The model is tailored for commercial use in Java programming tasks. It is particularly suited for:
|
|
|
52 |
|
53 |
# Intended Uses
|
54 |
|
55 |
+
Large code models require specialized hardware like GPUs for inference, highlighting the need for research into building small code models that can be deployed on developer desktops. Being a small language model (SLM), the NT-Java-1.1B can be deployed on consumer-grade PCs. It outperforms comparably sized open-source code models in Java programming tasks. Feel free to explore this powerful language model for your Java projects!
|
56 |
|
57 |
Quantized versions of NT-Java-1.1B, [NT-Java-1.1B-GGUF](https://huggingface.co/infosys/NT-Java-1.1B-GGUF), performs comparably to open 1B models on MultiPL-E Java code benchmarks and can be used with multiple frameworks, including CTranslate2, GPT4ALL, etc., making it versatile for various deployment scenarios.
|
58 |
|
|
|
|
|
59 |
**Primary Use cases**
|
60 |
|
61 |
The model is tailored for commercial use in Java programming tasks. It is particularly suited for:
|