Kowsher commited on
Commit
340b87c
·
1 Parent(s): 0fd37c7

Upload config

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