Fix typo on model architecture name
Browse filesSee https://github.com/huggingface/transformers/blob/10e97cd508218546ef681a2c9b4c519ac0d927c3/src/transformers/models/lighton_ocr/modeling_lighton_ocr.py#L314
- config.json +1 -1
config.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"architectures": [
|
| 3 |
-
"
|
| 4 |
],
|
| 5 |
"dtype": "bfloat16",
|
| 6 |
"eos_token_id": 151645,
|
|
|
|
| 1 |
{
|
| 2 |
"architectures": [
|
| 3 |
+
"LightOnOcrForConditionalGeneration"
|
| 4 |
],
|
| 5 |
"dtype": "bfloat16",
|
| 6 |
"eos_token_id": 151645,
|