fredymad commited on
Commit
bae1a9d
·
1 Parent(s): f7213d5

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "dccuchile/bert-base-spanish-wwm-cased",
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
 
1
  {
2
+ "_name_or_path": "dccuchile/bert-base-spanish-wwm-uncased",
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:97a83ccc043a0a3af1c4786ce6c0cf4ba7f8e5cf771388db401b2d21356a632b
3
  size 439488629
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f08fd799a823286504bfbe75ecc3d1244d617ce8f3c2166a1393e96a6248a653
3
  size 439488629
runs/Jun02_10-02-18_63a10f89ad87/1685700141.5934863/events.out.tfevents.1685700141.63a10f89ad87.994.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce7a9658e4374adb89fc820906e387d130be7ca6c159019cf76f6482c77b300b
3
+ size 5909
runs/Jun02_10-02-18_63a10f89ad87/events.out.tfevents.1685700141.63a10f89ad87.994.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75356f8260d51f38d7c5508092a4e66b92dc80efde04f92754b1fc1714786a4e
3
+ size 4707
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -2,7 +2,7 @@
2
  "clean_up_tokenization_spaces": true,
3
  "cls_token": "[CLS]",
4
  "do_basic_tokenize": true,
5
- "do_lower_case": false,
6
  "mask_token": "[MASK]",
7
  "model_max_length": 512,
8
  "never_split": null,
 
2
  "clean_up_tokenization_spaces": true,
3
  "cls_token": "[CLS]",
4
  "do_basic_tokenize": true,
5
+ "do_lower_case": true,
6
  "mask_token": "[MASK]",
7
  "model_max_length": 512,
8
  "never_split": null,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0d31ed609ba76a59709f089644ce820b3f32d1aac00d6899848a919f9a058904
3
  size 3643
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eef1a3cb21af7880e6925c3f2fe90ec4e05219a1949ab791030a79509f386b53
3
  size 3643
vocab.txt CHANGED
The diff for this file is too large to render. See raw diff