Spaces:
Sleeping
Sleeping
Ifeoma Grassl commited on
Commit ·
fdbb03a
1
Parent(s): 9fcb50b
updated readme
Browse files
README.md
CHANGED
|
@@ -102,9 +102,26 @@ The app offers two ways to find relevant documents:
|
|
| 102 |
|
| 103 |
---
|
| 104 |
|
| 105 |
-
## Notes
|
| 106 |
|
| 107 |
- The app currently supports GDPR (General Data Protection Regulation) and LED (Law Enforcement Directive) legal documents.
|
| 108 |
- **GDPR** is the EU regulation governing data protection and privacy for individuals within the European Union.
|
| 109 |
- **LED** (Law Enforcement Directive) regulates the processing of personal data by EU law enforcement authorities for the prevention, investigation, detection, or prosecution of criminal offenses.
|
| 110 |
-
- Summaries are based only on the retrieved documents; the model does not generate external information.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 102 |
|
| 103 |
---
|
| 104 |
|
| 105 |
+
## General Notes
|
| 106 |
|
| 107 |
- The app currently supports GDPR (General Data Protection Regulation) and LED (Law Enforcement Directive) legal documents.
|
| 108 |
- **GDPR** is the EU regulation governing data protection and privacy for individuals within the European Union.
|
| 109 |
- **LED** (Law Enforcement Directive) regulates the processing of personal data by EU law enforcement authorities for the prevention, investigation, detection, or prosecution of criminal offenses.
|
| 110 |
+
- Summaries are based only on the retrieved documents; the model does not generate external information.
|
| 111 |
+
|
| 112 |
+
---
|
| 113 |
+
|
| 114 |
+
## Notes on Hugging Face Free Inference API
|
| 115 |
+
|
| 116 |
+
This project uses the free-tier Hugging Face Inference API to run `pszemraj/led-large-book-summary`
|
| 117 |
+
|
| 118 |
+
The free tier is CPU-only and shared by all users. Because of this, you may occasionally encounter:
|
| 119 |
+
|
| 120 |
+
- 504 Gateway Timeout
|
| 121 |
+
- 503 Service Unavailable
|
| 122 |
+
|
| 123 |
+
These issues usually mean the backend is overloaded or the request took too long.
|
| 124 |
+
|
| 125 |
+
### Tips
|
| 126 |
+
- Wait a few minutes and try again
|
| 127 |
+
- Try a different query if yours retrieved very long documents
|