File size: 549 Bytes
e78f911
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "architectures": ["TinyByteCNN"],
  "model_type": "byte_cnn",
  "task": "text-classification",
  "num_labels": 2,
  "id2label": {
    "0": "Fiction",
    "1": "Non-Fiction"
  },
  "label2id": {
    "Fiction": 0,
    "Non-Fiction": 1
  },
  "max_seq_len": 4096,
  "vocab_size": 256,
  "embed_dim": 32,
  "widths": [128, 192, 256, 320],
  "use_gn": false,
  "head_drop": 0.1,
  "stochastic_depth": 0.05,
  "num_parameters": 942313,
  "torch_dtype": "float32",
  "validation_accuracy": 99.91,
  "validation_f1": 0.9991,
  "validation_auc": 0.9999
}