austinpatrickm commited on
Commit
72679ab
·
1 Parent(s): 9dd3888

Delete hiphop_onnx

Browse files
hiphop_onnx/.DS_Store DELETED
Binary file (6.15 kB)
 
hiphop_onnx/config.json DELETED
@@ -1,45 +0,0 @@
1
- {
2
- "_name_or_path": "/Users/austin/Documents/FL_LLM/FL_Web/PatternGenerator/transformers.js/hiphop_onnx",
3
- "_num_labels": 1,
4
- "activation_function": "gelu_new",
5
- "architectures": [
6
- "GPT2LMHeadModel"
7
- ],
8
- "attn_pdrop": 0.2,
9
- "bos_token_id": 50256,
10
- "embd_pdrop": 0.2,
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": 384,
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.2,
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
- "transformers_version": "4.33.2",
43
- "use_cache": true,
44
- "vocab_size": 50259
45
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
hiphop_onnx/onnx/.DS_Store DELETED
Binary file (6.15 kB)
 
hiphop_onnx/onnx/decoder_model.onnx DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:77c22605655b96436369bea8fe85a1ebc69715e0d3532ef9f4f860b9e4839ec1
3
- size 122646677
 
 
 
 
hiphop_onnx/onnx/decoder_model_quantized.onnx DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:ef575e470e4d4061f413ea685d028d7f6a312b37dc1273c030a838dfe44caa26
3
- size 31837840
 
 
 
 
hiphop_onnx/tokenizer.json DELETED
The diff for this file is too large to render. See raw diff
 
hiphop_onnx/tokenizer_config.json DELETED
@@ -1,59 +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
- "50257": {
14
- "content": "<end>",
15
- "lstrip": false,
16
- "normalized": true,
17
- "rstrip": false,
18
- "single_word": false,
19
- "special": false
20
- },
21
- "50258": {
22
- "content": "<genre_poprock>",
23
- "lstrip": false,
24
- "normalized": true,
25
- "rstrip": false,
26
- "single_word": false,
27
- "special": false
28
- }
29
- },
30
- "bos_token": {
31
- "__type": "AddedToken",
32
- "content": "<|endoftext|>",
33
- "lstrip": false,
34
- "normalized": true,
35
- "rstrip": false,
36
- "single_word": false
37
- },
38
- "clean_up_tokenization_spaces": true,
39
- "eos_token": {
40
- "__type": "AddedToken",
41
- "content": "<|endoftext|>",
42
- "lstrip": false,
43
- "normalized": true,
44
- "rstrip": false,
45
- "single_word": false
46
- },
47
- "errors": "replace",
48
- "model_max_length": 1024,
49
- "pad_token": null,
50
- "tokenizer_class": "GPT2Tokenizer",
51
- "unk_token": {
52
- "__type": "AddedToken",
53
- "content": "<|endoftext|>",
54
- "lstrip": false,
55
- "normalized": true,
56
- "rstrip": false,
57
- "single_word": false
58
- }
59
- }