Upload .env.example with huggingface_hub
Browse files- .env.example +6 -0
.env.example
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Hugging Face API Token
|
| 2 |
+
HF_TOKEN=your_huggingface_api_token
|
| 3 |
+
|
| 4 |
+
# Kaggle credentials (if needed)
|
| 5 |
+
KAGGLE_USERNAME=your_kaggle_username
|
| 6 |
+
KAGGLE_KEY=your_kaggle_api_key
|