Upload config
Browse files- config.json +0 -4
config.json
CHANGED
|
@@ -1,12 +1,8 @@
|
|
| 1 |
{
|
| 2 |
-
"architectures": [
|
| 3 |
-
"GestrJEPAForClassification"
|
| 4 |
-
],
|
| 5 |
"auto_map": {
|
| 6 |
"AutoConfig": "modeling_gestr_jepa.GestrJEPAConfig",
|
| 7 |
"AutoModelForSequenceClassification": "modeling_gestr_jepa.GestrJEPAForClassification"
|
| 8 |
},
|
| 9 |
-
"dtype": "float32",
|
| 10 |
"embed_dim": 64,
|
| 11 |
"hidden_dim": 256,
|
| 12 |
"id2label": {
|
|
|
|
| 1 |
{
|
|
|
|
|
|
|
|
|
|
| 2 |
"auto_map": {
|
| 3 |
"AutoConfig": "modeling_gestr_jepa.GestrJEPAConfig",
|
| 4 |
"AutoModelForSequenceClassification": "modeling_gestr_jepa.GestrJEPAForClassification"
|
| 5 |
},
|
|
|
|
| 6 |
"embed_dim": 64,
|
| 7 |
"hidden_dim": 256,
|
| 8 |
"id2label": {
|