Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -21,31 +21,34 @@ BigCode is an open scientific collaboration working on responsible training of l
|
|
21 |
|
22 |
---
|
23 |
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
- [
|
31 |
-
- [
|
32 |
-
- [StarCoder
|
33 |
-
- [
|
34 |
-
- [
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
- [
|
40 |
-
- [
|
41 |
-
- [
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
- [
|
47 |
-
- [StarCoder
|
48 |
-
- [StarCoder
|
|
|
|
|
|
|
49 |
|
50 |
---
|
51 |
|
|
|
21 |
|
22 |
---
|
23 |
|
24 |
+
<details>
|
25 |
+
<summary>
|
26 |
+
## 💫StarCoder</summary>
|
27 |
+
StarCoder is a 15.5B parameters language model for code trained for 1T tokens on 80+ programming languages. It uses MQA for efficient generation, has 8,192 tokens context window and can do fill-in-the-middle.
|
28 |
+
|
29 |
+
### Models
|
30 |
+
- [Paper](https://arxiv.org/abs/2305.06161): A technical report about StarCoder.
|
31 |
+
- [GitHub](https://github.com/bigcode-project/starcoder/tree/main): All you need to know about using or fine-tuning StarCoder.
|
32 |
+
- [StarCoder](https://huggingface.co/bigcode/starcoder): StarCoderBase further trained on Python.
|
33 |
+
- [StarCoderBase](https://huggingface.co/bigcode/starcoderbase): Trained on 80+ languages from The Stack.
|
34 |
+
- [StarCoder+](https://huggingface.co/bigcode/starcoderplus): StarCoderBase further trained on English web data.
|
35 |
+
- [StarEncoder](https://huggingface.co/bigcode/starencoder): Encoder model trained on TheStack.
|
36 |
+
- [StarPii](https://huggingface.co/bigcode/starpii): StarEncoder based PII detector.
|
37 |
+
|
38 |
+
### Tools & Demos
|
39 |
+
- [StarCoder Playground](https://huggingface.co/spaces/bigcode/bigcode-playground): Write with StarCoder Models!
|
40 |
+
- [VSCode Extension](https://marketplace.visualstudio.com/items?itemName=HuggingFace.huggingface-vscode): Code with StarCoder!
|
41 |
+
- [StarChat](https://huggingface.co/spaces/HuggingFaceH4/starchat-playground): Chat with StarCoder!
|
42 |
+
- [Tech Assistant Prompt](https://huggingface.co/datasets/bigcode/ta-prompt): With this prompt you can turn StarCoder into tech assistant.
|
43 |
+
- [StarCoder Editor](https://huggingface.co/spaces/bigcode/bigcode-editor): Edit with StarCoder!
|
44 |
+
|
45 |
+
### Data & Governance
|
46 |
+
- [Governance Card](https://huggingface.co/datasets/bigcode/governance-card): A card outlining the governance of the model.
|
47 |
+
- [StarCoder License Agreement](https://huggingface.co/spaces/bigcode/bigcode-model-license-agreement): The model is licensed under the BigCode OpenRAIL-M v1 license agreement.
|
48 |
+
- [StarCoder Data](https://huggingface.co/datasets/bigcode/starcoderdata): Pretraining dataset of StarCoder.
|
49 |
+
- [StarCoder Search](https://huggingface.co/spaces/bigcode/search): Full-text search code in the pretraining dataset.
|
50 |
+
- [StarCoder Membership Test](https://stack.dataportraits.org/): Blazing fast test if code was present in pretraining dataset.
|
51 |
+
</details>
|
52 |
|
53 |
---
|
54 |
|