RikiyaT commited on
Commit
2be63d5
·
verified ·
1 Parent(s): ac8a87b

Training in progress, step 500

Browse files
Files changed (3) hide show
  1. adapter_model.safetensors +1 -1
  2. tokenizer.json +11 -2
  3. training_args.bin +1 -1
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:db3cc2847fcbe03c7e4760010fd57ca2811e7424f7bc8434eb9df168eb014ef4
3
  size 6832728
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bfd23ae79d23047e0ff350e1cbcb0624eddfe8d875603bf72ba37cbd729ab342
3
  size 6832728
tokenizer.json CHANGED
@@ -2,11 +2,20 @@
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
- "max_length": 131072,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
- "padding": null,
 
 
 
 
 
 
 
 
 
10
  "added_tokens": [
11
  {
12
  "id": 128000,
 
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
+ "max_length": 512,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
+ "padding": {
10
+ "strategy": {
11
+ "Fixed": 512
12
+ },
13
+ "direction": "Right",
14
+ "pad_to_multiple_of": null,
15
+ "pad_id": 128001,
16
+ "pad_type_id": 0,
17
+ "pad_token": "<|end_of_text|>"
18
+ },
19
  "added_tokens": [
20
  {
21
  "id": 128000,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:317da21ea3458f2febcacec96b0591384cdc8d1aa8f07258081e185e8d2c1bc8
3
  size 5432
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6955dcae9dc30d1ab1a749ff557d62598cbe87fbe5a0a56889f6fd604062df27
3
  size 5432