Fu01978 commited on
Commit
1f46d9d
·
verified ·
1 Parent(s): 865567f

Upload folder using huggingface_hub

Browse files
Files changed (4) hide show
  1. config.json +9 -0
  2. model.safetensors +3 -0
  3. tokenizer.json +42 -0
  4. tokenizer_config.json +5 -0
config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "HModel"
4
+ ],
5
+ "dtype": "float32",
6
+ "model_type": "h_model",
7
+ "transformers_version": "5.0.0",
8
+ "vocab_size": 1
9
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d08243e2d869ea278fe7798e799b9003928cf84bff46cc77d1d998d35814cd1
3
+ size 192
tokenizer.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "version": "1.0",
3
+ "truncation": null,
4
+ "padding": null,
5
+ "added_tokens": [],
6
+ "normalizer": null,
7
+ "pre_tokenizer": null,
8
+ "post_processor": {
9
+ "type": "TemplateProcessing",
10
+ "single": [
11
+ {
12
+ "Sequence": {
13
+ "id": "A",
14
+ "type_id": 0
15
+ }
16
+ }
17
+ ],
18
+ "pair": [
19
+ {
20
+ "Sequence": {
21
+ "id": "A",
22
+ "type_id": 0
23
+ }
24
+ },
25
+ {
26
+ "Sequence": {
27
+ "id": "B",
28
+ "type_id": 1
29
+ }
30
+ }
31
+ ],
32
+ "special_tokens": {}
33
+ },
34
+ "decoder": null,
35
+ "model": {
36
+ "type": "WordLevel",
37
+ "vocab": {
38
+ "H": 0
39
+ },
40
+ "unk_token": "H"
41
+ }
42
+ }
tokenizer_config.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "backend": "tokenizers",
3
+ "model_max_length": 1000000000000000019884624838656,
4
+ "tokenizer_class": "TokenizersBackend"
5
+ }