reciprocate
commited on
Commit
•
90b40bd
1
Parent(s):
af8c9b9
Upload GPTJForSequenceClassification
Browse files- config.json +33 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "tclx/checkpoints/reciprocate_dahoas-gptj-rm-static_a223dc2d_reciprocate_oasst_hh_shp_hellaswag_webgpt_rm_dataset",
|
3 |
+
"activation_function": "gelu_new",
|
4 |
+
"architectures": [
|
5 |
+
"GPTJForSequenceClassification"
|
6 |
+
],
|
7 |
+
"attn_pdrop": 0.0,
|
8 |
+
"bos_token_id": 50256,
|
9 |
+
"embd_pdrop": 0.0,
|
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": "gptj",
|
20 |
+
"n_embd": 4096,
|
21 |
+
"n_head": 16,
|
22 |
+
"n_inner": null,
|
23 |
+
"n_layer": 28,
|
24 |
+
"n_positions": 2048,
|
25 |
+
"pad_token_id": 50263,
|
26 |
+
"resid_pdrop": 0.0,
|
27 |
+
"rotary_dim": 64,
|
28 |
+
"tie_word_embeddings": false,
|
29 |
+
"torch_dtype": "float16",
|
30 |
+
"transformers_version": "4.28.1",
|
31 |
+
"use_cache": true,
|
32 |
+
"vocab_size": 50264
|
33 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:307a5503f7a484f87e5237c5420ef559549d1a7629548d8aea9c22aa583de144
|
3 |
+
size 11805232345
|