AutomatosX commited on
Commit
87cbeb4
·
verified ·
1 Parent(s): f5e023e

Fix model card tags: ax-engine, automatosx (YAML normalize)

Browse files
Files changed (1) hide show
  1. README.md +8 -7
README.md CHANGED
@@ -1,18 +1,19 @@
1
  ---
2
 
 
3
  license: mit
4
  base_model: baidu/Unlimited-OCR
5
  base_model_relation: quantized
6
  pipeline_tag: image-text-to-text
7
  library_name: vllm
8
  tags:
9
- - ocr
10
- - vllm
11
- - cuda
12
- - awq
13
- - compressed-tensors
14
- - preview
15
- - jetson-thor
16
  - ax-engine
17
  - automatosx
18
  ---
 
1
  ---
2
 
3
+
4
  license: mit
5
  base_model: baidu/Unlimited-OCR
6
  base_model_relation: quantized
7
  pipeline_tag: image-text-to-text
8
  library_name: vllm
9
  tags:
10
+ - ocr
11
+ - vllm
12
+ - cuda
13
+ - awq
14
+ - compressed-tensors
15
+ - preview
16
+ - jetson-thor
17
  - ax-engine
18
  - automatosx
19
  ---