aixk commited on
Commit
ef4cff2
·
verified ·
1 Parent(s): e65177b

Upload folder using huggingface_hub

Browse files
Files changed (4) hide show
  1. config.json +1 -0
  2. pytorch_model.bin +3 -0
  3. tokenizer.json +0 -0
  4. tokenizer_config.json +12 -0
config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"return_dict": true, "output_hidden_states": false, "dtype": null, "chunk_size_feed_forward": 0, "is_encoder_decoder": false, "architectures": null, "id2label": {"0": "LABEL_0", "1": "LABEL_1"}, "label2id": {"LABEL_0": 0, "LABEL_1": 1}, "problem_type": null, "_name_or_path": "", "transformers_version": "5.0.0", "vocab_size": 50257, "hidden_size": 512, "num_hidden_layers": 6, "num_attention_heads": 8, "intermediate_size": 2048, "max_position_embeddings": 512, "model_type": "aixk", "output_attentions": false}
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e945c83a5cb1b1e504fec18d427613f6f40faf3561e74f24fcff5609d4e7407
3
+ size 282598071
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "model_max_length": 1024,
9
+ "pad_token": "<|endoftext|>",
10
+ "tokenizer_class": "GPT2Tokenizer",
11
+ "unk_token": "<|endoftext|>"
12
+ }