Image Classification
PyTorch
torch
resnet
diagrams
computer-vision
Ayamohamed commited on
Commit
e47b8cc
·
verified ·
1 Parent(s): 9230778

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- library_name: "torch"
3
  tags:
4
  - image-classification
5
  - resnet
@@ -18,7 +18,7 @@ pipeline_tag: image-classification
18
  datasets:
19
  - phiyodr/coco2017
20
  - HuggingFaceM4/ChartQA
21
- - zhibei1204/DiagramQG
22
  ---
23
 
24
  # Model Card for Diagram Classification Model
@@ -115,7 +115,7 @@ print(predict("my-diagram-classifier/31188_1536932698.jpg"))
115
 
116
  The model was trained using:
117
  - **ChartQA dataset** (for diagram samples)
118
- - **DiagramQG dataset** (for diagram samples)
119
  - **COCO dataset (subset)** (for non-diagram samples)
120
 
121
  ### Training Procedure
 
1
  ---
2
+ library_name: torch
3
  tags:
4
  - image-classification
5
  - resnet
 
18
  datasets:
19
  - phiyodr/coco2017
20
  - HuggingFaceM4/ChartQA
21
+ - JasmineQiuqiu/diagrams_with_captions_2
22
  ---
23
 
24
  # Model Card for Diagram Classification Model
 
115
 
116
  The model was trained using:
117
  - **ChartQA dataset** (for diagram samples)
118
+ - **JasmineQiuqiu/diagrams_with_captions_2** (for diagram samples)
119
  - **COCO dataset (subset)** (for non-diagram samples)
120
 
121
  ### Training Procedure