add model
Browse files- config.json +42 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "jason9693/soongsil-bert-small",
|
3 |
+
"accuracy": 0.8159151193633952,
|
4 |
+
"architectures": [
|
5 |
+
"RobertaForSequenceClassification"
|
6 |
+
],
|
7 |
+
"attention_probs_dropout_prob": 0.1,
|
8 |
+
"bos_token_id": 0,
|
9 |
+
"classifier_dropout": null,
|
10 |
+
"eos_token_id": 2,
|
11 |
+
"f1": 0.8400921658986176,
|
12 |
+
"gradient_checkpointing": false,
|
13 |
+
"hidden_act": "gelu",
|
14 |
+
"hidden_dropout_prob": 0.1,
|
15 |
+
"hidden_size": 768,
|
16 |
+
"id2label": {
|
17 |
+
"0": "Default",
|
18 |
+
"1": "Spoiled"
|
19 |
+
},
|
20 |
+
"initializer_range": 0.02,
|
21 |
+
"intermediate_size": 3072,
|
22 |
+
"label2id": {
|
23 |
+
"Default": 0,
|
24 |
+
"Spoiled": 1
|
25 |
+
},
|
26 |
+
"layer_norm_eps": 1e-12,
|
27 |
+
"max_position_embeddings": 514,
|
28 |
+
"model_type": "roberta",
|
29 |
+
"num_attention_heads": 12,
|
30 |
+
"num_hidden_layers": 6,
|
31 |
+
"pad_token_id": 1,
|
32 |
+
"position_embedding_type": "absolute",
|
33 |
+
"precision": 0.7539288668320926,
|
34 |
+
"problem_type": "single_label_classification",
|
35 |
+
"recall": 0.9484911550468262,
|
36 |
+
"torch_dtype": "float32",
|
37 |
+
"total_flos": 4.897939032867707e+19,
|
38 |
+
"transformers_version": "4.18.0",
|
39 |
+
"type_vocab_size": 1,
|
40 |
+
"use_cache": true,
|
41 |
+
"vocab_size": 16000
|
42 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a7bf083dc8c3476a2c06c7d696b000fe7608a6c139f40e0f8a0983ec1f4f72e8
|
3 |
+
size 223256685
|