Upload a CSV, TSV, TXT, or JSON file where each row is one observation.
After downloading the model parameters, you can fine-tune or use them for inference.
Load them with model.load_state_dict(torch.load('saved_model.pt')) in PyTorch.
For more on training PyTorch models, see the official PyTorch website .