sachin19566 commited on
Commit
b44f288
1 Parent(s): 80f8db2

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. config.json +37 -0
  2. pytorch_model.bin +3 -0
  3. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert-base-uncased",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForSequenceClassification"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "hidden_dim": 3072,
11
+ "id2label": {
12
+ "0": "Payment",
13
+ "1": "Order",
14
+ "2": "Modify",
15
+ "3": "Info"
16
+ },
17
+ "initializer_range": 0.02,
18
+ "label2id": {
19
+ "Info": 3,
20
+ "Modify": 2,
21
+ "Order": 1,
22
+ "Payment": 0
23
+ },
24
+ "max_position_embeddings": 512,
25
+ "model_type": "distilbert",
26
+ "n_heads": 12,
27
+ "n_layers": 6,
28
+ "pad_token_id": 0,
29
+ "problem_type": "single_label_classification",
30
+ "qa_dropout": 0.1,
31
+ "seq_classif_dropout": 0.2,
32
+ "sinusoidal_pos_embds": false,
33
+ "tie_weights_": true,
34
+ "torch_dtype": "float32",
35
+ "transformers_version": "4.33.3",
36
+ "vocab_size": 30522
37
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d67fc29ed32d303d6f2baa46fb75397d5ef8cbc9608099db2b9b99b5cb9f23a3
3
+ size 267861677
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:427314fd3d172435f54c6ca0f30e387c6094475259d19fe852d82c10c9591ff4
3
+ size 4027