arcsu1 commited on
Commit
febe45e
·
1 Parent(s): a0d7418
models/chatbit-distilgpt2/config.json DELETED
@@ -1,46 +0,0 @@
1
- {
2
- "_name_or_path": "distilgpt2",
3
- "_num_labels": 1,
4
- "activation_function": "gelu_new",
5
- "architectures": [
6
- "GPT2LMHeadModel"
7
- ],
8
- "attn_pdrop": 0.1,
9
- "bos_token_id": 50256,
10
- "embd_pdrop": 0.1,
11
- "eos_token_id": 50256,
12
- "id2label": {
13
- "0": "LABEL_0"
14
- },
15
- "initializer_range": 0.02,
16
- "label2id": {
17
- "LABEL_0": 0
18
- },
19
- "layer_norm_epsilon": 1e-05,
20
- "model_type": "gpt2",
21
- "n_ctx": 1024,
22
- "n_embd": 768,
23
- "n_head": 12,
24
- "n_inner": null,
25
- "n_layer": 6,
26
- "n_positions": 1024,
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.42.4",
44
- "use_cache": true,
45
- "vocab_size": 50257
46
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
models/chatbit-distilgpt2/config.json:Zone.Identifier DELETED
@@ -1,3 +0,0 @@
1
- [ZoneTransfer]
2
- ZoneId=3
3
- HostUrl=about:internet
 
 
 
 
models/chatbit-distilgpt2/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.42.4"
6
- }
 
 
 
 
 
 
 
models/chatbit-distilgpt2/generation_config.json:Zone.Identifier DELETED
@@ -1,3 +0,0 @@
1
- [ZoneTransfer]
2
- ZoneId=3
3
- HostUrl=https://1wj64xd8goh-496ff2e9c6d22116-0-colab.googleusercontent.com/
 
 
 
 
models/chatbit-distilgpt2/merges.txt DELETED
The diff for this file is too large to render. See raw diff
 
models/chatbit-distilgpt2/merges.txt:Zone.Identifier DELETED
@@ -1,3 +0,0 @@
1
- [ZoneTransfer]
2
- ZoneId=3
3
- HostUrl=https://1wj64xd8goh-496ff2e9c6d22116-0-colab.googleusercontent.com/
 
 
 
 
models/chatbit-distilgpt2/model.safetensors DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:0e9e1cc49c1ff43d45fad04baf539810e5b8f3f3989f57255af868b7c6765eb9
3
- size 327657928
 
 
 
 
models/chatbit-distilgpt2/model.safetensors:Zone.Identifier DELETED
@@ -1,3 +0,0 @@
1
- [ZoneTransfer]
2
- ZoneId=3
3
- HostUrl=https://1wj64xd8goh-496ff2e9c6d22116-0-colab.googleusercontent.com/
 
 
 
 
models/chatbit-distilgpt2/special_tokens_map.json DELETED
@@ -1,23 +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
- "unk_token": {
17
- "content": "<|endoftext|>",
18
- "lstrip": false,
19
- "normalized": true,
20
- "rstrip": false,
21
- "single_word": false
22
- }
23
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
models/chatbit-distilgpt2/special_tokens_map.json:Zone.Identifier DELETED
@@ -1,3 +0,0 @@
1
- [ZoneTransfer]
2
- ZoneId=3
3
- HostUrl=https://1wj64xd8goh-496ff2e9c6d22116-0-colab.googleusercontent.com/
 
 
 
 
models/chatbit-distilgpt2/tokenizer_config.json DELETED
@@ -1,22 +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": true,
16
- "eos_token": "<|endoftext|>",
17
- "errors": "replace",
18
- "model_max_length": 1024,
19
- "pad_token": null,
20
- "tokenizer_class": "GPT2Tokenizer",
21
- "unk_token": "<|endoftext|>"
22
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
models/chatbit-distilgpt2/tokenizer_config.json:Zone.Identifier DELETED
@@ -1,3 +0,0 @@
1
- [ZoneTransfer]
2
- ZoneId=3
3
- HostUrl=https://1wj64xd8goh-496ff2e9c6d22116-0-colab.googleusercontent.com/
 
 
 
 
models/chatbit-distilgpt2/vocab.json DELETED
The diff for this file is too large to render. See raw diff
 
models/chatbit-distilgpt2/vocab.json:Zone.Identifier DELETED
@@ -1,3 +0,0 @@
1
- [ZoneTransfer]
2
- ZoneId=3
3
- HostUrl=https://1wj64xd8goh-496ff2e9c6d22116-0-colab.googleusercontent.com/