houssamDev commited on
Commit
31b9692
·
verified ·
1 Parent(s): 7ec3d53

Delete wiki_text_generation_best

Browse files
wiki_text_generation_best/config.json DELETED
@@ -1,46 +0,0 @@
1
- {
2
- "_num_labels": 1,
3
- "activation_function": "gelu_new",
4
- "architectures": [
5
- "GPT2LMHeadModel"
6
- ],
7
- "attn_pdrop": 0.1,
8
- "bos_token_id": 50256,
9
- "embd_pdrop": 0.1,
10
- "eos_token_id": 50256,
11
- "id2label": {
12
- "0": "LABEL_0"
13
- },
14
- "initializer_range": 0.02,
15
- "label2id": {
16
- "LABEL_0": 0
17
- },
18
- "layer_norm_epsilon": 1e-05,
19
- "model_type": "gpt2",
20
- "n_ctx": 1024,
21
- "n_embd": 768,
22
- "n_head": 12,
23
- "n_inner": null,
24
- "n_layer": 6,
25
- "n_positions": 1024,
26
- "pad_token_id": 50256,
27
- "reorder_and_upcast_attn": false,
28
- "resid_pdrop": 0.1,
29
- "scale_attn_by_inverse_layer_idx": false,
30
- "scale_attn_weights": true,
31
- "summary_activation": null,
32
- "summary_first_dropout": 0.1,
33
- "summary_proj_to_labels": true,
34
- "summary_type": "cls_index",
35
- "summary_use_proj": true,
36
- "task_specific_params": {
37
- "text-generation": {
38
- "do_sample": true,
39
- "max_length": 50
40
- }
41
- },
42
- "torch_dtype": "float32",
43
- "transformers_version": "4.51.3",
44
- "use_cache": true,
45
- "vocab_size": 50257
46
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
wiki_text_generation_best/generation_config.json DELETED
@@ -1,6 +0,0 @@
1
- {
2
- "_from_model_config": true,
3
- "bos_token_id": 50256,
4
- "eos_token_id": 50256,
5
- "transformers_version": "4.51.3"
6
- }
 
 
 
 
 
 
 
wiki_text_generation_best/merges.txt DELETED
The diff for this file is too large to render. See raw diff
 
wiki_text_generation_best/model.safetensors DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:1ce45effc2ef31dbb27b4a4073ee221cac7eac257c4cc5ec99f6724adbd31197
3
- size 327657928
 
 
 
 
wiki_text_generation_best/special_tokens_map.json DELETED
@@ -1,24 +0,0 @@
1
- {
2
- "bos_token": {
3
- "content": "<|endoftext|>",
4
- "lstrip": false,
5
- "normalized": true,
6
- "rstrip": false,
7
- "single_word": false
8
- },
9
- "eos_token": {
10
- "content": "<|endoftext|>",
11
- "lstrip": false,
12
- "normalized": true,
13
- "rstrip": false,
14
- "single_word": false
15
- },
16
- "pad_token": "<|endoftext|>",
17
- "unk_token": {
18
- "content": "<|endoftext|>",
19
- "lstrip": false,
20
- "normalized": true,
21
- "rstrip": false,
22
- "single_word": false
23
- }
24
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
wiki_text_generation_best/tokenizer_config.json DELETED
@@ -1,23 +0,0 @@
1
- {
2
- "add_bos_token": false,
3
- "add_prefix_space": false,
4
- "added_tokens_decoder": {
5
- "50256": {
6
- "content": "<|endoftext|>",
7
- "lstrip": false,
8
- "normalized": true,
9
- "rstrip": false,
10
- "single_word": false,
11
- "special": true
12
- }
13
- },
14
- "bos_token": "<|endoftext|>",
15
- "clean_up_tokenization_spaces": false,
16
- "eos_token": "<|endoftext|>",
17
- "errors": "replace",
18
- "extra_special_tokens": {},
19
- "model_max_length": 1024,
20
- "pad_token": "<|endoftext|>",
21
- "tokenizer_class": "GPT2Tokenizer",
22
- "unk_token": "<|endoftext|>"
23
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
wiki_text_generation_best/vocab.json DELETED
The diff for this file is too large to render. See raw diff