from transformers import TFAutoModelForTokenClassification | |
model = TFAutoModelForTokenClassification.from_pretrained("./", from_pt=True) | |
model.save_pretrained("./") |
from transformers import TFAutoModelForTokenClassification | |
model = TFAutoModelForTokenClassification.from_pretrained("./", from_pt=True) | |
model.save_pretrained("./") |