ayaenna commited on
Commit
61de753
1 Parent(s): e3dc7ba

Upload BertForSequenceClassification

Browse files
Files changed (2) hide show
  1. config.json +53 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "./Age_Prediction_model",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "gradient_checkpointing": false,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "15-20",
14
+ "1": "20-25",
15
+ "2": "25-30",
16
+ "3": "30-35",
17
+ "4": "35-40",
18
+ "5": "40-45",
19
+ "6": "45-50",
20
+ "7": "50-55",
21
+ "8": "55-60",
22
+ "9": "60-65",
23
+ "10": "65-70"
24
+ },
25
+ "initializer_range": 0.02,
26
+ "intermediate_size": 3072,
27
+ "label2id": {
28
+ "15-20": 0,
29
+ "20-25": 1,
30
+ "25-30": 2,
31
+ "30-35": 3,
32
+ "35-40": 4,
33
+ "40-45": 5,
34
+ "45-50": 6,
35
+ "50-55": 7,
36
+ "55-60": 8,
37
+ "60-65": 9,
38
+ "65-70": 10
39
+ },
40
+ "layer_norm_eps": 1e-12,
41
+ "max_position_embeddings": 512,
42
+ "model_type": "bert",
43
+ "num_attention_heads": 12,
44
+ "num_hidden_layers": 12,
45
+ "pad_token_id": 0,
46
+ "position_embedding_type": "absolute",
47
+ "problem_type": "single_label_classification",
48
+ "torch_dtype": "float32",
49
+ "transformers_version": "4.32.1",
50
+ "type_vocab_size": 2,
51
+ "use_cache": true,
52
+ "vocab_size": 28996
53
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b6624c45f8c9856bce6ac8d550a997a546daf84d71084b815278ff34d7aa283
3
+ size 433340910