trong269 commited on
Commit
8eadb4c
·
verified ·
1 Parent(s): f4a2078

Training in progress, epoch 6

Browse files
Files changed (4) hide show
  1. config.json +1 -1
  2. model.safetensors +1 -1
  3. tokenizer.json +16 -2
  4. training_args.bin +2 -2
config.json CHANGED
@@ -25,7 +25,7 @@
25
  "relative_attention_max_distance": 128,
26
  "relative_attention_num_buckets": 32,
27
  "torch_dtype": "float32",
28
- "transformers_version": "4.50.3",
29
  "use_cache": true,
30
  "vocab_size": 36096
31
  }
 
25
  "relative_attention_max_distance": 128,
26
  "relative_attention_num_buckets": 32,
27
  "torch_dtype": "float32",
28
+ "transformers_version": "4.51.3",
29
  "use_cache": true,
30
  "vocab_size": 36096
31
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e05b5c00fa360db4690ee34dbf4cdc00660fab4fbd668ce846c7e12146afb6f1
3
  size 903834408
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bcbf00c31e7adbfcd8ee0eef37d3845549449c51b31c4dd1e30da8bcf124b9a3
3
  size 903834408
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": 1024,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
8
+ },
9
+ "padding": {
10
+ "strategy": {
11
+ "Fixed": 1024
12
+ },
13
+ "direction": "Right",
14
+ "pad_to_multiple_of": null,
15
+ "pad_id": 1,
16
+ "pad_type_id": 0,
17
+ "pad_token": "</s>"
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:cda7131f2edcb982fbfbe76826240d78471b6d8c45e6345703e8593b099ee963
3
- size 5432
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:061e34aacf1200e4bc5d953af23d6473970085e07965c2674efc36e00f53db73
3
+ size 5368