Marzu39 commited on
Commit
4ba8523
·
verified ·
1 Parent(s): ba6e49a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -12,7 +12,12 @@ tags:
12
  - bert
13
  ---
14
 
 
15
  # Load model directly
 
 
 
 
16
  from transformers import AutoTokenizer, AutoModelForSequenceClassification
17
 
18
  tokenizer = AutoTokenizer.from_pretrained("Marzu39/bert-turkish-text-classification")
 
12
  - bert
13
  ---
14
 
15
+
16
  # Load model directly
17
+
18
+ "Load Model"
19
+
20
+ ```python
21
  from transformers import AutoTokenizer, AutoModelForSequenceClassification
22
 
23
  tokenizer = AutoTokenizer.from_pretrained("Marzu39/bert-turkish-text-classification")