Anirbanbhk commited on
Commit
12c7d28
·
1 Parent(s): 2c866ff

UPDATED MODEL

Browse files
Files changed (5) hide show
  1. config.json +1 -1
  2. special_tokens_map.json +1 -0
  3. tf_model.h5 +1 -1
  4. tokenizer_config.json +1 -0
  5. vocab.txt +0 -0
config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "_num_labels": 3,
3
  "architectures": [
4
- "BertForMaskedLM"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
  "bos_token_id": null,
 
1
  {
2
  "_num_labels": 3,
3
  "architectures": [
4
+ "BertForSequenceClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
  "bos_token_id": null,
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}
tf_model.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ac63a28a5a8fe419e55a29858ccb4cf5697446bc32f256131efda236cea94cfa
3
  size 438226268
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:789ba20d1859aeeae35c32b2d22d56eae10be8ee6a08495d49efd76baebd36c7
3
  size 438226268
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"do_lower_case": true, "max_len": 512}
vocab.txt ADDED
The diff for this file is too large to render. See raw diff