CodeXRyu commited on
Commit
645eb80
·
verified ·
1 Parent(s): 72573c8

Upload folder using huggingface_hub

Browse files
checkpoint-13/training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bc007ea7b733b583b8184bd73ce86068d4e1af0c6ab3efbd18725b6f11f80958
3
  size 5841
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27571a09d091e90ec5d81bea87b6f6338619054c1522938a6dde9820cca267f4
3
  size 5841
generation_config.json CHANGED
@@ -1,4 +1,5 @@
1
  {
 
2
  "decoder_start_token_id": 0,
3
  "eos_token_id": 1,
4
  "pad_token_id": 0,
 
1
  {
2
+ "_from_model_config": true,
3
  "decoder_start_token_id": 0,
4
  "eos_token_id": 1,
5
  "pad_token_id": 0,
tokenizer.json CHANGED
@@ -2,11 +2,18 @@
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
- "max_length": 256,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
- "padding": null,
 
 
 
 
 
 
 
10
  "added_tokens": [
11
  {
12
  "id": 0,
 
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
+ "max_length": 64,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
+ "padding": {
10
+ "strategy": "BatchLongest",
11
+ "direction": "Right",
12
+ "pad_to_multiple_of": null,
13
+ "pad_id": 0,
14
+ "pad_type_id": 0,
15
+ "pad_token": "<pad>"
16
+ },
17
  "added_tokens": [
18
  {
19
  "id": 0,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bc007ea7b733b583b8184bd73ce86068d4e1af0c6ab3efbd18725b6f11f80958
3
  size 5841
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27571a09d091e90ec5d81bea87b6f6338619054c1522938a6dde9820cca267f4
3
  size 5841