toanparadox commited on
Commit
1778a2d
1 Parent(s): 23160e0
Files changed (3) hide show
  1. config.json +49 -0
  2. pytorch_model.bin +3 -0
  3. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert-base-cased",
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": "job_search",
14
+ "1": "yes",
15
+ "2": "reschedule",
16
+ "3": "no",
17
+ "4": "cancel",
18
+ "5": "stop",
19
+ "6": "gdpr_candidatedata",
20
+ "7": "any",
21
+ "8": "start"
22
+ },
23
+ "initializer_range": 0.02,
24
+ "intermediate_size": 3072,
25
+ "label2id": {
26
+ "any": 7,
27
+ "cancel": 4,
28
+ "gdpr_candidatedata": 6,
29
+ "job_search": 0,
30
+ "no": 3,
31
+ "reschedule": 2,
32
+ "start": 8,
33
+ "stop": 5,
34
+ "yes": 1
35
+ },
36
+ "layer_norm_eps": 1e-12,
37
+ "max_position_embeddings": 512,
38
+ "model_type": "bert",
39
+ "num_attention_heads": 12,
40
+ "num_hidden_layers": 12,
41
+ "pad_token_id": 0,
42
+ "position_embedding_type": "absolute",
43
+ "problem_type": "single_label_classification",
44
+ "torch_dtype": "float32",
45
+ "transformers_version": "4.11.3",
46
+ "type_vocab_size": 2,
47
+ "use_cache": true,
48
+ "vocab_size": 28996
49
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9eb874201b93c7a5526c6baee6859046a3ef3ffff3b55caca2486474b7c97ab1
3
+ size 433352877
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dee812ce8f1a8a6f23f28a4e4a93ce57afa0e5765014f03c637e7fa88d11fe53
3
+ size 2863