piyushdev commited on
Commit
ad2a69c
·
verified ·
1 Parent(s): 3da1bb5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -10
README.md CHANGED
@@ -53,17 +53,16 @@ Equipment,additional_data
53
 
54
  ### 3. Use the Application
55
 
56
- 1. **Login** (optional): Click the "Login" button in the sidebar to authenticate with your HF account
57
- 2. **Upload Files**: Upload one or more CSV files
58
- 3. **Specify Column**: Enter the name of the column containing categories (default: "category")
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
- 5. **Process**: Click "Process Files" and wait for completion
64
- 6. **Download**: Download the output CSV files with descriptions
65
 
66
- *Note: Authentication works via the HF_TOKEN secret you added in Space settings.*
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
- ### "Please login with your Hugging Face account" error
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`, Value: your token from https://huggingface.co/settings/tokens
104
- - Restart your Space after adding the secret
 
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)