End of training
Browse files- .gitignore +1 -0
- config.json +65 -0
- pytorch_model.bin +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
checkpoint-*/
|
config.json
ADDED
|
@@ -0,0 +1,65 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "/content/checkpoint-43000",
|
| 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": "Credit reporting, credit repair services, or other personal consumer reports",
|
| 13 |
+
"1": "Debt collection",
|
| 14 |
+
"2": "Mortgage",
|
| 15 |
+
"3": "Credit card or prepaid card",
|
| 16 |
+
"4": "Checking or savings account",
|
| 17 |
+
"5": "Credit reporting",
|
| 18 |
+
"6": "Student loan",
|
| 19 |
+
"7": "Money transfer, virtual currency, or money service",
|
| 20 |
+
"8": "Credit card",
|
| 21 |
+
"9": "Vehicle loan or lease",
|
| 22 |
+
"10": "Bank account or service",
|
| 23 |
+
"11": "Payday loan, title loan, or personal loan",
|
| 24 |
+
"12": "Consumer Loan",
|
| 25 |
+
"13": "Payday loan",
|
| 26 |
+
"14": "Money transfers",
|
| 27 |
+
"15": "Prepaid card",
|
| 28 |
+
"16": "Other financial service",
|
| 29 |
+
"17": "Virtual currency"
|
| 30 |
+
},
|
| 31 |
+
"initializer_range": 0.02,
|
| 32 |
+
"label2id": {
|
| 33 |
+
"Bank account or service": 10,
|
| 34 |
+
"Checking or savings account": 4,
|
| 35 |
+
"Consumer Loan": 12,
|
| 36 |
+
"Credit card": 8,
|
| 37 |
+
"Credit card or prepaid card": 3,
|
| 38 |
+
"Credit reporting": 5,
|
| 39 |
+
"Credit reporting, credit repair services, or other personal consumer reports": 0,
|
| 40 |
+
"Debt collection": 1,
|
| 41 |
+
"Money transfer, virtual currency, or money service": 7,
|
| 42 |
+
"Money transfers": 14,
|
| 43 |
+
"Mortgage": 2,
|
| 44 |
+
"Other financial service": 16,
|
| 45 |
+
"Payday loan": 13,
|
| 46 |
+
"Payday loan, title loan, or personal loan": 11,
|
| 47 |
+
"Prepaid card": 15,
|
| 48 |
+
"Student loan": 6,
|
| 49 |
+
"Vehicle loan or lease": 9,
|
| 50 |
+
"Virtual currency": 17
|
| 51 |
+
},
|
| 52 |
+
"max_position_embeddings": 512,
|
| 53 |
+
"model_type": "distilbert",
|
| 54 |
+
"n_heads": 12,
|
| 55 |
+
"n_layers": 6,
|
| 56 |
+
"pad_token_id": 0,
|
| 57 |
+
"problem_type": "single_label_classification",
|
| 58 |
+
"qa_dropout": 0.1,
|
| 59 |
+
"seq_classif_dropout": 0.2,
|
| 60 |
+
"sinusoidal_pos_embds": false,
|
| 61 |
+
"tie_weights_": true,
|
| 62 |
+
"torch_dtype": "float32",
|
| 63 |
+
"transformers_version": "4.16.1",
|
| 64 |
+
"vocab_size": 30522
|
| 65 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5082b6ee2aa6c0b6a44c9f5373fa41a0a1e6b3c0fab172cc346c68fe34d3f8c6
|
| 3 |
+
size 267909297
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:059db62e207cbf455e26e42fb4f7204bf282ddea111d8a4ad0ec039209aebdcc
|
| 3 |
+
size 2991
|