File size: 790 Bytes
9f541bc |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
Put [model files]() here:
```
./
βββ Layout
β βββ config.json
β βββ model_final.pth
βββ MFD
β βββ weights.pt
βββ MFR
β βββ UniMERNet
β βββ config.json
β βββ preprocessor_config.json
β βββ pytorch_model.bin
β βββ README.md
β βββ tokenizer_config.json
β βββ tokenizer.json
βββ TabRec
β βββ StructEqTable
β βββ config.json
β βββgeneration_config.json
β βββmodel.safetensors
β βββpreprocessor_config.json
β βββspecial_tokens_map.json
β βββspiece.model
β βββtokenizer_config.json
β βββtokenizer.json
βββ README.md
```
|