Update README.md
Browse files
README.md
CHANGED
@@ -63,7 +63,9 @@ The Narrow Transformer (NT) model NT-Java-1.1B is an open-source specialized cod
|
|
63 |
|
64 |
### Intended use
|
65 |
|
66 |
-
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.
|
|
|
|
|
67 |
|
68 |
**Feel free to share your generations in the Community tab!**
|
69 |
|
|
|
63 |
|
64 |
### Intended use
|
65 |
|
66 |
+
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!
|
67 |
+
|
68 |
+
Quantized versions of NT-Java-1.1B, NT-Java-1.1B-GGML & 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.
|
69 |
|
70 |
**Feel free to share your generations in the Community tab!**
|
71 |
|