Fix typo in model architecture class name
#12
by
Xenova
HF Staff
- opened
- 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,
|