Viol2000 commited on
Commit
0c2b429
1 Parent(s): 24f88de

Upload folder using huggingface_hub

Browse files
finetuned/config.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/opt-125m",
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
+ },
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": 12,
29
+ "num_hidden_layers": 12,
30
+ "num_labels": 1,
31
+ "pad_token_id": 1,
32
+ "prefix": "</s>",
33
+ "torch_dtype": "float32",
34
+ "transformers_version": "4.40.1",
35
+ "use_cache": true,
36
+ "vocab_size": 50272,
37
+ "word_embed_proj_dim": 768
38
+ }
finetuned/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68b4e4852bf1e7fef5eb7e3cfce8ce0213896305cfd5721f9ac52ad805c75ae6
3
+ size 500982760
usage_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"model": {"pred_model": "facebook/opt-125m", "num_labels": 1, "mtype": "rank", "activation": null, "path": "MODEL/results/opt-2048-sharegpt/finetuned", "max_length": 2048, "max_batch_size": 1000}}