fix nltk_data
Browse files- README.md +0 -2
- download_dependencies.py +1 -1
README.md
CHANGED
|
@@ -81,6 +81,4 @@ python finetuning_tinyllama.py
|
|
| 81 |
* **ALLECS: A Lightweight Language Error Correction System:** https://github.com/nusnlp/ALLECS
|
| 82 |
* **Python Bindings for llama.cpp:** https://github.com/abetlen/llama-cpp-python
|
| 83 |
* **Gradio: Build Machine Learning Web Apps — in Python:** https://github.com/gradio-app/gradio
|
| 84 |
-
## Demo
|
| 85 |
|
| 86 |
-
[Include a GIF or screenshot demonstrating the application's functionality.]
|
|
|
|
| 81 |
* **ALLECS: A Lightweight Language Error Correction System:** https://github.com/nusnlp/ALLECS
|
| 82 |
* **Python Bindings for llama.cpp:** https://github.com/abetlen/llama-cpp-python
|
| 83 |
* **Gradio: Build Machine Learning Web Apps — in Python:** https://github.com/gradio-app/gradio
|
|
|
|
| 84 |
|
|
|
download_dependencies.py
CHANGED
|
@@ -5,4 +5,4 @@ id = "1TnPssg0CkWQ_thuAH8cY3hdB2J18A0Kl"
|
|
| 5 |
output = "texteditor-model/coedit-tinyllama-chat-bnb-4bit-unsloth.Q4_K_M.gguf"
|
| 6 |
gdown.download(id=id, output=output)
|
| 7 |
|
| 8 |
-
nltk.download('punkt', download_dir="
|
|
|
|
| 5 |
output = "texteditor-model/coedit-tinyllama-chat-bnb-4bit-unsloth.Q4_K_M.gguf"
|
| 6 |
gdown.download(id=id, output=output)
|
| 7 |
|
| 8 |
+
nltk.download('punkt', download_dir="/nltk_data")
|