Skip to content

Commit

Permalink
clarify sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kddubey committed Aug 5, 2024
1 parent 9ddab2e commit 1aedddb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ from 50-80%. The experiment will take ~5 days to finish. I ran experiments in pa
through [Google
Cloud](https://github.com/kddubey/pretrain-on-test/tree/main/cloud_scripts/gcp).

The full set of accuracy data used in the paper, including observation-level per-class
The set of accuracy data used in the paper, including observation-level per-class
probability scores, can be downloaded at [this Google Drive
link](https://drive.google.com/file/d/1n7N4uTKgcUJZ7hjAbZYGTpGEPoYxQVGx/view?usp=sharing)
(3.29 GB unzipped, just a bunch of CSVs).
Expand Down Expand Up @@ -123,7 +123,7 @@ Experiment files are in
Run on an L4 GPU. Takes around 10 hours. Batch sizes can be reduced to run experiments
on a T4 GPU, but it'll take much longer.

The full set of accuracy data used in the paper, including observation-level per-class
The set of accuracy data used in the paper, including observation-level per-class
probability scores, can be downloaded at [this Google Drive
link](https://drive.google.com/file/d/1tccOFyQHJgqmFeRoulQiaJgItEXzN1Xx/view?usp=sharing)
(53.4 MB unzipped, just a bunch of CSVs).
Expand Down
5 changes: 3 additions & 2 deletions experiment.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/bin/bash

# BERT and GPT-2 experiments. Section 7 of the paper. See the README


# experiments/m100/n100/bert/bert_1.sh
TQDM_DISABLE=1 python run.py \
--lm_type bert \
Expand Down Expand Up @@ -1774,5 +1777,3 @@ TQDM_DISABLE=1 python run.py \
--per_device_eval_batch_size_classification 64 \
--num_train_epochs_classification 3 \
--num_train_epochs_pretrain 1


0 comments on commit 1aedddb

Please sign in to comment.