transformers
239ace15 - Fix TypeError: Object of type int64 is not JSON serializable (#24340)

Commit
2 years ago
Fix TypeError: Object of type int64 is not JSON serializable (#24340) * Fix TypeError: Object of type int64 is not JSON serializable * Convert numpy.float64 and numpy.int64 to float and int for json serialization * Black reformatted examples/pytorch/token-classification/run_ner_no_trainer.py * * make style
Author
Parents
Loading