DOFOFFICIAL commited on
Commit
7e03715
·
1 Parent(s): 08c097c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -102,7 +102,7 @@ library_name: transformers
102
  ### [Usage]
103
 
104
  - We have uploaded the usage with Python in the file folder, and please note you should download them and run locally using either your CPU or with CUDA.
105
-
106
 
107
 
108
 
 
102
  ### [Usage]
103
 
104
  - We have uploaded the usage with Python in the file folder, and please note you should download them and run locally using either your CPU or with CUDA.
105
+ - Note that ".pth" model should be used with the pre-defined function modelload() in the provided codes, but ".safetensors" model can be easily loaded with the function torch.load().
106
 
107
 
108