hoololi commited on
Commit
0864b69
·
verified ·
1 Parent(s): a0a5db6

Add 10 samples with OCR metrics

Browse files

Model: TrOCR-base-handwritten
Accuracy: 100.0%
Avg OCR time: 0.385s/image
Operations: ×: 10
Hardware: ZeroGPU-NVIDIA H200 MIG 3g.71gb

Files changed (2) hide show
  1. README.md +57 -0
  2. data/train-00000-of-00001.parquet +2 -2
README.md CHANGED
@@ -12,6 +12,63 @@ tags:
12
  - handwriting-recognition
13
  size_categories:
14
  - n<1K
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  ---
16
 
17
  # CalcTrainer Dataset 🧮
 
12
  - handwriting-recognition
13
  size_categories:
14
  - n<1K
15
+ configs:
16
+ - config_name: default
17
+ data_files:
18
+ - split: train
19
+ path: data/train-*
20
+ dataset_info:
21
+ features:
22
+ - name: session_id
23
+ dtype: string
24
+ - name: question_id
25
+ dtype: string
26
+ - name: timestamp
27
+ dtype: string
28
+ - name: operand_a
29
+ dtype: int64
30
+ - name: operand_b
31
+ dtype: int64
32
+ - name: operation
33
+ dtype: string
34
+ - name: correct_answer
35
+ dtype: int64
36
+ - name: difficulty
37
+ dtype: string
38
+ - name: ocr_prediction
39
+ dtype: string
40
+ - name: ocr_parsed_number
41
+ dtype: int64
42
+ - name: is_correct
43
+ dtype: bool
44
+ - name: ocr_model_name
45
+ dtype: string
46
+ - name: ocr_processing_time
47
+ dtype: float64
48
+ - name: ocr_confidence
49
+ dtype: float64
50
+ - name: session_duration
51
+ dtype: int64
52
+ - name: session_total_questions
53
+ dtype: int64
54
+ - name: app_version
55
+ dtype: string
56
+ - name: hardware
57
+ dtype: string
58
+ - name: handwriting_image
59
+ dtype: image
60
+ - name: session_accuracy
61
+ dtype: float64
62
+ - name: session_total_ocr_time
63
+ dtype: float64
64
+ - name: session_avg_ocr_time
65
+ dtype: float64
66
+ splits:
67
+ - name: train
68
+ num_bytes: 62168.0
69
+ num_examples: 20
70
+ download_size: 77968
71
+ dataset_size: 62168.0
72
  ---
73
 
74
  # CalcTrainer Dataset 🧮
data/train-00000-of-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5f971bd7348bbf6b763dae7e3eae07b08dce2a3337f4ccb45503086787e6ef32
3
- size 49666
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c40dd1ee13caa0d60d3a41b9de8849c0536c2d4264e6c6491bd2ede1f7db51bb
3
+ size 77968