ljcnju commited on
Commit
5080ea1
·
verified ·
1 Parent(s): 9bacada

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:686a1362f7d54d8185ade0a7fdc1ccb032e8371f9134c50c2740f226bef1e25a
3
  size 498829328
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0b18ec6f94e1824a4b0967711420c5304d818f9a2a6f0edf31f0c1091973fa4
3
  size 498829328
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": 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": 2,
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:5a73e50d9c89167324ae7b38a9b9bcd977eaf008680ca69c1a5dbe36bd21a67b
3
  size 4600
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42a9c9763c5f49e43419764bce8c5007f2795d23793b76767bd3c5489ac64393
3
  size 4600