R.Sarath kumar commited on
Commit
b151c86
·
1 Parent(s): 0f85277

Initial commit of pretrained model

Browse files
Files changed (4) hide show
  1. config.json +1 -1
  2. model.safetensors +1 -1
  3. tokenizer.json +0 -0
  4. tokenizer_config.json +1 -1
config.json CHANGED
@@ -21,6 +21,6 @@
21
  "sinusoidal_pos_embds": false,
22
  "tie_weights_": true,
23
  "torch_dtype": "float32",
24
- "transformers_version": "4.46.2",
25
  "vocab_size": 28996
26
  }
 
21
  "sinusoidal_pos_embds": false,
22
  "tie_weights_": true,
23
  "torch_dtype": "float32",
24
+ "transformers_version": "4.46.3",
25
  "vocab_size": 28996
26
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:de0003922bdad4a15d546cb88cfb73cbcee0a8e5d492f06a6b9ec88c644a0ee5
3
  size 263144680
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f85abf847fcd905966f97339db1de5ba0e48b20ba4e2522fbbf81de172db7c9
3
  size 263144680
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -44,7 +44,7 @@
44
  "clean_up_tokenization_spaces": true,
45
  "cls_token": "[CLS]",
46
  "do_basic_tokenize": true,
47
- "do_lower_case": false,
48
  "mask_token": "[MASK]",
49
  "model_max_length": 512,
50
  "never_split": null,
 
44
  "clean_up_tokenization_spaces": true,
45
  "cls_token": "[CLS]",
46
  "do_basic_tokenize": true,
47
+ "do_lower_case": true,
48
  "mask_token": "[MASK]",
49
  "model_max_length": 512,
50
  "never_split": null,