Upload folder using huggingface_hub
Browse files- README.md +1 -1
- spiece.model +3 -0
README.md
CHANGED
|
@@ -61,7 +61,7 @@ from huggingface_hub import hf_hub_download
|
|
| 61 |
import sentencepiece as spm
|
| 62 |
|
| 63 |
# Download the model file
|
| 64 |
-
model_path = hf_hub_download("openpecha/BoSentencePiece", "
|
| 65 |
|
| 66 |
sp = spm.SentencePieceProcessor()
|
| 67 |
sp.load(model_path)
|
|
|
|
| 61 |
import sentencepiece as spm
|
| 62 |
|
| 63 |
# Download the model file
|
| 64 |
+
model_path = hf_hub_download("openpecha/BoSentencePiece", "spiece.model")
|
| 65 |
|
| 66 |
sp = spm.SentencePieceProcessor()
|
| 67 |
sp.load(model_path)
|
spiece.model
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:04fe95939f9a5276c465863b675b38359a52499bbbbbd3c9b5a66513dcf9e085
|
| 3 |
+
size 911548
|