Abdulrahman Al-Ghamdi
commited on
Update README.md
Browse files
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 |
|