Xeexeex commited on
Commit
11df8cb
·
verified ·
1 Parent(s): 8c252bd

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -1
config.json CHANGED
@@ -1,3 +1,5 @@
1
  {
2
- "model_name": "efficientnet_b4"
 
 
3
  }
 
1
  {
2
+ "architectures": ["ResNetForImageClassification"],
3
+ "num_labels": 2,
4
+ "problem_type": "regression"
5
  }