ariG23498 HF Staff commited on
Commit
247bd56
·
verified ·
1 Parent(s): 642202a

Adding `transformers` as the model library name

Browse files

After https://github.com/huggingface/transformers/pull/41621 is merged we should merge this PR.

This would help with code snippet generation and much more.

Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -1,4 +1,3 @@
1
-
2
  ---
3
  license: apache-2.0
4
  language:
@@ -12,7 +11,7 @@ language:
12
  - sv
13
  - da
14
  base_model: lightonai/LightOnOCR-1B-1025
15
- library_name: vllm
16
  tags:
17
  - ocr
18
  - document-understanding
 
 
1
  ---
2
  license: apache-2.0
3
  language:
 
11
  - sv
12
  - da
13
  base_model: lightonai/LightOnOCR-1B-1025
14
+ library_name: transformers
15
  tags:
16
  - ocr
17
  - document-understanding