AlexSimon06 commited on
Commit
e578084
·
verified ·
1 Parent(s): cb62e20

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +5 -1
config.json CHANGED
@@ -1 +1,5 @@
1
- {"base_model": "EuroBERT/EuroBERT-210m","model_type": "eurobert-hybrid", "custom_model": "HybridModel"}
 
 
 
 
 
1
+ {
2
+ "architectures": ["HybridModel"],
3
+ "model_type": "bert",
4
+ "num_labels": 2
5
+ }