Jeff Wu commited on
Commit
6f48b7f
1 Parent(s): 776d229

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -32,7 +32,7 @@ We've provided a script to download all of them, in `download_dataset.py`.
32
 
33
  We're interested in seeing research in detectability of GPT-2 model family generations.
34
 
35
- We've provided a starter baseline which trains a logistic regression detector on TF-IDF unigram and bigram features, in `baseline.py`.
36
 
37
  | Model | Temperature 1 | Top-K 40 |
38
  | ----- | ------ | ------ |
 
32
 
33
  We're interested in seeing research in detectability of GPT-2 model family generations.
34
 
35
+ We've provided a starter baseline which trains a logistic regression detector on TF-IDF unigram and bigram features, in `baseline.py`. The baseline achieves the following accuracies:
36
 
37
  | Model | Temperature 1 | Top-K 40 |
38
  | ----- | ------ | ------ |