Open sergiopaniego opened 2 months ago
In the 4. Sharing models and tokenizers - Sharing pretrained models, there are some outdated references regarding the files structure from working with a .pt model.
In particular, there are a few mentions of pytorch_model.bin and some outdated references which are now model.safetensors.
pytorch_model.bin
model.safetensors
This affects some git related content on the unit
This unit would also benefit from an in-depth review since for example the Repository class is deprecated: https://huggingface.co/docs/huggingface_hub/package_reference/repository#
Repository
In the 4. Sharing models and tokenizers - Sharing pretrained models, there are some outdated references regarding the files structure from working with a .pt model.
In particular, there are a few mentions of
pytorch_model.bin
and some outdated references which are nowmodel.safetensors
.This affects some git related content on the unit