Abdulrahman Al-Ghamdi commited on
Commit
57e57ea
·
verified ·
1 Parent(s): 6c4df32

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -48,7 +48,7 @@ The model was fine-tuned using **Hugging Face Transformers** on a dataset of res
48
  | **F1-score** | 86.75% |
49
 
50
  ## ⚙️ Training Parameters
51
- python
52
  model_name = "aubmindlab/bert-base-arabertv2"
53
  model = AutoModelForSequenceClassification.from_pretrained(model_name, num_labels=2, classifier_dropout=0.5).to(device)
54
 
 
48
  | **F1-score** | 86.75% |
49
 
50
  ## ⚙️ Training Parameters
51
+ ```python
52
  model_name = "aubmindlab/bert-base-arabertv2"
53
  model = AutoModelForSequenceClassification.from_pretrained(model_name, num_labels=2, classifier_dropout=0.5).to(device)
54