Beicicc commited on
Commit
a3a865f
·
verified ·
1 Parent(s): 83ff37d

Add files using upload-large-folder tool

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. cache_seed1/gpt2-medium/ag_news/aug0/meta.json +10 -0
  2. cache_seed1/gpt2-medium/ag_news/aug1/meta.json +10 -0
  3. cache_seed1/gpt2-medium/ag_news/aug2/meta.json +10 -0
  4. cache_seed1/gpt2-medium/ag_news/iid/meta.json +10 -0
  5. cache_seed1/gpt2-medium/ag_news/paraphrase/meta.json +10 -0
  6. cache_seed1/gpt2-medium/ag_news/train/meta.json +10 -0
  7. cache_seed1/gpt2-medium/amazon_cf/aug0/meta.json +10 -0
  8. cache_seed1/gpt2-medium/amazon_cf/aug1/meta.json +10 -0
  9. cache_seed1/gpt2-medium/amazon_cf/aug2/meta.json +10 -0
  10. cache_seed1/gpt2-medium/amazon_cf/iid/meta.json +10 -0
  11. cache_seed1/gpt2-medium/amazon_cf/paraphrase/meta.json +10 -0
  12. cache_seed1/gpt2-medium/amazon_cf/train/meta.json +10 -0
  13. cache_seed1/gpt2-medium/cola/aug0/meta.json +10 -0
  14. cache_seed1/gpt2-medium/cola/aug1/meta.json +10 -0
  15. cache_seed1/gpt2-medium/cola/aug2/meta.json +10 -0
  16. cache_seed1/gpt2-medium/cola/iid/meta.json +10 -0
  17. cache_seed1/gpt2-medium/cola/paraphrase/meta.json +10 -0
  18. cache_seed1/gpt2-medium/cola/train/meta.json +10 -0
  19. cache_seed1/gpt2-medium/counterfact/aug0/meta.json +10 -0
  20. cache_seed1/gpt2-medium/counterfact/aug1/meta.json +10 -0
  21. cache_seed1/gpt2-medium/counterfact/aug2/meta.json +10 -0
  22. cache_seed1/gpt2-medium/counterfact/iid/meta.json +10 -0
  23. cache_seed1/gpt2-medium/counterfact/paraphrase/meta.json +10 -0
  24. cache_seed1/gpt2-medium/counterfact/train/meta.json +10 -0
  25. cache_seed1/gpt2-medium/dbpedia/aug0/meta.json +10 -0
  26. cache_seed1/gpt2-medium/dbpedia/aug1/meta.json +10 -0
  27. cache_seed1/gpt2-medium/dbpedia/aug2/meta.json +10 -0
  28. cache_seed1/gpt2-medium/dbpedia/iid/meta.json +10 -0
  29. cache_seed1/gpt2-medium/dbpedia/paraphrase/meta.json +10 -0
  30. cache_seed1/gpt2-medium/dbpedia/train/meta.json +10 -0
  31. cache_seed1/gpt2-medium/emotion/aug0/meta.json +10 -0
  32. cache_seed1/gpt2-medium/emotion/aug1/meta.json +10 -0
  33. cache_seed1/gpt2-medium/emotion/aug2/meta.json +10 -0
  34. cache_seed1/gpt2-medium/emotion/iid/meta.json +10 -0
  35. cache_seed1/gpt2-medium/emotion/paraphrase/meta.json +10 -0
  36. cache_seed1/gpt2-medium/emotion/train/meta.json +10 -0
  37. cache_seed1/gpt2-medium/imdb/aug0/meta.json +10 -0
  38. cache_seed1/gpt2-medium/imdb/aug1/meta.json +10 -0
  39. cache_seed1/gpt2-medium/imdb/aug2/meta.json +10 -0
  40. cache_seed1/gpt2-medium/imdb/domain/meta.json +10 -0
  41. cache_seed1/gpt2-medium/imdb/iid/meta.json +10 -0
  42. cache_seed1/gpt2-medium/imdb/length/meta.json +10 -0
  43. cache_seed1/gpt2-medium/imdb/paraphrase/meta.json +10 -0
  44. cache_seed1/gpt2-medium/imdb/train/meta.json +10 -0
  45. cache_seed1/gpt2-medium/spam/aug0/meta.json +10 -0
  46. cache_seed1/gpt2-medium/spam/aug1/meta.json +10 -0
  47. cache_seed1/gpt2-medium/spam/aug2/meta.json +10 -0
  48. cache_seed1/gpt2-medium/spam/iid/meta.json +10 -0
  49. cache_seed1/gpt2-medium/spam/paraphrase/meta.json +10 -0
  50. cache_seed1/gpt2-medium/spam/train/meta.json +10 -0
cache_seed1/gpt2-medium/ag_news/aug0/meta.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "gpt2-medium",
3
+ "dataset": "ag_news",
4
+ "distribution": "aug0",
5
+ "pooling": "mean",
6
+ "n": 1500,
7
+ "n_layers": 25,
8
+ "hidden": 1024,
9
+ "dtype": "float16"
10
+ }
cache_seed1/gpt2-medium/ag_news/aug1/meta.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "gpt2-medium",
3
+ "dataset": "ag_news",
4
+ "distribution": "aug1",
5
+ "pooling": "mean",
6
+ "n": 1500,
7
+ "n_layers": 25,
8
+ "hidden": 1024,
9
+ "dtype": "float16"
10
+ }
cache_seed1/gpt2-medium/ag_news/aug2/meta.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "gpt2-medium",
3
+ "dataset": "ag_news",
4
+ "distribution": "aug2",
5
+ "pooling": "mean",
6
+ "n": 1500,
7
+ "n_layers": 25,
8
+ "hidden": 1024,
9
+ "dtype": "float16"
10
+ }
cache_seed1/gpt2-medium/ag_news/iid/meta.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "gpt2-medium",
3
+ "dataset": "ag_news",
4
+ "distribution": "iid",
5
+ "pooling": "mean",
6
+ "n": 800,
7
+ "n_layers": 25,
8
+ "hidden": 1024,
9
+ "dtype": "float16"
10
+ }
cache_seed1/gpt2-medium/ag_news/paraphrase/meta.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "gpt2-medium",
3
+ "dataset": "ag_news",
4
+ "distribution": "paraphrase",
5
+ "pooling": "mean",
6
+ "n": 634,
7
+ "n_layers": 25,
8
+ "hidden": 1024,
9
+ "dtype": "float16"
10
+ }
cache_seed1/gpt2-medium/ag_news/train/meta.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "gpt2-medium",
3
+ "dataset": "ag_news",
4
+ "distribution": "train",
5
+ "pooling": "mean",
6
+ "n": 1500,
7
+ "n_layers": 25,
8
+ "hidden": 1024,
9
+ "dtype": "float16"
10
+ }
cache_seed1/gpt2-medium/amazon_cf/aug0/meta.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "gpt2-medium",
3
+ "dataset": "amazon_cf",
4
+ "distribution": "aug0",
5
+ "pooling": "mean",
6
+ "n": 1500,
7
+ "n_layers": 25,
8
+ "hidden": 1024,
9
+ "dtype": "float16"
10
+ }
cache_seed1/gpt2-medium/amazon_cf/aug1/meta.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "gpt2-medium",
3
+ "dataset": "amazon_cf",
4
+ "distribution": "aug1",
5
+ "pooling": "mean",
6
+ "n": 1500,
7
+ "n_layers": 25,
8
+ "hidden": 1024,
9
+ "dtype": "float16"
10
+ }
cache_seed1/gpt2-medium/amazon_cf/aug2/meta.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "gpt2-medium",
3
+ "dataset": "amazon_cf",
4
+ "distribution": "aug2",
5
+ "pooling": "mean",
6
+ "n": 1500,
7
+ "n_layers": 25,
8
+ "hidden": 1024,
9
+ "dtype": "float16"
10
+ }
cache_seed1/gpt2-medium/amazon_cf/iid/meta.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "gpt2-medium",
3
+ "dataset": "amazon_cf",
4
+ "distribution": "iid",
5
+ "pooling": "mean",
6
+ "n": 800,
7
+ "n_layers": 25,
8
+ "hidden": 1024,
9
+ "dtype": "float16"
10
+ }
cache_seed1/gpt2-medium/amazon_cf/paraphrase/meta.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "gpt2-medium",
3
+ "dataset": "amazon_cf",
4
+ "distribution": "paraphrase",
5
+ "pooling": "mean",
6
+ "n": 709,
7
+ "n_layers": 25,
8
+ "hidden": 1024,
9
+ "dtype": "float16"
10
+ }
cache_seed1/gpt2-medium/amazon_cf/train/meta.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "gpt2-medium",
3
+ "dataset": "amazon_cf",
4
+ "distribution": "train",
5
+ "pooling": "mean",
6
+ "n": 1500,
7
+ "n_layers": 25,
8
+ "hidden": 1024,
9
+ "dtype": "float16"
10
+ }
cache_seed1/gpt2-medium/cola/aug0/meta.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "gpt2-medium",
3
+ "dataset": "cola",
4
+ "distribution": "aug0",
5
+ "pooling": "mean",
6
+ "n": 1500,
7
+ "n_layers": 25,
8
+ "hidden": 1024,
9
+ "dtype": "float16"
10
+ }
cache_seed1/gpt2-medium/cola/aug1/meta.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "gpt2-medium",
3
+ "dataset": "cola",
4
+ "distribution": "aug1",
5
+ "pooling": "mean",
6
+ "n": 1500,
7
+ "n_layers": 25,
8
+ "hidden": 1024,
9
+ "dtype": "float16"
10
+ }
cache_seed1/gpt2-medium/cola/aug2/meta.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "gpt2-medium",
3
+ "dataset": "cola",
4
+ "distribution": "aug2",
5
+ "pooling": "mean",
6
+ "n": 1500,
7
+ "n_layers": 25,
8
+ "hidden": 1024,
9
+ "dtype": "float16"
10
+ }
cache_seed1/gpt2-medium/cola/iid/meta.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "gpt2-medium",
3
+ "dataset": "cola",
4
+ "distribution": "iid",
5
+ "pooling": "mean",
6
+ "n": 800,
7
+ "n_layers": 25,
8
+ "hidden": 1024,
9
+ "dtype": "float16"
10
+ }
cache_seed1/gpt2-medium/cola/paraphrase/meta.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "gpt2-medium",
3
+ "dataset": "cola",
4
+ "distribution": "paraphrase",
5
+ "pooling": "mean",
6
+ "n": 691,
7
+ "n_layers": 25,
8
+ "hidden": 1024,
9
+ "dtype": "float16"
10
+ }
cache_seed1/gpt2-medium/cola/train/meta.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "gpt2-medium",
3
+ "dataset": "cola",
4
+ "distribution": "train",
5
+ "pooling": "mean",
6
+ "n": 1500,
7
+ "n_layers": 25,
8
+ "hidden": 1024,
9
+ "dtype": "float16"
10
+ }
cache_seed1/gpt2-medium/counterfact/aug0/meta.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "gpt2-medium",
3
+ "dataset": "counterfact",
4
+ "distribution": "aug0",
5
+ "pooling": "mean",
6
+ "n": 1500,
7
+ "n_layers": 25,
8
+ "hidden": 1024,
9
+ "dtype": "float16"
10
+ }
cache_seed1/gpt2-medium/counterfact/aug1/meta.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "gpt2-medium",
3
+ "dataset": "counterfact",
4
+ "distribution": "aug1",
5
+ "pooling": "mean",
6
+ "n": 1500,
7
+ "n_layers": 25,
8
+ "hidden": 1024,
9
+ "dtype": "float16"
10
+ }
cache_seed1/gpt2-medium/counterfact/aug2/meta.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "gpt2-medium",
3
+ "dataset": "counterfact",
4
+ "distribution": "aug2",
5
+ "pooling": "mean",
6
+ "n": 1500,
7
+ "n_layers": 25,
8
+ "hidden": 1024,
9
+ "dtype": "float16"
10
+ }
cache_seed1/gpt2-medium/counterfact/iid/meta.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "gpt2-medium",
3
+ "dataset": "counterfact",
4
+ "distribution": "iid",
5
+ "pooling": "mean",
6
+ "n": 800,
7
+ "n_layers": 25,
8
+ "hidden": 1024,
9
+ "dtype": "float16"
10
+ }
cache_seed1/gpt2-medium/counterfact/paraphrase/meta.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "gpt2-medium",
3
+ "dataset": "counterfact",
4
+ "distribution": "paraphrase",
5
+ "pooling": "mean",
6
+ "n": 774,
7
+ "n_layers": 25,
8
+ "hidden": 1024,
9
+ "dtype": "float16"
10
+ }
cache_seed1/gpt2-medium/counterfact/train/meta.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "gpt2-medium",
3
+ "dataset": "counterfact",
4
+ "distribution": "train",
5
+ "pooling": "mean",
6
+ "n": 1500,
7
+ "n_layers": 25,
8
+ "hidden": 1024,
9
+ "dtype": "float16"
10
+ }
cache_seed1/gpt2-medium/dbpedia/aug0/meta.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "gpt2-medium",
3
+ "dataset": "dbpedia",
4
+ "distribution": "aug0",
5
+ "pooling": "mean",
6
+ "n": 1500,
7
+ "n_layers": 25,
8
+ "hidden": 1024,
9
+ "dtype": "float16"
10
+ }
cache_seed1/gpt2-medium/dbpedia/aug1/meta.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "gpt2-medium",
3
+ "dataset": "dbpedia",
4
+ "distribution": "aug1",
5
+ "pooling": "mean",
6
+ "n": 1500,
7
+ "n_layers": 25,
8
+ "hidden": 1024,
9
+ "dtype": "float16"
10
+ }
cache_seed1/gpt2-medium/dbpedia/aug2/meta.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "gpt2-medium",
3
+ "dataset": "dbpedia",
4
+ "distribution": "aug2",
5
+ "pooling": "mean",
6
+ "n": 1500,
7
+ "n_layers": 25,
8
+ "hidden": 1024,
9
+ "dtype": "float16"
10
+ }
cache_seed1/gpt2-medium/dbpedia/iid/meta.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "gpt2-medium",
3
+ "dataset": "dbpedia",
4
+ "distribution": "iid",
5
+ "pooling": "mean",
6
+ "n": 800,
7
+ "n_layers": 25,
8
+ "hidden": 1024,
9
+ "dtype": "float16"
10
+ }
cache_seed1/gpt2-medium/dbpedia/paraphrase/meta.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "gpt2-medium",
3
+ "dataset": "dbpedia",
4
+ "distribution": "paraphrase",
5
+ "pooling": "mean",
6
+ "n": 389,
7
+ "n_layers": 25,
8
+ "hidden": 1024,
9
+ "dtype": "float16"
10
+ }
cache_seed1/gpt2-medium/dbpedia/train/meta.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "gpt2-medium",
3
+ "dataset": "dbpedia",
4
+ "distribution": "train",
5
+ "pooling": "mean",
6
+ "n": 1500,
7
+ "n_layers": 25,
8
+ "hidden": 1024,
9
+ "dtype": "float16"
10
+ }
cache_seed1/gpt2-medium/emotion/aug0/meta.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "gpt2-medium",
3
+ "dataset": "emotion",
4
+ "distribution": "aug0",
5
+ "pooling": "mean",
6
+ "n": 1500,
7
+ "n_layers": 25,
8
+ "hidden": 1024,
9
+ "dtype": "float16"
10
+ }
cache_seed1/gpt2-medium/emotion/aug1/meta.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "gpt2-medium",
3
+ "dataset": "emotion",
4
+ "distribution": "aug1",
5
+ "pooling": "mean",
6
+ "n": 1500,
7
+ "n_layers": 25,
8
+ "hidden": 1024,
9
+ "dtype": "float16"
10
+ }
cache_seed1/gpt2-medium/emotion/aug2/meta.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "gpt2-medium",
3
+ "dataset": "emotion",
4
+ "distribution": "aug2",
5
+ "pooling": "mean",
6
+ "n": 1500,
7
+ "n_layers": 25,
8
+ "hidden": 1024,
9
+ "dtype": "float16"
10
+ }
cache_seed1/gpt2-medium/emotion/iid/meta.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "gpt2-medium",
3
+ "dataset": "emotion",
4
+ "distribution": "iid",
5
+ "pooling": "mean",
6
+ "n": 800,
7
+ "n_layers": 25,
8
+ "hidden": 1024,
9
+ "dtype": "float16"
10
+ }
cache_seed1/gpt2-medium/emotion/paraphrase/meta.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "gpt2-medium",
3
+ "dataset": "emotion",
4
+ "distribution": "paraphrase",
5
+ "pooling": "mean",
6
+ "n": 739,
7
+ "n_layers": 25,
8
+ "hidden": 1024,
9
+ "dtype": "float16"
10
+ }
cache_seed1/gpt2-medium/emotion/train/meta.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "gpt2-medium",
3
+ "dataset": "emotion",
4
+ "distribution": "train",
5
+ "pooling": "mean",
6
+ "n": 1500,
7
+ "n_layers": 25,
8
+ "hidden": 1024,
9
+ "dtype": "float16"
10
+ }
cache_seed1/gpt2-medium/imdb/aug0/meta.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "gpt2-medium",
3
+ "dataset": "imdb",
4
+ "distribution": "aug0",
5
+ "pooling": "mean",
6
+ "n": 1500,
7
+ "n_layers": 25,
8
+ "hidden": 1024,
9
+ "dtype": "float16"
10
+ }
cache_seed1/gpt2-medium/imdb/aug1/meta.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "gpt2-medium",
3
+ "dataset": "imdb",
4
+ "distribution": "aug1",
5
+ "pooling": "mean",
6
+ "n": 1500,
7
+ "n_layers": 25,
8
+ "hidden": 1024,
9
+ "dtype": "float16"
10
+ }
cache_seed1/gpt2-medium/imdb/aug2/meta.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "gpt2-medium",
3
+ "dataset": "imdb",
4
+ "distribution": "aug2",
5
+ "pooling": "mean",
6
+ "n": 1500,
7
+ "n_layers": 25,
8
+ "hidden": 1024,
9
+ "dtype": "float16"
10
+ }
cache_seed1/gpt2-medium/imdb/domain/meta.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "gpt2-medium",
3
+ "dataset": "imdb",
4
+ "distribution": "domain",
5
+ "pooling": "mean",
6
+ "n": 800,
7
+ "n_layers": 25,
8
+ "hidden": 1024,
9
+ "dtype": "float16"
10
+ }
cache_seed1/gpt2-medium/imdb/iid/meta.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "gpt2-medium",
3
+ "dataset": "imdb",
4
+ "distribution": "iid",
5
+ "pooling": "mean",
6
+ "n": 800,
7
+ "n_layers": 25,
8
+ "hidden": 1024,
9
+ "dtype": "float16"
10
+ }
cache_seed1/gpt2-medium/imdb/length/meta.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "gpt2-medium",
3
+ "dataset": "imdb",
4
+ "distribution": "length",
5
+ "pooling": "mean",
6
+ "n": 658,
7
+ "n_layers": 25,
8
+ "hidden": 1024,
9
+ "dtype": "float16"
10
+ }
cache_seed1/gpt2-medium/imdb/paraphrase/meta.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "gpt2-medium",
3
+ "dataset": "imdb",
4
+ "distribution": "paraphrase",
5
+ "pooling": "mean",
6
+ "n": 490,
7
+ "n_layers": 25,
8
+ "hidden": 1024,
9
+ "dtype": "float16"
10
+ }
cache_seed1/gpt2-medium/imdb/train/meta.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "gpt2-medium",
3
+ "dataset": "imdb",
4
+ "distribution": "train",
5
+ "pooling": "mean",
6
+ "n": 1500,
7
+ "n_layers": 25,
8
+ "hidden": 1024,
9
+ "dtype": "float16"
10
+ }
cache_seed1/gpt2-medium/spam/aug0/meta.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "gpt2-medium",
3
+ "dataset": "spam",
4
+ "distribution": "aug0",
5
+ "pooling": "mean",
6
+ "n": 1500,
7
+ "n_layers": 25,
8
+ "hidden": 1024,
9
+ "dtype": "float16"
10
+ }
cache_seed1/gpt2-medium/spam/aug1/meta.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "gpt2-medium",
3
+ "dataset": "spam",
4
+ "distribution": "aug1",
5
+ "pooling": "mean",
6
+ "n": 1500,
7
+ "n_layers": 25,
8
+ "hidden": 1024,
9
+ "dtype": "float16"
10
+ }
cache_seed1/gpt2-medium/spam/aug2/meta.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "gpt2-medium",
3
+ "dataset": "spam",
4
+ "distribution": "aug2",
5
+ "pooling": "mean",
6
+ "n": 1500,
7
+ "n_layers": 25,
8
+ "hidden": 1024,
9
+ "dtype": "float16"
10
+ }
cache_seed1/gpt2-medium/spam/iid/meta.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "gpt2-medium",
3
+ "dataset": "spam",
4
+ "distribution": "iid",
5
+ "pooling": "mean",
6
+ "n": 800,
7
+ "n_layers": 25,
8
+ "hidden": 1024,
9
+ "dtype": "float16"
10
+ }
cache_seed1/gpt2-medium/spam/paraphrase/meta.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "gpt2-medium",
3
+ "dataset": "spam",
4
+ "distribution": "paraphrase",
5
+ "pooling": "mean",
6
+ "n": 606,
7
+ "n_layers": 25,
8
+ "hidden": 1024,
9
+ "dtype": "float16"
10
+ }
cache_seed1/gpt2-medium/spam/train/meta.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "gpt2-medium",
3
+ "dataset": "spam",
4
+ "distribution": "train",
5
+ "pooling": "mean",
6
+ "n": 1500,
7
+ "n_layers": 25,
8
+ "hidden": 1024,
9
+ "dtype": "float16"
10
+ }