yjernite HF staff commited on
Commit
e7a2ff5
1 Parent(s): 2f33a45

adding some info in the Biases and limitations Section

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -38,6 +38,11 @@ StarChat Alpha is intended for educational and/or research purposes and in that
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
 
43
  Use the code below to get started with the model.
 
38
 
39
  Like most language models, StarChat Alpha will often hallucinate facts or generate problematic outputs (especially when prompted to do so).
40
 
41
+ In particular, StarChat Alpha was fine-tuned from the base model [StarCoder Base](https://huggingface.co/bigcode/starcoderbase),
42
+ please refer to its model card's [Limitations Section](https://huggingface.co/bigcode/starcoderbase#limitations) for relevant information.
43
+ In particular, the model was evaluated on some categories of gender biases, propensity for toxicity, and risk of suggesting code completions with known security flaws;
44
+ these evaluations are reported in its [technical report](https://huggingface.co/bigcode/starcoderbase#limitations:~:text=or%20exploits.%20See-,the%20paper,-for%20an%20in).
45
+
46
  ## How to Get Started with the Model
47
 
48
  Use the code below to get started with the model.