rajabmondal commited on
Commit
1d960c0
·
verified ·
1 Parent(s): da27032

updated intended use

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -38,7 +38,7 @@ The Narrow Transformer (NT) model NT-Java-1.1B is an open-source specialized cod
38
 
39
  ### Intended use
40
 
41
- The model was trained on GitHub code. As such it is _not_ an instruction model and commands like "Write a function that computes the square root." do not work well. However, by using the [Tech Assistant prompt](https://huggingface.co/datasets/bigcode/ta-prompt) you can turn it into a capable technical assistant.
42
 
43
  **Feel free to share your generations in the Community tab!**
44
 
 
38
 
39
  ### Intended use
40
 
41
+ 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. This model addresses the gap by focusing on the development of a small Java code model and introducing a quantized version of NT-Java-1.1B, which performs comparably to open 1.1B models on MultiPL-E Java code benchmarks, making it ideal for desktop deployment.
42
 
43
  **Feel free to share your generations in the Community tab!**
44