Kowsher commited on
Commit
5939e2b
·
1 Parent(s): 26b940d

Upload config

Browse files
Files changed (1) hide show
  1. config.json +7 -6
config.json CHANGED
@@ -1,11 +1,12 @@
1
  {
2
- "_name_or_path": null,
3
  "hidden_dropout": 0.0,
4
- "hidden_size": null,
5
- "n_head": null,
6
- "n_layer": null,
7
- "num_hidden_layers": null,
8
- "pre_seq_len": null,
 
9
  "problem_type": "single_label_classification",
10
  "transformers_version": "4.35.2"
11
  }
 
1
  {
2
+ "_name_or_path": "bigscience/bloom-560m",
3
  "hidden_dropout": 0.0,
4
+ "hidden_size": 1024,
5
+ "n_head": 16,
6
+ "n_layer": 24,
7
+ "num_hidden_layers": 24,
8
+ "pad_token_id": 3,
9
+ "pre_seq_len": 3,
10
  "problem_type": "single_label_classification",
11
  "transformers_version": "4.35.2"
12
  }