muthuramkumar commited on
Commit
104d5bf
1 Parent(s): 5011b6a

Upload BertForSequenceClassification

Browse files
Files changed (2) hide show
  1. config.json +73 -0
  2. model.safetensors +3 -0
config.json ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google-bert/bert-base-uncased",
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": "TimeOffBalance",
14
+ "1": "UpdateEmployee",
15
+ "2": "ManageTimeOffRequests",
16
+ "3": "ViewCompanyHoliday",
17
+ "4": "TaskChecklist",
18
+ "5": "ResolveTicket",
19
+ "6": "EmployeeInformation",
20
+ "7": "MyApprovals",
21
+ "8": "AddComment",
22
+ "9": "ExitSurvey",
23
+ "10": "ViewTimesheet",
24
+ "11": "ViewPayslip",
25
+ "12": "ReportCase",
26
+ "13": "viewBenefits",
27
+ "14": "searchKnowledge",
28
+ "15": "documentRequest",
29
+ "16": "TalkToAgent",
30
+ "17": "ViewCases",
31
+ "18": "RequestTimeOff",
32
+ "19": "TalentRetention",
33
+ "20": "viewComments"
34
+ },
35
+ "initializer_range": 0.02,
36
+ "intermediate_size": 3072,
37
+ "label2id": {
38
+ "AddComment": 8,
39
+ "EmployeeInformation": 6,
40
+ "ExitSurvey": 9,
41
+ "ManageTimeOffRequests": 2,
42
+ "MyApprovals": 7,
43
+ "ReportCase": 12,
44
+ "RequestTimeOff": 18,
45
+ "ResolveTicket": 5,
46
+ "TalentRetention": 19,
47
+ "TalkToAgent": 16,
48
+ "TaskChecklist": 4,
49
+ "TimeOffBalance": 0,
50
+ "UpdateEmployee": 1,
51
+ "ViewCases": 17,
52
+ "ViewCompanyHoliday": 3,
53
+ "ViewPayslip": 11,
54
+ "ViewTimesheet": 10,
55
+ "documentRequest": 15,
56
+ "searchKnowledge": 14,
57
+ "viewBenefits": 13,
58
+ "viewComments": 20
59
+ },
60
+ "layer_norm_eps": 1e-12,
61
+ "max_position_embeddings": 512,
62
+ "model_type": "bert",
63
+ "num_attention_heads": 12,
64
+ "num_hidden_layers": 12,
65
+ "pad_token_id": 0,
66
+ "position_embedding_type": "absolute",
67
+ "problem_type": "multi_label_classification",
68
+ "torch_dtype": "float32",
69
+ "transformers_version": "4.40.2",
70
+ "type_vocab_size": 2,
71
+ "use_cache": true,
72
+ "vocab_size": 30522
73
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ce5422073b519466f2e341ea0b275566c09155d71eed8608c32ff21c6825780
3
+ size 438017092