hemantvirmani commited on
Commit
6d9f60e
·
verified ·
1 Parent(s): 7a92d7b

Delete tinygpt_hf

Browse files
tinygpt_hf/config.json DELETED
@@ -1,34 +0,0 @@
1
- {
2
- "activation_function": "gelu",
3
- "add_cross_attention": false,
4
- "architectures": [
5
- "GPT2LMHeadModel"
6
- ],
7
- "attn_pdrop": 0.0,
8
- "bos_token_id": 50256,
9
- "dtype": "float32",
10
- "embd_pdrop": 0.0,
11
- "eos_token_id": 50256,
12
- "initializer_range": 0.02,
13
- "layer_norm_epsilon": 1e-05,
14
- "model_type": "gpt2",
15
- "n_embd": 768,
16
- "n_head": 12,
17
- "n_inner": null,
18
- "n_layer": 12,
19
- "n_positions": 1024,
20
- "pad_token_id": null,
21
- "reorder_and_upcast_attn": false,
22
- "resid_pdrop": 0.0,
23
- "scale_attn_by_inverse_layer_idx": false,
24
- "scale_attn_weights": true,
25
- "summary_activation": null,
26
- "summary_first_dropout": 0.1,
27
- "summary_proj_to_labels": true,
28
- "summary_type": "cls_index",
29
- "summary_use_proj": true,
30
- "tie_word_embeddings": false,
31
- "transformers_version": "5.3.0",
32
- "use_cache": true,
33
- "vocab_size": 50257
34
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
tinygpt_hf/generation_config.json DELETED
@@ -1,9 +0,0 @@
1
- {
2
- "_from_model_config": true,
3
- "bos_token_id": 50256,
4
- "eos_token_id": 50256,
5
- "output_attentions": false,
6
- "output_hidden_states": false,
7
- "transformers_version": "5.3.0",
8
- "use_cache": true
9
- }
 
 
 
 
 
 
 
 
 
 
tinygpt_hf/model.safetensors DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:d89305ea93a964f09e6ed382eb3f24726997bf564601fa46e2f6d226cfc0cf53
3
- size 652365020
 
 
 
 
tinygpt_hf/tokenizer.json DELETED
The diff for this file is too large to render. See raw diff
 
tinygpt_hf/tokenizer_config.json DELETED
@@ -1,12 +0,0 @@
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": null,
10
- "tokenizer_class": "GPT2Tokenizer",
11
- "unk_token": "<|endoftext|>"
12
- }