Upload folder using huggingface_hub
Browse files
    	
        README.md
    CHANGED
    
    | @@ -1,5 +1,14 @@ | |
| 1 | 
             
            ---
         | 
| 2 | 
             
            license: apache-2.0
         | 
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
| 3 | 
             
            ---
         | 
| 4 |  | 
| 5 | 
             
            # cyrillic_PP-OCRv3_mobile_rec
         | 
| @@ -12,16 +21,12 @@ cyrillic_PP-OCRv3_mobile_rec is a text line recognition model within the PP-OCRv | |
| 12 | 
             
            <tr>
         | 
| 13 | 
             
            <th>Model</th>
         | 
| 14 | 
             
            <th>Recognition Avg Accuracy(%)</th>
         | 
| 15 | 
            -
            <th>GPU Inference Time (ms)<br/>[Normal Mode / High-Performance Mode]</th>
         | 
| 16 | 
            -
            <th>CPU Inference Time (ms)<br/>[Normal Mode / High-Performance Mode]</th>
         | 
| 17 | 
             
            <th>Model Storage Size (M)</th>
         | 
| 18 | 
             
            <th>Introduction</th>
         | 
| 19 | 
             
            </tr>
         | 
| 20 | 
             
            <tr>
         | 
| 21 | 
             
            <td>cyrillic_PP-OCRv3_mobile_rec</td>
         | 
| 22 | 
             
            <td>94.28</td>
         | 
| 23 | 
            -
            <td>5.23 / 0.76</td>
         | 
| 24 | 
            -
            <td>8.89 / 3.88</td>
         | 
| 25 | 
             
            <td>7.9 M  </td>
         | 
| 26 | 
             
            <td>An ultra-lightweight Cyrillic alphabet recognition model trained based on the PP-OCRv3 recognition model, supporting Cyrillic alphabet and numeric character recognition.</td>
         | 
| 27 | 
             
            </tr>
         | 
| @@ -30,7 +35,7 @@ cyrillic_PP-OCRv3_mobile_rec is a text line recognition model within the PP-OCRv | |
| 30 |  | 
| 31 |  | 
| 32 |  | 
| 33 | 
            -
            **Note**: If any character (including punctuation) in a line  | 
| 34 |  | 
| 35 | 
             
            ## Quick Start
         | 
| 36 |  | 
|  | |
| 1 | 
             
            ---
         | 
| 2 | 
             
            license: apache-2.0
         | 
| 3 | 
            +
            library_name: PaddleOCR
         | 
| 4 | 
            +
            language:
         | 
| 5 | 
            +
            - en
         | 
| 6 | 
            +
            - zh
         | 
| 7 | 
            +
            pipeline_tag: image-to-text
         | 
| 8 | 
            +
            tags:
         | 
| 9 | 
            +
            - OCR
         | 
| 10 | 
            +
            - PaddlePaddle
         | 
| 11 | 
            +
            - PaddleOCR
         | 
| 12 | 
             
            ---
         | 
| 13 |  | 
| 14 | 
             
            # cyrillic_PP-OCRv3_mobile_rec
         | 
|  | |
| 21 | 
             
            <tr>
         | 
| 22 | 
             
            <th>Model</th>
         | 
| 23 | 
             
            <th>Recognition Avg Accuracy(%)</th>
         | 
|  | |
|  | |
| 24 | 
             
            <th>Model Storage Size (M)</th>
         | 
| 25 | 
             
            <th>Introduction</th>
         | 
| 26 | 
             
            </tr>
         | 
| 27 | 
             
            <tr>
         | 
| 28 | 
             
            <td>cyrillic_PP-OCRv3_mobile_rec</td>
         | 
| 29 | 
             
            <td>94.28</td>
         | 
|  | |
|  | |
| 30 | 
             
            <td>7.9 M  </td>
         | 
| 31 | 
             
            <td>An ultra-lightweight Cyrillic alphabet recognition model trained based on the PP-OCRv3 recognition model, supporting Cyrillic alphabet and numeric character recognition.</td>
         | 
| 32 | 
             
            </tr>
         | 
|  | |
| 35 |  | 
| 36 |  | 
| 37 |  | 
| 38 | 
            +
            **Note**: If any character (including punctuation) in a line was incorrect, the entire line was marked as wrong. This ensures higher accuracy in practical applications.
         | 
| 39 |  | 
| 40 | 
             
            ## Quick Start
         | 
| 41 |  | 
