abhinavkk commited on
Commit
4d5f182
·
verified ·
1 Parent(s): 570c1b3

Training in progress, epoch 1

Browse files
Files changed (4) hide show
  1. config.json +12 -18
  2. model.safetensors +2 -2
  3. tokenizer.json +6 -1
  4. training_args.bin +1 -1
config.json CHANGED
@@ -12,30 +12,24 @@
12
  "0": "Bank account or service",
13
  "1": "Checking or savings account",
14
  "2": "Consumer Loan",
15
- "3": "Credit card",
16
- "4": "Credit card or prepaid card",
17
- "5": "Credit reporting",
18
- "6": "Credit reporting or other personal consumer reports",
19
- "7": "Debt collection",
20
- "8": "Mortgage",
21
- "9": "Prepaid card",
22
- "10": "Student loan",
23
- "11": "Vehicle loan or lease"
24
  },
25
  "initializer_range": 0.02,
26
  "label2id": {
27
  "Bank account or service": 0,
28
  "Checking or savings account": 1,
29
  "Consumer Loan": 2,
30
- "Credit card": 3,
31
- "Credit card or prepaid card": 4,
32
- "Credit reporting": 5,
33
- "Credit reporting or other personal consumer reports": 6,
34
- "Debt collection": 7,
35
- "Mortgage": 8,
36
- "Prepaid card": 9,
37
- "Student loan": 10,
38
- "Vehicle loan or lease": 11
39
  },
40
  "max_position_embeddings": 512,
41
  "model_type": "distilbert",
 
12
  "0": "Bank account or service",
13
  "1": "Checking or savings account",
14
  "2": "Consumer Loan",
15
+ "3": "Credit card or prepaid card",
16
+ "4": "Credit reporting or other personal consumer reports",
17
+ "5": "Debt collection",
18
+ "6": "Mortgage",
19
+ "7": "Student loan",
20
+ "8": "Vehicle loan or lease"
 
 
 
21
  },
22
  "initializer_range": 0.02,
23
  "label2id": {
24
  "Bank account or service": 0,
25
  "Checking or savings account": 1,
26
  "Consumer Loan": 2,
27
+ "Credit card or prepaid card": 3,
28
+ "Credit reporting or other personal consumer reports": 4,
29
+ "Debt collection": 5,
30
+ "Mortgage": 6,
31
+ "Student loan": 7,
32
+ "Vehicle loan or lease": 8
 
 
 
33
  },
34
  "max_position_embeddings": 512,
35
  "model_type": "distilbert",
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:785d2f287c32a8c1963e2549092f39259e7db0adea2cb5c4c71dd51e8be66ac5
3
- size 267863328
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:136f113deeb4084f0b5b792ceb430c5becd4065ba23bee440372451f92f1cca1
3
+ size 267854100
tokenizer.json CHANGED
@@ -1,6 +1,11 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
 
 
 
 
 
4
  "padding": null,
5
  "added_tokens": [
6
  {
 
1
  {
2
  "version": "1.0",
3
+ "truncation": {
4
+ "direction": "Right",
5
+ "max_length": 512,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
8
+ },
9
  "padding": null,
10
  "added_tokens": [
11
  {
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:83d0984e8bacdc5ab594e8b026a179fd55ef362779c3b782f170b63cb521e79a
3
  size 5304
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:982e19eef561139af7bc2cfab3b1db64e7d378b1ce1f703e8230af49ef920a40
3
  size 5304