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 30, 2024
1 parent 42d9734 commit 7617228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/ar/create_a_model.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ DistilBertConfig {
>>> tf_model = TFDistilBertModel.from_pretrained("distilbert/distilbert-base-uncased")
```

عندما تقوم بتحميل الأوزان المُدربة مسبقًا، يتم تحميل تكوين النموذج الافتراضي تلقائيًا إذا كان النموذج مقدمًا من قبل 🤗 Transformers. ومع ذلك، يمكنك أيضًا استبدال - بعض أو كل - سمات تكوين النموذج الافتراضي بسماتك الخاصة إذا أردت ذلك:
عندما تقوم بتحميل الأوزان المُدربة مسبقًا،يتم تحميل إعدادات النموذج الافتراضي تلقائيًا إذا كان النموذج من مكتبة 🤗 Transformers. ومع ذلك، يمكنك أيضًا استبدال - بعض أو كل - إعدادات النموذج الافتراضية بإعداداتك الخاصة:

```py
>>> tf_model = TFDistilBertModel.from_pretrained("distilbert/distilbert-base-uncased"، config=my_config)
Expand Down

0 comments on commit 7617228

Please sign in to comment.