Update README.md
Browse files
README.md
CHANGED
|
@@ -4,7 +4,6 @@ emoji: 🏢
|
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: purple
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version: "4.44.0"
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
---
|
|
@@ -92,7 +91,7 @@ Car Rental For Self Driven,"a car available for self-drive rental, parked at a p
|
|
| 92 |
## Technical Details
|
| 93 |
|
| 94 |
- **Model**: meta-llama/Llama-3.3-70B-Instruct
|
| 95 |
-
- **Framework**: Gradio
|
| 96 |
- **Processing**: Categories are deduplicated automatically
|
| 97 |
- **Output Files**: Named as `output_{original_name}_{timestamp}.csv`
|
| 98 |
|
|
@@ -142,5 +141,4 @@ Get your token from: https://huggingface.co/settings/tokens
|
|
| 142 |
|
| 143 |
## License
|
| 144 |
|
| 145 |
-
This project uses the Llama 3.3 model which requires agreement to Meta's license terms.
|
| 146 |
-
|
|
|
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: purple
|
| 6 |
sdk: gradio
|
|
|
|
| 7 |
app_file: app.py
|
| 8 |
pinned: false
|
| 9 |
---
|
|
|
|
| 91 |
## Technical Details
|
| 92 |
|
| 93 |
- **Model**: meta-llama/Llama-3.3-70B-Instruct
|
| 94 |
+
- **Framework**: Gradio (latest stable version)
|
| 95 |
- **Processing**: Categories are deduplicated automatically
|
| 96 |
- **Output Files**: Named as `output_{original_name}_{timestamp}.csv`
|
| 97 |
|
|
|
|
| 141 |
|
| 142 |
## License
|
| 143 |
|
| 144 |
+
This project uses the Llama 3.3 model which requires agreement to Meta's license terms.
|
|
|