Ranjan22 commited on
Commit
3d46c47
·
1 Parent(s): 87bd271

Training in progress, step 640

Browse files
Files changed (5) hide show
  1. config.json +1 -1
  2. pytorch_model.bin +2 -2
  3. spiece.model +3 -0
  4. tokenizer.json +1 -1
  5. training_args.bin +2 -2
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "Ranjan22/TextToTagGenerator",
3
  "architectures": [
4
  "T5ForConditionalGeneration"
5
  ],
 
1
  {
2
+ "_name_or_path": "t5-small",
3
  "architectures": [
4
  "T5ForConditionalGeneration"
5
  ],
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f5268ba08815486bd4c5dd8f24e2c2d4424cb9f7a6daed765b62c7f9a8af13d4
3
- size 242069785
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d922e436584acb0f0ce1315f10a8f32af11e9afc787919ca31ac4f25e2487e11
3
+ size 242071641
spiece.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d60acb128cf7b7f2536e8f38a5b18a05535c9e14c7a355904270e15b0945ea86
3
+ size 791656
tokenizer.json CHANGED
@@ -2,7 +2,7 @@
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
- "max_length": 128,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
 
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
+ "max_length": 512,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:eca1139b2ff35eef463b977d5b8396b4dca375b725b7cea6dcd445e1abdf6320
3
- size 3707
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc162c9f9ee793e573b5c78ad966cc28a1b478ccfe47be0495112bf32fc3e3f0
3
+ size 3643