File size: 418 Bytes
6eb6b2e
 
 
 
 
 
 
 
 
 
 
 
 
 
516d019
 
 
 
 
 
6eb6b2e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "architectures": [
    "PatentClassifier"
  ],
  "dropout_rate": 0.1,
  "dtype": "float32",
  "hidden_dims": [
    512,
    256
  ],
  "max_length": 256,
  "model_name": "Qwen/Qwen3-0.6B",
  "model_type": "patent_classifier",
  "output_dim": 9,
  "transformers_version": "4.56.2",
"auto_map": {
    "AutoConfig": "modeling_patent.PatentClassifierConfig",
    "AutoModel": "modeling_patent.PatentClassifier"
  }

}