tirthadagr8 commited on
Commit
ae9276d
·
verified ·
1 Parent(s): ad1d27f

Upload 17 files

Browse files
checkpoint-27456/config.json CHANGED
@@ -1,4 +1,5 @@
1
  {
 
2
  "architectures": [
3
  "VisionEncoderDecoderModel"
4
  ],
 
1
  {
2
+ "_name_or_path": "tirthadagr8/CustomOCR",
3
  "architectures": [
4
  "VisionEncoderDecoderModel"
5
  ],
checkpoint-27456/model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4114545231a0e7943f2ab36d01d757778a4fcb1a9aafdf93eaad3ccaccf490c0
3
  size 763923128
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4bcbd60a739d3bf5b1d412c161c73375683bd756e5d9fd8f5d298b70d88a9425
3
  size 763923128
checkpoint-27456/optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5ff8482eb86d0be250e661de3ab078aa8a5e3362ad6637381c4524d9e3ec22bd
3
  size 1523387840
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29d5edd2e1a0a34bc8d4fb79762df5c6d19acb2d400cd873da23d730e4b3c943
3
  size 1523387840
checkpoint-27456/trainer_state.json CHANGED
The diff for this file is too large to render. See raw diff
 
config.json CHANGED
@@ -1,4 +1,5 @@
1
  {
 
2
  "architectures": [
3
  "VisionEncoderDecoderModel"
4
  ],
 
1
  {
2
+ "_name_or_path": "tirthadagr8/CustomOCR",
3
  "architectures": [
4
  "VisionEncoderDecoderModel"
5
  ],
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4114545231a0e7943f2ab36d01d757778a4fcb1a9aafdf93eaad3ccaccf490c0
3
  size 763923128
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4bcbd60a739d3bf5b1d412c161c73375683bd756e5d9fd8f5d298b70d88a9425
3
  size 763923128
special_tokens_map.json CHANGED
@@ -1,7 +1,25 @@
1
  {
2
- "bos_token": "<|bos|>",
3
- "eos_token": "<|eos|>",
4
- "pad_token": "<|pad|>",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  "unk_token": {
6
  "content": "<|endoftext|>",
7
  "lstrip": false,
 
1
  {
2
+ "bos_token": {
3
+ "content": "<|bos|>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "<|eos|>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "<|pad|>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
  "unk_token": {
24
  "content": "<|endoftext|>",
25
  "lstrip": false,