MartialTerran commited on
Commit
03d9074
·
verified ·
1 Parent(s): 6b7bcb2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -1,5 +1,5 @@
1
- Since Huggingface has omitte to publish a standalone SmolLM2_360M_model.py to load and finetune and run inference of the released model weights at https://huggingface.co/HuggingFaceTB/SmolLM2-360M/
2
- I have attempte to construct a model.py that can load and at least inference mode the weights. The SmolLM2_360M_model.py runs but is unable to load the safetensors data. Here is the encountered error:
3
 
4
  C:\Users\User\OneDrive\Desktop\SmolLM2>python SmolLM2_360M_model_debugging.py
5
  Warning: SentencePiece not found, using rudimentary BPE tokenizer. Install SentencePiece for better performance.
 
1
+ Since Huggingface has omitted to publish a standalone pytorch SmolLM2_360M_model.py to load and finetune and run inference of the released model weights and config at https://huggingface.co/HuggingFaceTB/SmolLM2-360M/
2
+ I have attempted to construct a model.py that can load and at least do inference mode using the published weights and config. One a functioning pytorch model.py is built, it may be possible to export a torchscript version of the SmolLM2 model that can be implemented on non-python hardware such as MPUs or Risc machines or Smartphones, in edge devices. The SmolLM2_360M_model.py runs but is unable to load the safetensors data. Here is the encountered error:
3
 
4
  C:\Users\User\OneDrive\Desktop\SmolLM2>python SmolLM2_360M_model_debugging.py
5
  Warning: SentencePiece not found, using rudimentary BPE tokenizer. Install SentencePiece for better performance.