Kalslice commited on
Commit
334cae2
·
verified ·
1 Parent(s): 660a29b

Upload 3 files

Browse files
Files changed (2) hide show
  1. config.json +13 -41
  2. model.safetensors +2 -2
config.json CHANGED
@@ -1,5 +1,6 @@
1
  {
2
  "_name_or_path": "output",
 
3
  "activation_function": "gelu_new",
4
  "architectures": [
5
  "GPT2LMHeadModel"
@@ -8,54 +9,33 @@
8
  "bos_token_id": 50256,
9
  "embd_pdrop": 0.1,
10
  "eos_token_id": 50256,
 
 
 
11
  "initializer_range": 0.02,
 
 
 
12
  "layer_norm_epsilon": 1e-05,
13
  "model_type": "gpt2",
14
  "n_ctx": 1024,
15
  "n_embd": 768,
16
  "n_head": 12,
17
  "n_inner": null,
18
- "n_layer": 12,
19
  "n_positions": 1024,
20
  "output_attentions": true,
21
  "pruned_heads": {
22
- "3": [
23
- 0,
24
- 4
25
- ],
26
- "4": [
27
- 8
28
- ],
29
- "5": [
30
- 0,
31
- 1,
32
- 5,
33
- 8,
34
- 9
35
- ],
36
- "6": [
37
- 2,
38
- 3,
39
- 6,
40
- 9,
41
  10
42
  ],
43
- "7": [
44
- 1,
45
  2,
46
  7,
47
- 9,
48
  10,
49
  11
50
  ],
51
- "8": [
52
- 0,
53
- 1,
54
- 2,
55
- 3,
56
- 6
57
- ],
58
- "9": [
59
  1,
60
  4,
61
  5,
@@ -64,17 +44,9 @@
64
  9,
65
  11
66
  ],
67
- "10": [
68
- 1,
69
- 2,
70
- 3,
71
- 6,
72
- 7,
73
- 8,
74
- 10
75
- ],
76
- "11": [
77
  2,
 
78
  5,
79
  6,
80
  7,
 
1
  {
2
  "_name_or_path": "output",
3
+ "_num_labels": 1,
4
  "activation_function": "gelu_new",
5
  "architectures": [
6
  "GPT2LMHeadModel"
 
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
  "output_attentions": true,
28
  "pruned_heads": {
29
+ "2": [
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
30
  10
31
  ],
32
+ "3": [
 
33
  2,
34
  7,
 
35
  10,
36
  11
37
  ],
38
+ "4": [
 
 
 
 
 
 
 
39
  1,
40
  4,
41
  5,
 
44
  9,
45
  11
46
  ],
47
+ "5": [
 
 
 
 
 
 
 
 
 
48
  2,
49
+ 4,
50
  5,
51
  6,
52
  7,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3568424e848de1dae758c1e1acbd833c728fae7bc9c48e189831c8dc3a448fef
3
- size 463924600
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb2dd42dc391b472b0134dc4b6896eabd76d0bcba70b5f8a448093f0cd51521a
3
+ size 313488328