María Navas Loro commited on
Commit
fc90a16
·
1 Parent(s): c07944a

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e55a7754ce40267ac3521d4bb71f2472d405bdf4693065a465c72b7ed40c804c
3
- size 437119725
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb6f38ca10dae434d2cecf7d8e973064016bc6dcd3b3eb3d2654f8ca71333da6
3
+ size 437122541
runs/Jun07_14-34-36_a35867882a77/1686148487.0346391/events.out.tfevents.1686148487.a35867882a77.45469.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c892862f97ceb7b8761c5af85919a7620cbc9259eabc73d2cff0b751ee90ae57
3
+ size 5972
runs/Jun07_14-34-36_a35867882a77/events.out.tfevents.1686148487.a35867882a77.45469.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2a0d01332c4d313bb621c6ce385bcfcf93973b39b24967d6b205863f260b7b1
3
+ size 4873
special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": true,
3
+ "clean_up_tokenization_spaces": true,
4
+ "cls_token": "[CLS]",
5
+ "do_basic_tokenize": true,
6
+ "do_lower_case": false,
7
+ "mask_token": "[MASK]",
8
+ "max_length": 512,
9
+ "model_max_length": 512,
10
+ "never_split": null,
11
+ "pad_token": "[PAD]",
12
+ "sep_token": "[SEP]",
13
+ "strip_accents": false,
14
+ "tokenize_chinese_chars": true,
15
+ "tokenizer_class": "BertTokenizer",
16
+ "truncation": true,
17
+ "unk_token": "[UNK]"
18
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b422be26c74e8ae9c6490d046b981605d122f489fbfbc404bb1d7cec67859d8
3
+ size 3963
vocab.txt ADDED
The diff for this file is too large to render. See raw diff