Upload folder using huggingface_hub
Browse files- finetuned/config.json +38 -0
- finetuned/model.safetensors +3 -0
- usage_config.json +1 -0
finetuned/config.json
ADDED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "/workspace/opt/models--Facebook--opt-350m",
|
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": false,
|
12 |
+
"dropout": 0.1,
|
13 |
+
"enable_bias": true,
|
14 |
+
"eos_token_id": 2,
|
15 |
+
"ffn_dim": 4096,
|
16 |
+
"hidden_size": 1024,
|
17 |
+
"id2label": {
|
18 |
+
"0": "LABEL_0"
|
19 |
+
},
|
20 |
+
"init_std": 0.02,
|
21 |
+
"label2id": {
|
22 |
+
"LABEL_0": 0
|
23 |
+
},
|
24 |
+
"layer_norm_elementwise_affine": true,
|
25 |
+
"layerdrop": 0.0,
|
26 |
+
"max_position_embeddings": 2048,
|
27 |
+
"model_type": "opt",
|
28 |
+
"num_attention_heads": 16,
|
29 |
+
"num_hidden_layers": 24,
|
30 |
+
"num_labels": 1,
|
31 |
+
"pad_token_id": 1,
|
32 |
+
"prefix": "</s>",
|
33 |
+
"torch_dtype": "float16",
|
34 |
+
"transformers_version": "4.41.0",
|
35 |
+
"use_cache": true,
|
36 |
+
"vocab_size": 50272,
|
37 |
+
"word_embed_proj_dim": 512
|
38 |
+
}
|
finetuned/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e5d08601a13b5a54e02e11c9077b45d6f9a1c2aa2e09a23904c40760237f8cb8
|
3 |
+
size 662438880
|
usage_config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"model": {"pred_model": "/workspace/opt/models--Facebook--opt-350m", "num_labels": 1, "mtype": "rank", "activation": null, "path": "MODEL/results/opt-350m-llama3-70b\u2014sharegpt-score-trainbucket10-b32/finetuned", "max_length": 2048, "max_batch_size": 1000}}
|