Guspfc commited on
Commit
09a2f75
1 Parent(s): 36e0220

Upload processor

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. tokenizer.json +10 -1
README.md CHANGED
@@ -1,8 +1,8 @@
1
  ---
2
  license: mit
3
- base_model: microsoft/git-base
4
  tags:
5
  - generated_from_trainer
 
6
  datasets:
7
  - imagefolder
8
  model-index:
 
1
  ---
2
  license: mit
 
3
  tags:
4
  - generated_from_trainer
5
+ base_model: microsoft/git-base
6
  datasets:
7
  - imagefolder
8
  model-index:
tokenizer.json CHANGED
@@ -1,7 +1,16 @@
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": null,
4
+ "padding": {
5
+ "strategy": {
6
+ "Fixed": 512
7
+ },
8
+ "direction": "Right",
9
+ "pad_to_multiple_of": null,
10
+ "pad_id": 0,
11
+ "pad_type_id": 0,
12
+ "pad_token": "[PAD]"
13
+ },
14
  "added_tokens": [
15
  {
16
  "id": 0,