Update README.md
Browse files
README.md
CHANGED
@@ -6,7 +6,7 @@ license: bigcode-openrail-m
|
|
6 |
|
7 |
<!-- Provide a quick summary of what the model is/does. -->
|
8 |
|
9 |
-
StarChat is a series of language models that are fine-tuned from StarCoder to
|
10 |
|
11 |
## Model Details
|
12 |
|
@@ -14,56 +14,29 @@ StarChat is a series of language models that are fine-tuned from StarCoder to fo
|
|
14 |
|
15 |
<!-- Provide a longer summary of what this model is. -->
|
16 |
|
17 |
-
|
18 |
-
|
19 |
-
- **
|
20 |
-
- **
|
21 |
-
- **Model type:** [More Information Needed]
|
22 |
-
- **Language(s) (NLP):** [More Information Needed]
|
23 |
-
- **License:** [More Information Needed]
|
24 |
-
- **Finetuned from model [optional]:** [More Information Needed]
|
25 |
|
26 |
### Model Sources [optional]
|
27 |
|
28 |
<!-- Provide the basic links for the model. -->
|
29 |
|
30 |
-
- **Repository:**
|
31 |
-
- **
|
32 |
-
- **Demo [optional]:** [More Information Needed]
|
33 |
|
34 |
## Uses
|
35 |
|
36 |
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
37 |
|
38 |
-
|
39 |
-
|
40 |
-
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
41 |
-
|
42 |
-
[More Information Needed]
|
43 |
-
|
44 |
-
### Downstream Use [optional]
|
45 |
-
|
46 |
-
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
47 |
-
|
48 |
-
[More Information Needed]
|
49 |
-
|
50 |
-
### Out-of-Scope Use
|
51 |
-
|
52 |
-
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
53 |
-
|
54 |
-
[More Information Needed]
|
55 |
|
56 |
## Bias, Risks, and Limitations
|
57 |
|
58 |
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
59 |
|
60 |
-
|
61 |
-
|
62 |
-
### Recommendations
|
63 |
-
|
64 |
-
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
65 |
-
|
66 |
-
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
67 |
|
68 |
## How to Get Started with the Model
|
69 |
|
@@ -136,18 +109,6 @@ Use the code below to get started with the model.
|
|
136 |
|
137 |
[More Information Needed]
|
138 |
|
139 |
-
## Environmental Impact
|
140 |
-
|
141 |
-
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
142 |
-
|
143 |
-
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
144 |
-
|
145 |
-
- **Hardware Type:** [More Information Needed]
|
146 |
-
- **Hours used:** [More Information Needed]
|
147 |
-
- **Cloud Provider:** [More Information Needed]
|
148 |
-
- **Compute Region:** [More Information Needed]
|
149 |
-
- **Carbon Emitted:** [More Information Needed]
|
150 |
-
|
151 |
## Technical Specifications [optional]
|
152 |
|
153 |
### Model Architecture and Objective
|
@@ -172,17 +133,16 @@ Carbon emissions can be estimated using the [Machine Learning Impact calculator]
|
|
172 |
|
173 |
**BibTeX:**
|
174 |
|
175 |
-
|
176 |
-
|
177 |
-
|
178 |
-
|
179 |
-
|
|
|
|
|
|
|
|
|
180 |
|
181 |
-
## Glossary [optional]
|
182 |
-
|
183 |
-
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
184 |
-
|
185 |
-
[More Information Needed]
|
186 |
|
187 |
## More Information [optional]
|
188 |
|
|
|
6 |
|
7 |
<!-- Provide a quick summary of what the model is/does. -->
|
8 |
|
9 |
+
StarChat is a series of language models that are fine-tuned from StarCoder to act as helpful coding assistants. StarChat Alpha is the first of these models, and as an alpha release is only intended for educational or research purpopses. In particular, the model has not been aligned to human preferences with techniques like RLHF, so may generate problematic content (especially when prompted to do so).
|
10 |
|
11 |
## Model Details
|
12 |
|
|
|
14 |
|
15 |
<!-- Provide a longer summary of what this model is. -->
|
16 |
|
17 |
+
- **Model type:** A 16B parameter GPT-like model fine-tuned on a blend of the [`oasst1`](https://huggingface.co/datasets/OpenAssistant/oasst1) and [`databricks-dolly-15k`](https://huggingface.co/datasets/databricks/databricks-dolly-15k) datasets.
|
18 |
+
- **Language(s) (NLP):** English
|
19 |
+
- **License:** BigCode Open RAIL-M v1
|
20 |
+
- **Finetuned from model:** [bigcode/starcoderbase](https://huggingface.co/bigcode/starcoderbase)
|
|
|
|
|
|
|
|
|
21 |
|
22 |
### Model Sources [optional]
|
23 |
|
24 |
<!-- Provide the basic links for the model. -->
|
25 |
|
26 |
+
- **Repository:** https://github.com/bigcode-project/starcoder
|
27 |
+
- **Demo:** https://huggingface.co/spaces/HuggingFaceH4/starchat-playground
|
|
|
28 |
|
29 |
## Uses
|
30 |
|
31 |
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
32 |
|
33 |
+
StarChat Alpha is intended for educational and/or research purposes and in that respect can be used to probe the programming capabilities of open-source language models.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
|
35 |
## Bias, Risks, and Limitations
|
36 |
|
37 |
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
38 |
|
39 |
+
Like most language models, StarChat Alpha will often hallucinate facts or generate problematic outputs (especially when prompted to do so).
|
|
|
|
|
|
|
|
|
|
|
|
|
40 |
|
41 |
## How to Get Started with the Model
|
42 |
|
|
|
109 |
|
110 |
[More Information Needed]
|
111 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
112 |
## Technical Specifications [optional]
|
113 |
|
114 |
### Model Architecture and Objective
|
|
|
133 |
|
134 |
**BibTeX:**
|
135 |
|
136 |
+
```
|
137 |
+
@article{Tunstall2023starchat-alpha,
|
138 |
+
author = {Tunstall, Lewis and Lambert, Nathan and Rajani, Nazneen and Beeching, Edward and Le Scao, Teven and von Werra, Leandro and Han, Sheon and Schmid, Philipp and Rush, Alexander},
|
139 |
+
title = {Creating a Coding Assistant with StarCoder},
|
140 |
+
journal = {Hugging Face Blog},
|
141 |
+
year = {2023},
|
142 |
+
note = {https://huggingface.co/blog/starchat},
|
143 |
+
}
|
144 |
+
```
|
145 |
|
|
|
|
|
|
|
|
|
|
|
146 |
|
147 |
## More Information [optional]
|
148 |
|