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
```