File size: 182 Bytes
7f974df
 
 
 
 
1
2
3
4
5

    with open(os.path.join(save_dir, "special_tokens_map.json"), "w") as f:
        json.dump(special_tokens_map, f, indent=2)

    print("special_tokens_map.json written manually")