MisterAI commited on
Commit
05c9131
·
verified ·
1 Parent(s): 3f3fd90

Upload folder using huggingface_hub

Browse files
checkpoint-1/config.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "MisterAI/bigscience_bloom-560m",
3
+ "apply_residual_connection_post_layernorm": false,
4
+ "architectures": [
5
+ "BloomForCausalLM"
6
+ ],
7
+ "attention_dropout": 0.0,
8
+ "attention_softmax_in_fp32": true,
9
+ "bias_dropout_fusion": true,
10
+ "bos_token_id": 1,
11
+ "eos_token_id": 2,
12
+ "hidden_dropout": 0.0,
13
+ "hidden_size": 1024,
14
+ "initializer_range": 0.02,
15
+ "layer_norm_epsilon": 1e-05,
16
+ "masked_softmax_fusion": true,
17
+ "model_type": "bloom",
18
+ "n_head": 16,
19
+ "n_inner": null,
20
+ "n_layer": 24,
21
+ "offset_alibi": 100,
22
+ "pad_token_id": 3,
23
+ "pretraining_tp": 1,
24
+ "skip_bias_add": true,
25
+ "skip_bias_add_qkv": false,
26
+ "slow_but_exact": false,
27
+ "torch_dtype": "float32",
28
+ "transformers_version": "4.49.0",
29
+ "unk_token_id": 0,
30
+ "use_cache": true,
31
+ "vocab_size": 250880
32
+ }
checkpoint-1/generation_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 1,
4
+ "eos_token_id": 2,
5
+ "pad_token_id": 3,
6
+ "transformers_version": "4.49.0"
7
+ }
checkpoint-1/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9370f4a70b0a63c182e280ba6cc11d8d2de19073f4b79feed1677dfabbf8f6e8
3
+ size 2236892304
checkpoint-1/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:974d8e2eb5dea815f1dc835d65e4f100dcd576acd3a6f8e6375e59bdabb72c3a
3
+ size 4473954638
checkpoint-1/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4864c89835cbf79e96fc0a2d2de7044506fea9c48cfcbba91fdab915a1eb9808
3
+ size 13990
checkpoint-1/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cde8705bb323f5fe23427d88f7466e6183420613d541a4cbb3a30eb1a9de7c0c
3
+ size 1064
checkpoint-1/trainer_state.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 1.0,
5
+ "eval_steps": 500,
6
+ "global_step": 1,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [],
11
+ "logging_steps": 500,
12
+ "max_steps": 1,
13
+ "num_input_tokens_seen": 0,
14
+ "num_train_epochs": 1,
15
+ "save_steps": 10000,
16
+ "stateful_callbacks": {
17
+ "TrainerControl": {
18
+ "args": {
19
+ "should_epoch_stop": false,
20
+ "should_evaluate": false,
21
+ "should_log": false,
22
+ "should_save": true,
23
+ "should_training_stop": true
24
+ },
25
+ "attributes": {}
26
+ }
27
+ },
28
+ "total_flos": 928706985984.0,
29
+ "train_batch_size": 2,
30
+ "trial_name": null,
31
+ "trial_params": null
32
+ }
checkpoint-1/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:943aef7a9045f9ab551b6790c00162e434f16ed88f19f903212dbc517c4cc0bf
3
+ size 5432
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f9d6a4e21de45183e66e64f21d7b23a4c9c5a9eaa4a96d3218508febf0f36c22
3
  size 2236892304
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9370f4a70b0a63c182e280ba6cc11d8d2de19073f4b79feed1677dfabbf8f6e8
3
  size 2236892304
tokenizer_config.json CHANGED
@@ -38,11 +38,17 @@
38
  "clean_up_tokenization_spaces": false,
39
  "eos_token": "</s>",
40
  "extra_special_tokens": {},
 
41
  "merges_file": null,
42
  "model_max_length": 1000000000000000019884624838656,
 
43
  "pad_token": "<pad>",
 
44
  "padding_side": "left",
 
45
  "tokenizer_class": "BloomTokenizer",
 
 
46
  "unk_token": "<unk>",
47
  "vocab_file": null
48
  }
 
38
  "clean_up_tokenization_spaces": false,
39
  "eos_token": "</s>",
40
  "extra_special_tokens": {},
41
+ "max_length": 512,
42
  "merges_file": null,
43
  "model_max_length": 1000000000000000019884624838656,
44
+ "pad_to_multiple_of": null,
45
  "pad_token": "<pad>",
46
+ "pad_token_type_id": 0,
47
  "padding_side": "left",
48
+ "stride": 0,
49
  "tokenizer_class": "BloomTokenizer",
50
+ "truncation_side": "right",
51
+ "truncation_strategy": "longest_first",
52
  "unk_token": "<unk>",
53
  "vocab_file": null
54
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c41940dd9c9d8d44bbd60d5a3b1f83593e41741b8ef22fc21d087a365cb41d1e
3
  size 5432
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:943aef7a9045f9ab551b6790c00162e434f16ed88f19f903212dbc517c4cc0bf
3
  size 5432