ProtenLabs commited on
Commit
8e5e6a5
·
verified ·
1 Parent(s): 9da04ee

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +37 -0
README.md ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model:
3
+ - PaddlePaddle/RT-DETR-L_wireless_table_cell_det
4
+ ---
5
+
6
+ # RT-DETR Fine-Tuned Table Cell Detection Model
7
+
8
+ This model is a fine-tuned `RT-DETR-L_wireless_table_cell_det` model for detecting individual table cells in images.
9
+ It is based on the Real-Time DEtection TRansformer architecture and is optimized for precise table cell boundary detection.
10
+
11
+ ## Fine-Tuning Details
12
+
13
+ - Base model: `RT-DETR-L_wireless_table_cell_det`
14
+ - Task: Table cell boundary detection
15
+ - Data type: Image
16
+ - File format: TXT
17
+ - Training data: 947,642 examples
18
+ - Data size: 40.1 GB
19
+ - Epochs: 20
20
+
21
+ ## Evaluation
22
+
23
+ | Metric | Before | After |
24
+ | --- | ---: | ---: |
25
+ | Precision | 0.718 | 0.770 |
26
+
27
+ ## Government R&D Project
28
+
29
+ This software is a result of the following government research and development project:
30
+
31
+ | Item | Details |
32
+ |------|---------|
33
+ | Project Name | AI 기반 중소기업 업무 자동화 및 통합 검색 솔루션 |
34
+ | Project No. | RQT-25-090153 |
35
+ | Supervisor | 정보통신산업진흥원 |
36
+ | Performer | Proten Co., Ltd. |
37
+ | R&D Period | 2026.01.01 ~ 2026.06.30 |