legacy107 commited on
Commit
f0a3a81
·
1 Parent(s): 843020a

Training in progress, step 500

Browse files
adapter_config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "auto_mapping": null,
3
- "base_model_name_or_path": "bert-base-cased",
4
  "fan_in_fan_out": false,
5
  "feedforward_modules": [
6
  "output.dense"
 
1
  {
2
  "auto_mapping": null,
3
+ "base_model_name_or_path": "bert-base-uncased",
4
  "fan_in_fan_out": false,
5
  "feedforward_modules": [
6
  "output.dense"
adapter_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a9e446db19974910db9f8542a3ad170768fae0b08fe44224027261a0c76049d3
3
  size 281799
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bfefef3fa30500d482409818bb722d2d441b602f84e243b192963483ede0a78b
3
  size 281799
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "clean_up_tokenization_spaces": true,
3
  "cls_token": "[CLS]",
4
- "do_lower_case": false,
5
  "mask_token": "[MASK]",
6
  "model_max_length": 512,
7
  "pad_token": "[PAD]",
 
1
  {
2
  "clean_up_tokenization_spaces": true,
3
  "cls_token": "[CLS]",
4
+ "do_lower_case": true,
5
  "mask_token": "[MASK]",
6
  "model_max_length": 512,
7
  "pad_token": "[PAD]",
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fad31179f146b23188f7dc32f62abec6c01540a6ea1197a33573979eb330f384
3
  size 4027
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d8cf9a175b6bf4e25e362cd801c1e648dfb440c8f282f211ec823c5ff4d2a27
3
  size 4027
vocab.txt CHANGED
The diff for this file is too large to render. See raw diff