Commit ·
ff33c26
1
Parent(s): 31af9a0
Training in progress, epoch 1
Browse files- config.json +5 -5
- pytorch_model.bin +1 -1
- training_args.bin +1 -1
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "MiniLM-L6-H384-distilled-from-BERT-Large",
|
| 3 |
"architectures": [
|
| 4 |
"BertForSequenceClassification"
|
| 5 |
],
|
|
@@ -9,14 +9,14 @@
|
|
| 9 |
"hidden_dropout_prob": 0.1,
|
| 10 |
"hidden_size": 384,
|
| 11 |
"id2label": {
|
| 12 |
-
"0": "
|
| 13 |
-
"1": "
|
| 14 |
},
|
| 15 |
"initializer_range": 0.02,
|
| 16 |
"intermediate_size": 1536,
|
| 17 |
"label2id": {
|
| 18 |
-
"
|
| 19 |
-
"
|
| 20 |
},
|
| 21 |
"layer_norm_eps": 1e-12,
|
| 22 |
"max_position_embeddings": 512,
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "model/raw/MiniLM-L6-H384-distilled-from-BERT-Large",
|
| 3 |
"architectures": [
|
| 4 |
"BertForSequenceClassification"
|
| 5 |
],
|
|
|
|
| 9 |
"hidden_dropout_prob": 0.1,
|
| 10 |
"hidden_size": 384,
|
| 11 |
"id2label": {
|
| 12 |
+
"0": "normal",
|
| 13 |
+
"1": "selfie"
|
| 14 |
},
|
| 15 |
"initializer_range": 0.02,
|
| 16 |
"intermediate_size": 1536,
|
| 17 |
"label2id": {
|
| 18 |
+
"normal": 0,
|
| 19 |
+
"selfie": 1
|
| 20 |
},
|
| 21 |
"layer_norm_eps": 1e-12,
|
| 22 |
"max_position_embeddings": 512,
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 90891377
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f2714770367e1f499282955db12fe5e46f61698619a98e93b2f1d4191ce4423f
|
| 3 |
size 90891377
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4155
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1f94d9d26795238e70e0445f77ec7f51926c5ff693d12a5175fbed5741a6d7d5
|
| 3 |
size 4155
|