File size: 2,141 Bytes
a00c0fa
 
 
 
 
ff6d907
 
 
 
 
 
 
 
a00c0fa
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
  "architectures": [
    "MistralForCausalLM",
    "MistralAIDetectorForSequenceClassification"
  ],

  "auto_map": {
      "AutoConfig": "configuration_gigacheck.GigaCheckConfig",
      "AutoModel": "modeling_gigacheck.GigaCheckForDetection"
    },

  "conf_interval_thresh": 0.8,
  
  "attention_dropout": 0.0,
  "bos_token_id": 1,
  "classifier_dropout": 0.1,
  "detr_config": {
    "aux_loss": true,
    "center_noise_scale": 0.6,
    "dab_detr": true,
    "dec_layers": 3,
    "dn_detr": true,
    "enc_layers": 3,
    "eos_coef": 0.1,
    "extractor_dtype": "bfloat16",
    "giou_loss_coef": 1.0,
    "label_loss_coef": 2.0,
    "losses": [],
    "model_dim": 256,
    "n_input_proj": 2,
    "nheads": 8,
    "noise_offset": 0.05,
    "num_groups": 5,
    "num_input_proj_layers": 2,
    "num_queries": 45,
    "position_embedding": "sine",
    "proj_dropout": 0.5,
    "query_initialization_method": "default",
    "set_cost_class": 2,
    "set_cost_giou": 1,
    "set_cost_iou": 2,
    "set_cost_reference": 1,
    "set_cost_span": 5,
    "span_loss_coef": 10.0,
    "span_loss_type": "l1",
    "special_ref_points": true,
    "temperature": 10000,
    "tgt_label_loss_coef": 0.0,
    "tgt_loss_giou_coef": 3.0,
    "tgt_loss_span_coef": 9.0,
    "use_focal_loss": true,
    "width_noise_scale": 0.7
  },
  "eos_token_id": 2,
  "head_dim": null,
  "hidden_act": "silu",
  "hidden_size": 4096,
  "id2label": {
    "0": "ai",
    "1": "human",
    "2": "mixed"
  },
  "initializer_range": 0.02,
  "intermediate_size": 14336,
  "label2id": {
    "LABEL_0": 0,
    "LABEL_1": 1,
    "LABEL_2": 2
  },
  "max_length": 1024,
  "max_position_embeddings": 32768,
  "model_type": "mistral",
  "num_attention_heads": 32,
  "num_hidden_layers": 32,
  "num_key_value_heads": 8,
  "pad_token_id": 0,
  "pretrained_model_name_or_path": "mistralai/Mistral-7B-v0.3",
  "rms_norm_eps": 1e-05,
  "rope_theta": 1000000.0,
  "sliding_window": null,
  "tie_word_embeddings": false,
  "torch_dtype": "float32",
  "trained_classification_head": false,
  "transformers_version": "4.55.0",
  "use_cache": true,
  "vocab_size": 32768,
  "with_detr": true
}