Uiji commited on
Commit
1dec408
1 Parent(s): 7fdfe11

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. config.json +1 -0
  2. model.safetensors +3 -0
  3. tokenizer.json +1 -1
config.json CHANGED
@@ -18,6 +18,7 @@
18
  "num_hidden_layers": 6,
19
  "pad_token_id": 0,
20
  "position_embedding_type": "absolute",
 
21
  "transformers_version": "4.41.2",
22
  "type_vocab_size": 2,
23
  "use_cache": true,
 
18
  "num_hidden_layers": 6,
19
  "pad_token_id": 0,
20
  "position_embedding_type": "absolute",
21
+ "torch_dtype": "float32",
22
  "transformers_version": "4.41.2",
23
  "type_vocab_size": 2,
24
  "use_cache": true,
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa8f22efc9ed067847c0b77e37f4134a3eb3cbad923992894175fb2d455c7bc5
3
+ size 90864192
tokenizer.json CHANGED
@@ -2,7 +2,7 @@
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
- "max_length": 128,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
 
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
+ "max_length": 512,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },