Update README.md
Browse files
README.md
CHANGED
@@ -4,12 +4,12 @@ A 6B parameter decoder-only Transformer model trained on code using a causal-mas
|
|
4 |
|
5 |
The model was trained on public open-source repositories with a permissive, non-copyleft, license (Apache 2.0, MIT, BSD-2 or BSD-3) from GitHub and GitLab, as well as StackOverflow. Repositories were primarily on Python and JavaScript, but also include code from 28 languages, as well as StackOverflow.
|
6 |
|
7 |
-
For more information, see:
|
8 |
|
9 |
-
[Project site](https://sites.google.com/view/incoder-code-models)
|
10 |
-
[Paper](https://github.com/dpfried/incoder/blob/main/paper/InCoder.pdf)
|
11 |
-
[Examples](https://sites.google.com/view/incoder-code-models/home/examples)
|
12 |
-
[Demo](https://huggingface.co/spaces/facebook/incoder-demo)
|
13 |
|
14 |
A smaller, 1B, parameter model is also available at [facebook/incoder-1B](https://huggingface.co/facebook/incoder-1B).
|
15 |
|
|
|
4 |
|
5 |
The model was trained on public open-source repositories with a permissive, non-copyleft, license (Apache 2.0, MIT, BSD-2 or BSD-3) from GitHub and GitLab, as well as StackOverflow. Repositories were primarily on Python and JavaScript, but also include code from 28 languages, as well as StackOverflow.
|
6 |
|
7 |
+
For more information, see our:
|
8 |
|
9 |
+
- [Project site](https://sites.google.com/view/incoder-code-models)
|
10 |
+
- [Paper](https://github.com/dpfried/incoder/blob/main/paper/InCoder.pdf)
|
11 |
+
- [Examples](https://sites.google.com/view/incoder-code-models/home/examples)
|
12 |
+
- [Demo](https://huggingface.co/spaces/facebook/incoder-demo)
|
13 |
|
14 |
A smaller, 1B, parameter model is also available at [facebook/incoder-1B](https://huggingface.co/facebook/incoder-1B).
|
15 |
|