File size: 1,641 Bytes
6736fa1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "activation": "gelu",
  "architectures": [
    "DistilBertForSequenceClassification"
  ],
  "attention_dropout": 0.1,
  "dim": 768,
  "dropout": 0.1,
  "hidden_dim": 3072,
  "id2label": {
    "0": "unknown",
    "1": "ai-agent",
    "2": "desci",
    "3": "depin",
    "4": "memefi",
    "5": "runes",
    "6": "erc314",
    "7": "dn404",
    "8": "erc404",
    "9": "rwa",
    "10": "ordinals",
    "11": "inscriptions",
    "12": "ai",
    "13": "socialfi",
    "14": "tool",
    "15": "gamblefi",
    "16": "memecoin",
    "17": "automation",
    "18": "stablecoin",
    "19": "other",
    "20": "infrastructure",
    "21": "metaverse",
    "22": "dao",
    "23": "gamefi",
    "24": "nftfi",
    "25": "defi",
    "26": "nft"
  },
  "initializer_range": 0.02,
  "label2id": {
    "ai": 12,
    "ai-agent": 1,
    "automation": 17,
    "dao": 22,
    "defi": 25,
    "depin": 3,
    "desci": 2,
    "dn404": 7,
    "erc314": 6,
    "erc404": 8,
    "gamblefi": 15,
    "gamefi": 23,
    "infrastructure": 20,
    "inscriptions": 11,
    "memecoin": 16,
    "memefi": 4,
    "metaverse": 21,
    "nft": 26,
    "nftfi": 24,
    "ordinals": 10,
    "other": 19,
    "runes": 5,
    "rwa": 9,
    "socialfi": 13,
    "stablecoin": 18,
    "tool": 14,
    "unknown": 0
  },
  "max_position_embeddings": 512,
  "model_type": "distilbert",
  "n_heads": 12,
  "n_layers": 6,
  "pad_token_id": 0,
  "problem_type": "single_label_classification",
  "qa_dropout": 0.1,
  "seq_classif_dropout": 0.2,
  "sinusoidal_pos_embds": false,
  "tie_weights_": true,
  "torch_dtype": "float32",
  "transformers_version": "4.50.3",
  "vocab_size": 30522
}