Upload spaces_config.yaml
Browse files- spaces_config.yaml +30 -0
spaces_config.yaml
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
title: NZ Legislation Loophole Analyzer
|
| 2 |
+
emoji: "⚖️"
|
| 3 |
+
colorFrom: blue
|
| 4 |
+
colorTo: purple
|
| 5 |
+
sdk: streamlit
|
| 6 |
+
sdk_version: "1.28.0"
|
| 7 |
+
app_file: app.py
|
| 8 |
+
pinned: false
|
| 9 |
+
license: mit
|
| 10 |
+
models:
|
| 11 |
+
- DavidAU/Qwen3-Zero-Coder-Reasoning-0.8B-NEO-EX-GGUF
|
| 12 |
+
datasets: []
|
| 13 |
+
tags:
|
| 14 |
+
- ai
|
| 15 |
+
- legal
|
| 16 |
+
- legislation
|
| 17 |
+
- analysis
|
| 18 |
+
- new-zealand
|
| 19 |
+
- llm
|
| 20 |
+
- streamlit
|
| 21 |
+
- law
|
| 22 |
+
- loopholes
|
| 23 |
+
- compliance
|
| 24 |
+
- huggingface-spaces
|
| 25 |
+
short_description: AI-powered analysis of New Zealand legislation to identify potential loopholes and ambiguities
|
| 26 |
+
long_description: A powerful AI-powered web application for analyzing New Zealand legislation to identify potential loopholes, ambiguities, and unintended consequences using advanced language models and intelligent caching. Optimized for Hugging Face Spaces deployment with efficient memory management and streaming responses.
|
| 27 |
+
privacy: public
|
| 28 |
+
duplicate_from: ""
|
| 29 |
+
secrets: {}
|
| 30 |
+
storage: small
|