Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# InCoder 6B
|
| 2 |
|
| 3 |
A 6B parameter decoder-only Transformer model trained on code using a causal-masked objective, which allows inserting/infilling code as well as standard left-to-right generation.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: "cc-by-nc-4.0"
|
| 3 |
+
tags:
|
| 4 |
+
- code
|
| 5 |
+
- python
|
| 6 |
+
- javascript
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
# InCoder 6B
|
| 10 |
|
| 11 |
A 6B parameter decoder-only Transformer model trained on code using a causal-masked objective, which allows inserting/infilling code as well as standard left-to-right generation.
|