SatyaSriVelpuri commited on
Commit
2ba4415
·
verified ·
1 Parent(s): 37d5cdd

Upload final model

Browse files
Files changed (4) hide show
  1. config.json +38 -0
  2. model.safetensors +1 -1
  3. tokenizer_config.json +14 -0
  4. training_args.bin +1 -1
config.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "ParamBharatGenForCausalLM"
4
+ ],
5
+ "attention_bias": false,
6
+ "attention_dropout": 0.0,
7
+ "auto_map": {
8
+ "AutoConfig": "config_parambharatgen.ParamBharatGenConfig",
9
+ "AutoModelForCausalLM": "modeling_parambharatgen.ParamBharatGenForCausalLM"
10
+ },
11
+ "bos_token_id": 2,
12
+ "custom_mlp_ratio": 3.5,
13
+ "dtype": "bfloat16",
14
+ "eos_token_id": 256001,
15
+ "head_dim": 128,
16
+ "hidden_act": "silu",
17
+ "hidden_size": 2048,
18
+ "initializer_range": 0.01,
19
+ "intermediate_size": 7168,
20
+ "max_position_embeddings": 8192,
21
+ "mlp_bias": false,
22
+ "model_type": "parambharatgen",
23
+ "num_attention_heads": 16,
24
+ "num_hidden_layers": 32,
25
+ "num_key_value_heads": 8,
26
+ "pad_token_id": 256002,
27
+ "pretraining_tp": 1,
28
+ "rms_norm_eps": 1e-05,
29
+ "rope_parameters": {
30
+ "rope_theta": 10000.0,
31
+ "rope_type": "default"
32
+ },
33
+ "rope_theta": 10000.0,
34
+ "tie_word_embeddings": false,
35
+ "transformers_version": "5.2.0",
36
+ "use_cache": false,
37
+ "vocab_size": 256011
38
+ }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:545b23e7cf899531082ffe5d55907154e027ce5b0e923b21233b132c886e8ba2
3
  size 5721420784
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b42b8ef561adc419db65785ea688724e25d64f48e91e86877ff35d26c27c5ba3
3
  size 5721420784
tokenizer_config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "backend": "tokenizers",
3
+ "bos_token": "<s>",
4
+ "clean_up_tokenization_spaces": true,
5
+ "eos_token": "<|im_end|>",
6
+ "is_local": true,
7
+ "model_input_names": [
8
+ "input_ids",
9
+ "attention_mask"
10
+ ],
11
+ "model_max_length": 1000000000000000019884624838656,
12
+ "pad_token": "<|endoftext|>",
13
+ "tokenizer_class": "TokenizersBackend"
14
+ }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8e25d938f6b6e7079164fe4ac0abf1b15c1d5d3f52336cde2eb648d428957543
3
  size 5265
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a1fb3a0ee8ef2b160578cd2203efeb4061c8e30d8c1df0c4a7d90d87e7f1f92
3
  size 5265