111
Browse files
README.md
CHANGED
|
@@ -1,6 +1,3 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
---
|
| 4 |
# 基于FormalGeo7K的结构识别模型
|
| 5 |
|
| 6 |
## 快速开始
|
|
@@ -9,7 +6,7 @@ license: apache-2.0
|
|
| 9 |
```shell
|
| 10 |
pip install --upgrade pip
|
| 11 |
pip install torch transformers==4.40.0
|
| 12 |
-
pip install sentencepiece
|
| 13 |
pip install accelerate pillow
|
| 14 |
pip install ninja
|
| 15 |
pip install packaging
|
|
@@ -109,4 +106,5 @@ print(respones)
|
|
| 109 |
## Performance
|
| 110 |
| | ConsCdlAcc | ConsCdlPerfect | ImgCdlAcc | ImgCdlPerfect | BothPerfect |
|
| 111 |
|-----|----------------|---------------------|---------------|-------------------|------------------|
|
| 112 |
-
| siglip-0.4B-qwen2-0.5B | 90.254 | 72.286 | 92.880 | 84.381 | 65.048 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# 基于FormalGeo7K的结构识别模型
|
| 2 |
|
| 3 |
## 快速开始
|
|
|
|
| 6 |
```shell
|
| 7 |
pip install --upgrade pip
|
| 8 |
pip install torch transformers==4.40.0
|
| 9 |
+
pip install sentencepiece protobuf
|
| 10 |
pip install accelerate pillow
|
| 11 |
pip install ninja
|
| 12 |
pip install packaging
|
|
|
|
| 106 |
## Performance
|
| 107 |
| | ConsCdlAcc | ConsCdlPerfect | ImgCdlAcc | ImgCdlPerfect | BothPerfect |
|
| 108 |
|-----|----------------|---------------------|---------------|-------------------|------------------|
|
| 109 |
+
| siglip-0.4B-qwen2-0.5B | 90.254 | 72.286 | 92.880 | 84.381 | 65.048 |
|
| 110 |
+
|