oliverqq commited on
Commit
301c4d5
1 Parent(s): 8a574e9

updated model

Browse files
Files changed (3) hide show
  1. config.json +1 -1
  2. pytorch_model.bin +2 -2
  3. tokenizer_config.json +1 -1
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "model",
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
 
1
  {
2
+ "_name_or_path": "drive/MyDrive/Colab Notebooks/Multi-label/scibert-title-label8",
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:732e3a71c73fd33181b5e376f9edb0df5de681c31a002a0e4e0cbd94a08d4cfc
3
- size 439783011
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6dbcd2dc547ecee861601eb54d02f90b186905cf3641cd9adecffcf33854f255
3
+ size 439784969
tokenizer_config.json CHANGED
@@ -1 +1 @@
1
- {"do_lower_case": true, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "do_basic_tokenize": true, "never_split": null, "special_tokens_map_file": null, "name_or_path": "model"}
 
1
+ {"do_lower_case": true, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "special_tokens_map_file": null, "name_or_path": "drive/MyDrive/Colab Notebooks/Multi-label/scibert-title-label8", "do_basic_tokenize": true, "never_split": null}