Training in progress, epoch 1
Browse files- config.json +10 -12
- model.safetensors +2 -2
config.json
CHANGED
|
@@ -20,23 +20,21 @@
|
|
| 20 |
"hidden_activation": "gelu",
|
| 21 |
"hidden_size": 768,
|
| 22 |
"id2label": {
|
| 23 |
-
"0": "
|
| 24 |
-
"1": "
|
| 25 |
-
"2": "
|
| 26 |
-
"3": "
|
| 27 |
-
"4": "
|
| 28 |
-
"5": "warranty_claim"
|
| 29 |
},
|
| 30 |
"initializer_cutoff_factor": 2.0,
|
| 31 |
"initializer_range": 0.02,
|
| 32 |
"intermediate_size": 1152,
|
| 33 |
"label2id": {
|
| 34 |
-
"
|
| 35 |
-
"
|
| 36 |
-
"
|
| 37 |
-
"
|
| 38 |
-
"
|
| 39 |
-
"warranty_claim": "5"
|
| 40 |
},
|
| 41 |
"layer_norm_eps": 1e-05,
|
| 42 |
"layer_types": [
|
|
|
|
| 20 |
"hidden_activation": "gelu",
|
| 21 |
"hidden_size": 768,
|
| 22 |
"id2label": {
|
| 23 |
+
"0": "quote_request",
|
| 24 |
+
"1": "spam",
|
| 25 |
+
"2": "troubleshooting",
|
| 26 |
+
"3": "unknown",
|
| 27 |
+
"4": "warranty_claim"
|
|
|
|
| 28 |
},
|
| 29 |
"initializer_cutoff_factor": 2.0,
|
| 30 |
"initializer_range": 0.02,
|
| 31 |
"intermediate_size": 1152,
|
| 32 |
"label2id": {
|
| 33 |
+
"quote_request": "0",
|
| 34 |
+
"spam": "1",
|
| 35 |
+
"troubleshooting": "2",
|
| 36 |
+
"unknown": "3",
|
| 37 |
+
"warranty_claim": "4"
|
|
|
|
| 38 |
},
|
| 39 |
"layer_norm_eps": 1e-05,
|
| 40 |
"layer_types": [
|
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:6de8303b72a8aebd30b473f24a112e97e5d834ccdf750043d62e7b9232c74ac5
|
| 3 |
+
size 598449012
|