minhquy1624 commited on
Commit
aaec6b3
·
1 Parent(s): c82d491

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. adapter_model.bin +1 -1
  2. tokenizer.json +16 -2
  3. training_args.bin +1 -1
adapter_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6918a56734dbe0a3fec913cd92b1b48eb083883aea565811de13d7c4a09f9bef
3
  size 131837
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18d32669eca654bdb26afd65c8e0a107743a46ee7b21ac546266f86e1aa04f2a
3
  size 131837
tokenizer.json CHANGED
@@ -1,7 +1,21 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
4
- "padding": null,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  "added_tokens": [
6
  {
7
  "id": 0,
 
1
  {
2
  "version": "1.0",
3
+ "truncation": {
4
+ "direction": "Right",
5
+ "max_length": 640,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
8
+ },
9
+ "padding": {
10
+ "strategy": {
11
+ "Fixed": 640
12
+ },
13
+ "direction": "Right",
14
+ "pad_to_multiple_of": null,
15
+ "pad_id": 5,
16
+ "pad_type_id": 0,
17
+ "pad_token": "<|endoftext|>"
18
+ },
19
  "added_tokens": [
20
  {
21
  "id": 0,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a623eb7b5590cc9b1f9ebe11383ad6558c9f5838ad89cd37bb745e23e112a783
3
  size 4091
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5eab6e5b3ad80cc4d3cd6f9636ed4e7b48b17b93c4a444b4ff4f060d60fc33d4
3
  size 4091