Skip to content

Commit

Permalink
Update docs/source/ar/custom_models.md
Browse files Browse the repository at this point in the history
Co-authored-by: Abdullah Mohammed <554032+abodacs@users.noreply.github.com>
  • Loading branch information
AhmedAlmaghz and abodacs authored Oct 30, 2024
1 parent c1bc4f7 commit 8fbabbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/ar/custom_models.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

</Tip>

في مثالنا، سنأخذ زوجًا من وسائط فئة ResNet التي قد نرغب في ضبطها. ستعطينا التكوينات المختلفة أنواع ResNets المختلفة الممكنة. ثم نقوم ببساطة بتخزين تلك الحجج، بعد التحقق من صحة بعضها.
في مثالنا، سنعدّل بعض الوسائط في فئة ResNet التي قد نرغب في ضبطها. ستعطينا التكوينات المختلفة أنواع ResNets المختلفة الممكنة. سنقوم بتخزين هذه الوسائط بعد التحقق من صحته.

```python
from transformers import PretrainedConfig
Expand Down

0 comments on commit 8fbabbf

Please sign in to comment.