noushsuon commited on
Commit
e5e20a7
1 Parent(s): 6be3772

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. model.safetensors +1 -1
  2. tokenizer.json +16 -2
  3. training_args.bin +1 -1
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:429bdc2ed15dc536d06599edd496b5c6c1aa0c977200df87ffc647bf320c5216
3
  size 430908208
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5c4fa52b79ca9f90ae07baca224de04587ca99b486b648a816b7ddeff204144
3
  size 430908208
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": 384,
6
+ "strategy": "OnlySecond",
7
+ "stride": 128
8
+ },
9
+ "padding": {
10
+ "strategy": {
11
+ "Fixed": 384
12
+ },
13
+ "direction": "Right",
14
+ "pad_to_multiple_of": null,
15
+ "pad_id": 0,
16
+ "pad_type_id": 0,
17
+ "pad_token": "[PAD]"
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:82e9960df071481ed55bedbedae7c53393577422296631f8460ca37b58f68115
3
  size 4536
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:701f677fe6a8264ad5377e23fc78c1a63fa6716457d6d5a18771ecb33eba739c
3
  size 4536