Erfan11 commited on
Commit
c8c1fc9
1 Parent(s): 26e048f

Update tf_model.h5

Browse files
Files changed (1) hide show
  1. tf_model.h5 +4 -1
tf_model.h5 CHANGED
@@ -1 +1,4 @@
1
- model.save('tf_model.h5')
 
 
 
 
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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")