Training in progress, epoch 1
Browse files- config.json +12 -8
- model.safetensors +2 -2
- training_args.bin +1 -1
config.json
CHANGED
|
@@ -13,11 +13,13 @@
|
|
| 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": "
|
| 19 |
-
"7": "
|
| 20 |
-
"8": "
|
|
|
|
|
|
|
| 21 |
},
|
| 22 |
"initializer_range": 0.02,
|
| 23 |
"label2id": {
|
|
@@ -25,11 +27,13 @@
|
|
| 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 |
-
"
|
| 31 |
-
"
|
| 32 |
-
"
|
|
|
|
|
|
|
| 33 |
},
|
| 34 |
"max_position_embeddings": 512,
|
| 35 |
"model_type": "distilbert",
|
|
|
|
| 13 |
"1": "Checking or savings account",
|
| 14 |
"2": "Consumer Loan",
|
| 15 |
"3": "Credit card or prepaid card",
|
| 16 |
+
"4": "Credit reporting, credit repair services, or other personal consumer reports",
|
| 17 |
"5": "Debt collection",
|
| 18 |
+
"6": "Money transfer, virtual currency, or money service",
|
| 19 |
+
"7": "Mortgage",
|
| 20 |
+
"8": "Payday loan, title loan, personal loan, or advance loan",
|
| 21 |
+
"9": "Student loan",
|
| 22 |
+
"10": "Vehicle loan or lease"
|
| 23 |
},
|
| 24 |
"initializer_range": 0.02,
|
| 25 |
"label2id": {
|
|
|
|
| 27 |
"Checking or savings account": 1,
|
| 28 |
"Consumer Loan": 2,
|
| 29 |
"Credit card or prepaid card": 3,
|
| 30 |
+
"Credit reporting, credit repair services, or other personal consumer reports": 4,
|
| 31 |
"Debt collection": 5,
|
| 32 |
+
"Money transfer, virtual currency, or money service": 6,
|
| 33 |
+
"Mortgage": 7,
|
| 34 |
+
"Payday loan, title loan, personal loan, or advance loan": 8,
|
| 35 |
+
"Student loan": 9,
|
| 36 |
+
"Vehicle loan or lease": 10
|
| 37 |
},
|
| 38 |
"max_position_embeddings": 512,
|
| 39 |
"model_type": "distilbert",
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:531ccc69cc2885326800fbf02e34b809a3442123579e47f815f168a104321571
|
| 3 |
+
size 267860252
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5304
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1e4b76f722bd4bb955c9630ca01d8e3b5a03a8820a54c29c20fb94e0ec09e1cf
|
| 3 |
size 5304
|