lxs1 commited on
Commit
af60c75
1 Parent(s): de34cdc

Fixed model card for correct training hardware to reflect Intel Developer Cloud

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -14,7 +14,7 @@
14
  - **Known limitations**: The model may exhibit biases present in the training data, potentially leading to inaccuracies in certain contexts or for specific demographic groups. Its performance has not been extensively tested across all possible domains, so results may vary for texts outside of the training distribution.
15
 
16
  ## Hardware
17
- - **Training Platform**: The model was trained on a cloud computing platform using NVIDIA Tesla V100 GPUs. Training involved multiple epochs over the dataset with careful monitoring for overfitting.
18
 
19
  ## Software Optimizations
20
  - **Known Optimizations**: During training, techniques such as gradient accumulation and mixed-precision training were employed to enhance performance and reduce memory usage. The AdamW optimizer was used for its effective learning rate adjustments.
 
14
  - **Known limitations**: The model may exhibit biases present in the training data, potentially leading to inaccuracies in certain contexts or for specific demographic groups. Its performance has not been extensively tested across all possible domains, so results may vary for texts outside of the training distribution.
15
 
16
  ## Hardware
17
+ - **Training Platform**: The model was trained on Intel Developer Cloud over scalable Intel® Xeon® 4th Gen Scalable processors.
18
 
19
  ## Software Optimizations
20
  - **Known Optimizations**: During training, techniques such as gradient accumulation and mixed-precision training were employed to enhance performance and reduce memory usage. The AdamW optimizer was used for its effective learning rate adjustments.