Instructions to use Monkey455/llama3-customerbot with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Monkey455/llama3-customerbot with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
Upload folder using huggingface_hub
Browse files
hug.py
CHANGED
|
@@ -20,6 +20,7 @@ try:
|
|
| 20 |
folder_path=folder_path, # Make sure this matches the variable above
|
| 21 |
repo_id="Monkey455/llama3-customerbot",
|
| 22 |
repo_type="model",
|
|
|
|
| 23 |
)
|
| 24 |
print("Upload successful!")
|
| 25 |
except Exception as e:
|
|
|
|
| 20 |
folder_path=folder_path, # Make sure this matches the variable above
|
| 21 |
repo_id="Monkey455/llama3-customerbot",
|
| 22 |
repo_type="model",
|
| 23 |
+
allow_patterns=["*"],
|
| 24 |
)
|
| 25 |
print("Upload successful!")
|
| 26 |
except Exception as e:
|