Understand BLEURT Checkpoints
masterA BLEURT checkpoint is a self-contained folder containing a TensorFlow regression model and necessary resources. It is technically a Tensorflow SavedModel accompanied by a bleurt_config.json file.
Checkpoints also include files required by BERT, such as a bert_config.json and a WordPiece dictionary or SentencePiece model for tokenization.
Important: Each checkpoint represents a different model; therefore, results produced by different checkpoints are not directly comparable.