bnolton commited on
Commit
17f9690
·
verified ·
1 Parent(s): 558e268

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -123,4 +123,5 @@ The dataset for this model is solely focus on the inference procedures for the A
123
  The specific inference procedures are 1 and 2 sample means and proportions confidence intervals and significance tests (no chi-sqaure or inference for slope).
124
  While the AP test for some of these problems would require the drawing of a curve, this model is text only.
125
  The model may use some terms that are being phased out due to the source of the problems in the dataset being published before the AP Statistics rework (for example: indepencence instead of 10% check and normality instead of large counts condition).
126
- The example above was copied from acutal output from this finetuned LLM. And while it is a great improvement on the base model, it still leaves a few things to be desired. It will help the students more than the base model.
 
 
123
  The specific inference procedures are 1 and 2 sample means and proportions confidence intervals and significance tests (no chi-sqaure or inference for slope).
124
  While the AP test for some of these problems would require the drawing of a curve, this model is text only.
125
  The model may use some terms that are being phased out due to the source of the problems in the dataset being published before the AP Statistics rework (for example: indepencence instead of 10% check and normality instead of large counts condition).
126
+ The example above was copied from acutal output from this finetuned LLM. And while it is a great improvement on the base model, it still leaves a few things to be desired. It will help the students more than the base model.
127
+ This model does not always know when to stop. A end of sequence token could not be found to stop the model. This means sometimes the models carries on after the question is answered.