dpfried commited on
Commit
82a3c24
1 Parent(s): 98c5b19

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
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.