Training in progress step 204
Browse files- config.json +1 -0
- pytorch_model.bin +1 -1
- tokenizer_config.json +1 -1
config.json
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
{
|
|
|
|
| 2 |
"architectures": [
|
| 3 |
"AlbertForSequenceClassification"
|
| 4 |
],
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "Zamachi/albert-for-multilabel-sentence-classification",
|
| 3 |
"architectures": [
|
| 4 |
"AlbertForSequenceClassification"
|
| 5 |
],
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 46769297
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8e88fcd6daee9a2230a9cab29d6b72175ce02b2c901d01e51149830a67e10fcc
|
| 3 |
size 46769297
|
tokenizer_config.json
CHANGED
|
@@ -13,7 +13,7 @@
|
|
| 13 |
"single_word": false
|
| 14 |
},
|
| 15 |
"model_max_length": 512,
|
| 16 |
-
"name_or_path": "albert-
|
| 17 |
"pad_token": "<pad>",
|
| 18 |
"remove_space": true,
|
| 19 |
"sep_token": "[SEP]",
|
|
|
|
| 13 |
"single_word": false
|
| 14 |
},
|
| 15 |
"model_max_length": 512,
|
| 16 |
+
"name_or_path": "Zamachi/albert-for-multilabel-sentence-classification",
|
| 17 |
"pad_token": "<pad>",
|
| 18 |
"remove_space": true,
|
| 19 |
"sep_token": "[SEP]",
|