Erfan11 commited on
Commit
7c5369d
1 Parent(s): 246d34c

Create tf_model.h5

Browse files
Files changed (1) hide show
  1. tf_model.h5 +4 -0
tf_model.h5 ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ from transformers import TFBertForSequenceClassification
2
+
3
+ model_name = "Erfan11/Neuracraft"
4
+ model = TFBertForSequenceClassification.from_pretrained(model_name, from_tf=True, use_auth_token="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")