emresefer commited on
Commit
df6673f
1 Parent(s): 6337c28

Training in progress, epoch 1

Browse files
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f3234fe15f2e7c413aa0164a32e393d01095d751088ab887dd384a7a340e1517
3
  size 267854570
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e629a0ee3e56b1c4adc6e6830cc230dad3cba6ffe19dbbed5b201e8d56b0fb9
3
  size 267854570
tokenizer.json CHANGED
@@ -1,6 +1,11 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
 
 
 
 
 
4
  "padding": null,
5
  "added_tokens": [
6
  {
 
1
  {
2
  "version": "1.0",
3
+ "truncation": {
4
+ "direction": "Right",
5
+ "max_length": 512,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
8
+ },
9
  "padding": null,
10
  "added_tokens": [
11
  {
tokenizer_config.json CHANGED
@@ -8,6 +8,6 @@
8
  "sep_token": "[SEP]",
9
  "strip_accents": null,
10
  "tokenize_chinese_chars": true,
11
- "tokenizer_class": "DistilBertTokenizer",
12
  "unk_token": "[UNK]"
13
  }
 
8
  "sep_token": "[SEP]",
9
  "strip_accents": null,
10
  "tokenize_chinese_chars": true,
11
+ "tokenizer_class": "BertTokenizer",
12
  "unk_token": "[UNK]"
13
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6ffda1751f32c9a41ce9778ce9a163b1039b9fbe784e707bf49ea6c7903d82cc
3
  size 4472
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d96299b6d32317690d01478d19deb7bdd934aae293b4811494e1ca5a178c6b94
3
  size 4472