Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
abspython
/
distilbert-finetuned
like
0
Text Classification
Transformers
PyTorch
google-tensorflow
TensorFlow
JAX
English
distilbert
Inference Endpoints
License:
other
Model card
Files
Files and versions
Train
Deploy
Use this model
42d7250
distilbert-finetuned
/
convert_pytorch_to_tensorflow.py
abspython
Updated
42d7250
over 2 years ago
raw
Copy download link
history
blame
Safe
170 Bytes
from
transformers
import
TFAutoModelForSequenceClassification
model = TFAutoModelForSequenceClassification.from_pretrained(
"./"
, from_pt=
True
)
model.save_pretrained(
"./"
)