hf-transformers-bot commited on
Commit
c5726e0
·
verified ·
1 Parent(s): 62d71f6

Update tiny models for CTRLForSequenceClassification

Browse files
Files changed (5) hide show
  1. config.json +23 -0
  2. merges.txt +0 -0
  3. model.safetensors +3 -0
  4. tokenizer_config.json +18 -0
  5. vocab.json +0 -0
config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "CTRLForSequenceClassification"
4
+ ],
5
+ "bos_token_id": null,
6
+ "dff": 37,
7
+ "dtype": "float32",
8
+ "embd_pdrop": 0.1,
9
+ "eos_token_id": null,
10
+ "initializer_range": 0.02,
11
+ "layer_norm_epsilon": 1e-06,
12
+ "model_type": "ctrl",
13
+ "n_embd": 32,
14
+ "n_head": 4,
15
+ "n_layer": 2,
16
+ "n_positions": 512,
17
+ "pad_token_id": 246533,
18
+ "resid_pdrop": 0.1,
19
+ "tie_word_embeddings": true,
20
+ "transformers_version": "5.16.0.dev0",
21
+ "use_cache": true,
22
+ "vocab_size": 246534
23
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03a38ec1e9d1079c7f5e57f078edd60d41b9c2326cda6d86597a9cfaccefdbe5
3
+ size 31614744
tokenizer_config.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "246532": {
4
+ "content": "<unk>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ }
11
+ },
12
+ "backend": "custom",
13
+ "is_local": false,
14
+ "local_files_only": false,
15
+ "model_max_length": 512,
16
+ "tokenizer_class": "CTRLTokenizer",
17
+ "unk_token": "<unk>"
18
+ }
vocab.json ADDED
The diff for this file is too large to render. See raw diff