andrewluo commited on
Commit
a95110a
·
verified ·
1 Parent(s): 1c566e9

Upload model_info.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. model_info.json +25 -0
model_info.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "rfdetr-small",
3
+ "dataset": "jbarrow/CommonForms",
4
+ "num_classes": 3,
5
+ "categories": [
6
+ {
7
+ "id": 0,
8
+ "name": "class_0",
9
+ "supercategory": "form_element"
10
+ },
11
+ {
12
+ "id": 1,
13
+ "name": "class_1",
14
+ "supercategory": "form_element"
15
+ },
16
+ {
17
+ "id": 2,
18
+ "name": "class_2",
19
+ "supercategory": "form_element"
20
+ }
21
+ ],
22
+ "epochs_trained": 1,
23
+ "batch_size": 4,
24
+ "learning_rate": 0.0001
25
+ }