Skip to content

Commit

Permalink
Update docs/source/ar/create_a_model.md
Browse files Browse the repository at this point in the history
Co-authored-by: Abdullah Mohammed <[email protected]>
  • Loading branch information
AhmedAlmaghz and abodacs authored Oct 26, 2024
1 parent 06ee77a commit 03fab56
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/source/ar/create_a_model.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ DistilBertConfig {
>>> my_config = DistilBertConfig.from_pretrained("distilbert/distilbert-base-uncased", activation="relu", attention_dropout=0.4)
```

بمجرد أن تصبح راضيًا عن تكوين نموذجك، يمكنك حفظه باستخدام [`~PretrainedConfig.save_pretrained`]. يتم تخزين ملف التكوين الخاص بك على أنه ملف JSON في دليل الحفظ المحدد:
بمجرد أن تصبح راضيًا عن تكوين نموذجك، يمكنك حفظه باستخدام [`~PretrainedConfig.save_pretrained`]. يتم تخزين ملف التكوين الخاص بك على أنه ملف JSON في دليل الحفظ المحدد:

```py
Expand Down

0 comments on commit 03fab56

Please sign in to comment.