5dimension commited on
Commit
ea7dbf2
·
verified ·
1 Parent(s): 96a1f06

Upload folder using huggingface_hub

Browse files
Files changed (5) hide show
  1. config.json +13 -0
  2. model.pt +3 -0
  3. model_int8.pt +3 -0
  4. tokenizer.json +0 -0
  5. tokenizer_config.json +13 -0
config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "sentinel-1-alpha-text-micro",
3
+ "params": 6453888,
4
+ "steps": 200,
5
+ "final_loss": 9.371682586669921,
6
+ "c1": -0.007994021805953,
7
+ "c2": 0.000200056042968,
8
+ "inv_e": 0.36787944117144233,
9
+ "activation": "Sentinel-Sech",
10
+ "optimizer": "S-Adam",
11
+ "quantization": "Sentinel-INT8 (Z=C1, S=max|w|\u00b71/e)",
12
+ "security": "S-Shield C2 tripwire"
13
+ }
model.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2771e221cca51bd0c3b46222c5ab5dfb19c15ac9915800096aade9d3f44b69e1
3
+ size 25820236
model_int8.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:632a366d88fd08ad8d2ce2421bc9b33abc02236ed71c39002208c26d2d77bda1
3
+ size 6459701
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "backend": "tokenizers",
4
+ "bos_token": "<|endoftext|>",
5
+ "eos_token": "<|endoftext|>",
6
+ "errors": "replace",
7
+ "is_local": false,
8
+ "local_files_only": false,
9
+ "model_max_length": 1024,
10
+ "pad_token": "<|endoftext|>",
11
+ "tokenizer_class": "GPT2Tokenizer",
12
+ "unk_token": "<|endoftext|>"
13
+ }