Update README.md
Browse files
README.md
CHANGED
|
@@ -53,17 +53,16 @@ Equipment,additional_data
|
|
| 53 |
|
| 54 |
### 3. Use the Application
|
| 55 |
|
| 56 |
-
1. **
|
| 57 |
-
2. **
|
| 58 |
-
3. **
|
| 59 |
-
4. **Adjust Settings** (optional):
|
| 60 |
- Max Tokens: 64-512 (default: 256)
|
| 61 |
- Temperature: 0.1-1.0 (default: 0.7)
|
| 62 |
- Top-p: 0.1-1.0 (default: 0.9)
|
| 63 |
-
|
| 64 |
-
|
| 65 |
|
| 66 |
-
*Note: Authentication
|
| 67 |
|
| 68 |
## Output Format
|
| 69 |
|
|
@@ -97,11 +96,12 @@ Car Rental For Self Driven,"a car available for self-drive rental, parked at a p
|
|
| 97 |
|
| 98 |
## Troubleshooting
|
| 99 |
|
| 100 |
-
### "
|
| 101 |
- Make sure you've added `HF_TOKEN` as a Secret in your Space settings
|
| 102 |
- Go to Space Settings → Secrets → Add a secret
|
| 103 |
-
- Name: `HF_TOKEN`
|
| 104 |
-
-
|
|
|
|
| 105 |
|
| 106 |
### "Column not found" error
|
| 107 |
- Check that the column name matches exactly (case-sensitive)
|
|
|
|
| 53 |
|
| 54 |
### 3. Use the Application
|
| 55 |
|
| 56 |
+
1. **Upload Files**: Upload one or more CSV files
|
| 57 |
+
2. **Specify Column**: Enter the name of the column containing categories (default: "category")
|
| 58 |
+
3. **Adjust Settings** (optional):
|
|
|
|
| 59 |
- Max Tokens: 64-512 (default: 256)
|
| 60 |
- Temperature: 0.1-1.0 (default: 0.7)
|
| 61 |
- Top-p: 0.1-1.0 (default: 0.9)
|
| 62 |
+
4. **Process**: Click "Process Files" and wait for completion
|
| 63 |
+
5. **Download**: Download the output CSV files with descriptions
|
| 64 |
|
| 65 |
+
*Note: Authentication is handled automatically via the HF_TOKEN secret you configured in Space settings.*
|
| 66 |
|
| 67 |
## Output Format
|
| 68 |
|
|
|
|
| 96 |
|
| 97 |
## Troubleshooting
|
| 98 |
|
| 99 |
+
### "HF_TOKEN not found" error
|
| 100 |
- Make sure you've added `HF_TOKEN` as a Secret in your Space settings
|
| 101 |
- Go to Space Settings → Secrets → Add a secret
|
| 102 |
+
- Name must be exactly: `HF_TOKEN` (case-sensitive)
|
| 103 |
+
- Value: your token from https://huggingface.co/settings/tokens
|
| 104 |
+
- Restart your Space after adding the secret (or it will restart automatically)
|
| 105 |
|
| 106 |
### "Column not found" error
|
| 107 |
- Check that the column name matches exactly (case-sensitive)
|