Update README.md
Browse files
README.md
CHANGED
@@ -61,7 +61,7 @@ The Narrow Transformer (NT) model NT-Java-1.1B is an open-source specialized cod
|
|
61 |
- **Paper:**
|
62 |
- **Language(s):** Java
|
63 |
|
64 |
-
|
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 |
|
@@ -69,6 +69,15 @@ Quantized versions of NT-Java-1.1B, [NT-Java-1.1B-GGUF](https://huggingface.co/i
|
|
69 |
|
70 |
**Feel free to share your generations in the Community tab!**
|
71 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
72 |
### Generation
|
73 |
```Java
|
74 |
# pip install -q transformers
|
|
|
61 |
- **Paper:**
|
62 |
- **Language(s):** Java
|
63 |
|
64 |
+
# Intended Uses
|
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 |
|
|
|
69 |
|
70 |
**Feel free to share your generations in the Community tab!**
|
71 |
|
72 |
+
## Primary Use cases
|
73 |
+
|
74 |
+
The model is intended for commercial use for Java programming tasks. The model provides uses for applications which require:
|
75 |
+
|
76 |
+
1. Memory/compute constrained environments
|
77 |
+
2. Latency bound scenarios
|
78 |
+
3. Code generation/Completion task in Java
|
79 |
+
4. FIM task in Java
|
80 |
+
|
81 |
### Generation
|
82 |
```Java
|
83 |
# pip install -q transformers
|