IAMJB HF staff commited on
Commit
a0e13e2
1 Parent(s): 017d6cd

Upload model

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. generation_config.json +3 -3
README.md CHANGED
@@ -4,4 +4,4 @@ tags:
4
  - image-to-text
5
  widget:
6
  - src: https://prod-images-static.radiopaedia.org/images/29923576/fed73420497c8622734f21ce20fc91_gallery.jpeg
7
- ---
 
4
  - image-to-text
5
  widget:
6
  - src: https://prod-images-static.radiopaedia.org/images/29923576/fed73420497c8622734f21ce20fc91_gallery.jpeg
7
+ ---
generation_config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
- "_from_model_config": true,
3
- "bos_token_id": 0,
4
- "eos_token_id": 2,
5
  "pad_token_id": 1,
6
  "transformers_version": "4.39.0"
7
  }
 
1
  {
2
+ "beam_width": 2,
3
+ "decoder_start_token_id": 0,
4
+ "max_length": 128,
5
  "pad_token_id": 1,
6
  "transformers_version": "4.39.0"
7
  }