boopathiraj commited on
Commit
db95c48
·
verified ·
1 Parent(s): 81c7d97

Upload T5-Json-Parsing model files

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:1c8331e8680fd5eee27b26303c3d3d44391ad0ff19251a261c13698e641bd7a4
3
  size 242041896
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:936195295a205010a46a1332c0a582077cfbe60927cc50f785a6ea0b09a05d66
3
  size 242041896
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": 128,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
8
+ },
9
+ "padding": {
10
+ "strategy": {
11
+ "Fixed": 128
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:fd06486020a810804a0961d6ddf9c2e7afd192045d4f0f7f1e45b305db5e0d58
3
  size 5304
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6d1de376951d1a79cdfbb2947ab83a784eaf13af43ba1e8fd5c3cca2545d502
3
  size 5304