Text Classification
Transformers
Safetensors
bert
lid
Language Identification
African Languages
Inference Endpoints
ThapeloAndrewSindane commited on
Commit
8f3bb5a
·
verified ·
1 Parent(s): 07d305a

Delete config.json

Browse files
Files changed (1) hide show
  1. config.json +0 -51
config.json DELETED
@@ -1,51 +0,0 @@
1
- {
2
- "architectures": [
3
- "CustomBertModel"
4
- ],
5
- "attention_probs_dropout_prob": 0.1,
6
- "classifier_dropout": null,
7
- "gradient_checkpointing": false,
8
- "hidden_act": "gelu",
9
- "hidden_dropout_prob": 0.1,
10
- "hidden_size": 768,
11
- "id2label": {
12
- "0": "af",
13
- "1": "en",
14
- "10": "zul",
15
- "2": "nbl",
16
- "3": "nso",
17
- "4": "sot",
18
- "5": "ssw",
19
- "6": "tsn",
20
- "7": "tso",
21
- "8": "ven",
22
- "9": "xho"
23
- },
24
- "initializer_range": 0.02,
25
- "intermediate_size": 3072,
26
- "label2id": {
27
- "af": 0,
28
- "en": 1,
29
- "nbl": 2,
30
- "nso": 3,
31
- "sot": 4,
32
- "ssw": 5,
33
- "tsn": 6,
34
- "tso": 7,
35
- "ven": 8,
36
- "xho": 9,
37
- "zul": 10
38
- },
39
- "layer_norm_eps": 1e-12,
40
- "max_position_embeddings": 512,
41
- "model_type": "bert",
42
- "num_attention_heads": 12,
43
- "num_hidden_layers": 12,
44
- "pad_token_id": 0,
45
- "position_embedding_type": "absolute",
46
- "torch_dtype": "float32",
47
- "transformers_version": "4.39.1",
48
- "type_vocab_size": 2,
49
- "use_cache": true,
50
- "vocab_size": 30522
51
- }