ewankim1023 commited on
Commit
6b48a41
1 Parent(s): 80ca2f8

Training in progress, step 500

Browse files
Files changed (4) hide show
  1. config.json +1 -1
  2. pytorch_model.bin +1 -1
  3. tokenizer.json +6 -1
  4. training_args.bin +1 -1
config.json CHANGED
@@ -35,7 +35,7 @@
35
  "position_embedding_type": "absolute",
36
  "problem_type": "single_label_classification",
37
  "torch_dtype": "float32",
38
- "transformers_version": "4.33.1",
39
  "type_vocab_size": 2,
40
  "use_cache": true,
41
  "vocab_size": 30522
 
35
  "position_embedding_type": "absolute",
36
  "problem_type": "single_label_classification",
37
  "torch_dtype": "float32",
38
+ "transformers_version": "4.33.2",
39
  "type_vocab_size": 2,
40
  "use_cache": true,
41
  "vocab_size": 30522
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:44ad748eb2351b9b1ee949bbff55fa6c3c527f04099d22b7f745bc92fe570f4f
3
  size 133517617
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef510394a6966a31b4bb814473981c5584f1d84ac1272129fc9380a8fce24fca
3
  size 133517617
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
  {
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:915ddfa03017c7ca53f29dd643978b7a6c4e9b30300e9235d482daa7875d73c1
3
  size 4091
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18f82ca10c248368aaea13bcc5f08edb40b374c8aa91bd0667535b3541048985
3
  size 4091