oliversssf2 commited on
Commit
4b69536
1 Parent(s): 73b15f8

Model save

Browse files
Files changed (4) hide show
  1. .gitignore +1 -0
  2. config.json +136 -0
  3. pytorch_model.bin +3 -0
  4. training_args.bin +3 -0
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,136 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_commit_hash": null,
3
+ "architectures": [
4
+ "RewardModel"
5
+ ],
6
+ "base_model_config": {
7
+ "_name_or_path": "EleutherAI/gpt-neo-1.3B",
8
+ "activation_function": "gelu_new",
9
+ "add_cross_attention": false,
10
+ "architectures": [
11
+ "GPTNeoForCausalLM"
12
+ ],
13
+ "attention_dropout": 0,
14
+ "attention_layers": [
15
+ "global",
16
+ "local",
17
+ "global",
18
+ "local",
19
+ "global",
20
+ "local",
21
+ "global",
22
+ "local",
23
+ "global",
24
+ "local",
25
+ "global",
26
+ "local",
27
+ "global",
28
+ "local",
29
+ "global",
30
+ "local",
31
+ "global",
32
+ "local",
33
+ "global",
34
+ "local",
35
+ "global",
36
+ "local",
37
+ "global",
38
+ "local"
39
+ ],
40
+ "attention_types": [
41
+ [
42
+ [
43
+ "global",
44
+ "local"
45
+ ],
46
+ 12
47
+ ]
48
+ ],
49
+ "bad_words_ids": null,
50
+ "begin_suppress_tokens": null,
51
+ "bos_token_id": 50256,
52
+ "chunk_size_feed_forward": 0,
53
+ "cross_attention_hidden_size": null,
54
+ "decoder_start_token_id": null,
55
+ "diversity_penalty": 0.0,
56
+ "do_sample": false,
57
+ "early_stopping": false,
58
+ "embed_dropout": 0,
59
+ "encoder_no_repeat_ngram_size": 0,
60
+ "eos_token_id": 50256,
61
+ "exponential_decay_length_penalty": null,
62
+ "finetuning_task": null,
63
+ "forced_bos_token_id": null,
64
+ "forced_eos_token_id": null,
65
+ "gradient_checkpointing": false,
66
+ "hidden_size": 2048,
67
+ "id2label": {
68
+ "0": "LABEL_0",
69
+ "1": "LABEL_1"
70
+ },
71
+ "initializer_range": 0.02,
72
+ "intermediate_size": null,
73
+ "is_decoder": false,
74
+ "is_encoder_decoder": false,
75
+ "label2id": {
76
+ "LABEL_0": 0,
77
+ "LABEL_1": 1
78
+ },
79
+ "layer_norm_epsilon": 1e-05,
80
+ "length_penalty": 1.0,
81
+ "max_length": 20,
82
+ "max_position_embeddings": 2048,
83
+ "min_length": 0,
84
+ "model_type": "gpt_neo",
85
+ "no_repeat_ngram_size": 0,
86
+ "num_beam_groups": 1,
87
+ "num_beams": 1,
88
+ "num_heads": 16,
89
+ "num_layers": 24,
90
+ "num_return_sequences": 1,
91
+ "output_attentions": false,
92
+ "output_hidden_states": false,
93
+ "output_scores": false,
94
+ "pad_token_id": null,
95
+ "prefix": null,
96
+ "problem_type": null,
97
+ "pruned_heads": {},
98
+ "remove_invalid_values": false,
99
+ "repetition_penalty": 1.0,
100
+ "resid_dropout": 0,
101
+ "return_dict": true,
102
+ "return_dict_in_generate": false,
103
+ "sep_token_id": null,
104
+ "summary_activation": null,
105
+ "summary_first_dropout": 0.1,
106
+ "summary_proj_to_labels": true,
107
+ "summary_type": "cls_index",
108
+ "summary_use_proj": true,
109
+ "suppress_tokens": null,
110
+ "task_specific_params": {
111
+ "text-generation": {
112
+ "do_sample": true,
113
+ "max_length": 50,
114
+ "temperature": 0.9
115
+ }
116
+ },
117
+ "temperature": 1.0,
118
+ "tf_legacy_loss": false,
119
+ "tie_encoder_decoder": false,
120
+ "tie_word_embeddings": true,
121
+ "tokenizer_class": "GPT2Tokenizer",
122
+ "top_k": 50,
123
+ "top_p": 1.0,
124
+ "torch_dtype": null,
125
+ "torchscript": false,
126
+ "transformers_version": "4.26.1",
127
+ "typical_p": 1.0,
128
+ "use_bfloat16": false,
129
+ "use_cache": true,
130
+ "vocab_size": 50257,
131
+ "window_size": 256
132
+ },
133
+ "model_type": "reward_model",
134
+ "torch_dtype": "float32",
135
+ "transformers_version": null
136
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec07bbed04fd302694abfbe386f5eba4efaf9171ba2dd791a2b82d5a15b72bfa
3
+ size 5363092235
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8df82f73474bdbcbaff378377f288b4a7b8d2311ba73b3c871f1d118ce01dac7
3
+ size 3631