zsqzz commited on
Commit
d2ee9c5
·
verified ·
1 Parent(s): 83fb0af

Upload 3 files

Browse files
Files changed (3) hide show
  1. config.json +56 -0
  2. model.safetensors +3 -0
  3. usage_config.json +1 -0
config.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "/mnt/zsq/pythia-70m/models--EleutherAI--pythia-70m",
3
+ "architectures": [
4
+ "GPTNeoXForSequenceClassification"
5
+ ],
6
+ "attention_bias": true,
7
+ "attention_dropout": 0.0,
8
+ "bos_token_id": 0,
9
+ "classifier_dropout": 0.1,
10
+ "eos_token_id": 0,
11
+ "hidden_act": "gelu",
12
+ "hidden_dropout": 0.0,
13
+ "hidden_size": 512,
14
+ "id2label": {
15
+ "0": "LABEL_0",
16
+ "1": "LABEL_1",
17
+ "2": "LABEL_2",
18
+ "3": "LABEL_3",
19
+ "4": "LABEL_4",
20
+ "5": "LABEL_5",
21
+ "6": "LABEL_6",
22
+ "7": "LABEL_7",
23
+ "8": "LABEL_8",
24
+ "9": "LABEL_9"
25
+ },
26
+ "initializer_range": 0.02,
27
+ "intermediate_size": 2048,
28
+ "label2id": {
29
+ "LABEL_0": 0,
30
+ "LABEL_1": 1,
31
+ "LABEL_2": 2,
32
+ "LABEL_3": 3,
33
+ "LABEL_4": 4,
34
+ "LABEL_5": 5,
35
+ "LABEL_6": 6,
36
+ "LABEL_7": 7,
37
+ "LABEL_8": 8,
38
+ "LABEL_9": 9
39
+ },
40
+ "layer_norm_eps": 1e-05,
41
+ "max_position_embeddings": 2048,
42
+ "model_type": "gpt_neox",
43
+ "num_attention_heads": 8,
44
+ "num_hidden_layers": 6,
45
+ "num_labels": 10,
46
+ "pad_token_id": 0,
47
+ "rope_scaling": null,
48
+ "rotary_emb_base": 10000,
49
+ "rotary_pct": 0.25,
50
+ "tie_word_embeddings": false,
51
+ "torch_dtype": "float32",
52
+ "transformers_version": "4.40.0",
53
+ "use_cache": true,
54
+ "use_parallel_residual": true,
55
+ "vocab_size": 50304
56
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c24790167b0699e44ed4e66060548bdfe7e302e705b0bb35abf4ce65253ec2ff
3
+ size 178713056
usage_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"model": {"pred_model": "/mnt/zsq/pythia-70m/models--EleutherAI--pythia-70m", "num_labels": 10, "mtype": "class", "activation": null, "path": "MODEL/results/pythia\u201470m-llama3\u201470b-sharegpt-class10/finetuned", "max_length": 2047, "max_batch_size": 1000}}