cointegrated commited on
Commit
7dfbda7
1 Parent(s): 4a84744

The second commit: train longer

Browse files
Files changed (3) hide show
  1. config.json +2 -2
  2. pytorch_model.bin +1 -1
  3. tokenizer_config.json +1 -1
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "cointegrated/rubert-tiny",
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
@@ -29,7 +29,7 @@
29
  "position_embedding_type": "absolute",
30
  "problem_type": "single_label_classification",
31
  "torch_dtype": "float32",
32
- "transformers_version": "4.11.1",
33
  "type_vocab_size": 2,
34
  "use_cache": true,
35
  "vocab_size": 29564
1
  {
2
+ "_name_or_path": "/gd/MyDrive/models/rubert-tiny-nli-twoway",
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
29
  "position_embedding_type": "absolute",
30
  "problem_type": "single_label_classification",
31
  "torch_dtype": "float32",
32
+ "transformers_version": "4.11.2",
33
  "type_vocab_size": 2,
34
  "use_cache": true,
35
  "vocab_size": 29564
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:11a12729a8d3594b26cd374915718098102810dd070b95775c1ccaae9acdce6d
3
  size 47164791
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48b1f5e89858ef1025c0be4324a47e0853b5efb6b96e51b4a2a2aa4f116d9e02
3
  size 47164791
tokenizer_config.json CHANGED
@@ -1 +1 @@
1
- {"do_lower_case": false, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "cointegrated/rubert-tiny", "do_basic_tokenize": true, "never_split": null, "tokenizer_class": "BertTokenizer"}
1
+ {"do_lower_case": false, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "/gd/MyDrive/models/rubert-tiny-nli-twoway", "do_basic_tokenize": true, "never_split": null, "tokenizer_class": "BertTokenizer"}