Upload 3 files
Browse files- config.json +56 -0
- model.safetensors +3 -0
- usage_config.json +1 -0
config.json
ADDED
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "/mnt/zsq/models--facebook--opt-125m/snapshots/27dcfa74d334bc871f3234de431e71c6eeba5dd6",
|
3 |
+
"_remove_final_layer_norm": false,
|
4 |
+
"activation_dropout": 0.0,
|
5 |
+
"activation_function": "relu",
|
6 |
+
"architectures": [
|
7 |
+
"OPTForSequenceClassification"
|
8 |
+
],
|
9 |
+
"attention_dropout": 0.0,
|
10 |
+
"bos_token_id": 2,
|
11 |
+
"do_layer_norm_before": true,
|
12 |
+
"dropout": 0.1,
|
13 |
+
"enable_bias": true,
|
14 |
+
"eos_token_id": 2,
|
15 |
+
"ffn_dim": 3072,
|
16 |
+
"hidden_size": 768,
|
17 |
+
"id2label": {
|
18 |
+
"0": "LABEL_0",
|
19 |
+
"1": "LABEL_1",
|
20 |
+
"2": "LABEL_2",
|
21 |
+
"3": "LABEL_3",
|
22 |
+
"4": "LABEL_4",
|
23 |
+
"5": "LABEL_5",
|
24 |
+
"6": "LABEL_6",
|
25 |
+
"7": "LABEL_7",
|
26 |
+
"8": "LABEL_8",
|
27 |
+
"9": "LABEL_9"
|
28 |
+
},
|
29 |
+
"init_std": 0.02,
|
30 |
+
"label2id": {
|
31 |
+
"LABEL_0": 0,
|
32 |
+
"LABEL_1": 1,
|
33 |
+
"LABEL_2": 2,
|
34 |
+
"LABEL_3": 3,
|
35 |
+
"LABEL_4": 4,
|
36 |
+
"LABEL_5": 5,
|
37 |
+
"LABEL_6": 6,
|
38 |
+
"LABEL_7": 7,
|
39 |
+
"LABEL_8": 8,
|
40 |
+
"LABEL_9": 9
|
41 |
+
},
|
42 |
+
"layer_norm_elementwise_affine": true,
|
43 |
+
"layerdrop": 0.0,
|
44 |
+
"max_position_embeddings": 2048,
|
45 |
+
"model_type": "opt",
|
46 |
+
"num_attention_heads": 12,
|
47 |
+
"num_hidden_layers": 12,
|
48 |
+
"num_labels": 10,
|
49 |
+
"pad_token_id": 1,
|
50 |
+
"prefix": "</s>",
|
51 |
+
"torch_dtype": "float32",
|
52 |
+
"transformers_version": "4.40.0",
|
53 |
+
"use_cache": true,
|
54 |
+
"vocab_size": 50272,
|
55 |
+
"word_embed_proj_dim": 768
|
56 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4c2a77bfee6124d832ac18bb68f3ce52d6a09803ddd08610d4fa88e5bdf7ae8c
|
3 |
+
size 501010408
|
usage_config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"model": {"pred_model": "/mnt/zsq/models--facebook--opt-125m/snapshots/27dcfa74d334bc871f3234de431e71c6eeba5dd6", "num_labels": 10, "mtype": "class", "activation": null, "path": "MODEL/results/opt-llama3\u2014lmsys-class-average/finetuned", "max_length": 2047, "max_batch_size": 1000}}
|