Zamachi commited on
Commit
f47d0eb
·
1 Parent(s): 7b95b41

Training in progress step 204

Browse files
Files changed (3) hide show
  1. config.json +1 -0
  2. pytorch_model.bin +1 -1
  3. 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:d8aa10beec2cbd53cc15ab2abccd078541051304b7e89e12cbcda1fc86552186
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-base-v2",
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]",