Spaces:
Sleeping
Sleeping
added a validation set
Browse files- README.md +1 -1
- debug.log +68 -0
- pushToGH.sh +1 -0
README.md
CHANGED
|
@@ -10,7 +10,7 @@ pinned: false
|
|
| 10 |
---
|
| 11 |
# MedTranscript QA Agent
|
| 12 |
|
| 13 |
-
A medical Q&A system that intelligently routes queries between document retrieval and web search to provide accurate healthcare information.
|
| 14 |
|
| 15 |
## Overview
|
| 16 |
|
|
|
|
| 10 |
---
|
| 11 |
# MedTranscript QA Agent
|
| 12 |
|
| 13 |
+
A medical transcript Q&A system that intelligently routes queries between document retrieval and web search to provide accurate healthcare information. Currently works on MIMIC III transcripts.
|
| 14 |
|
| 15 |
## Overview
|
| 16 |
|
debug.log
CHANGED
|
@@ -757,3 +757,71 @@
|
|
| 757 |
2025-04-28 19:42:37,221 - primp - INFO - response: https://lite.duckduckgo.com/lite/ 200
|
| 758 |
2025-04-28 19:42:37,222 - duckduckgo_search.DDGS - DEBUG - _get_url() https://lite.duckduckgo.com/lite/ 200
|
| 759 |
2025-04-28 19:42:37,232 - agent - DEBUG - Search returned 1523 characters
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 757 |
2025-04-28 19:42:37,221 - primp - INFO - response: https://lite.duckduckgo.com/lite/ 200
|
| 758 |
2025-04-28 19:42:37,222 - duckduckgo_search.DDGS - DEBUG - _get_url() https://lite.duckduckgo.com/lite/ 200
|
| 759 |
2025-04-28 19:42:37,232 - agent - DEBUG - Search returned 1523 characters
|
| 760 |
+
2025-04-28 19:47:12,130 - httpcore.connection - DEBUG - close.started
|
| 761 |
+
2025-04-28 19:47:12,131 - httpcore.connection - DEBUG - close.complete
|
| 762 |
+
2025-04-28 19:56:43,529 - sentence_transformers.SentenceTransformer - INFO - Use pytorch device_name: mps
|
| 763 |
+
2025-04-28 19:56:43,530 - sentence_transformers.SentenceTransformer - INFO - Load pretrained SentenceTransformer: all-MiniLM-L6-v2
|
| 764 |
+
2025-04-28 19:56:43,532 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): huggingface.co:443
|
| 765 |
+
2025-04-28 19:56:44,278 - urllib3.connectionpool - DEBUG - https://huggingface.co:443 "HEAD /sentence-transformers/all-MiniLM-L6-v2/resolve/main/modules.json HTTP/1.1" 200 0
|
| 766 |
+
2025-04-28 19:56:44,380 - urllib3.connectionpool - DEBUG - https://huggingface.co:443 "HEAD /sentence-transformers/all-MiniLM-L6-v2/resolve/main/config_sentence_transformers.json HTTP/1.1" 200 0
|
| 767 |
+
2025-04-28 19:56:44,478 - urllib3.connectionpool - DEBUG - https://huggingface.co:443 "HEAD /sentence-transformers/all-MiniLM-L6-v2/resolve/main/README.md HTTP/1.1" 200 0
|
| 768 |
+
2025-04-28 19:56:44,572 - urllib3.connectionpool - DEBUG - https://huggingface.co:443 "HEAD /sentence-transformers/all-MiniLM-L6-v2/resolve/main/modules.json HTTP/1.1" 200 0
|
| 769 |
+
2025-04-28 19:56:44,670 - urllib3.connectionpool - DEBUG - https://huggingface.co:443 "HEAD /sentence-transformers/all-MiniLM-L6-v2/resolve/main/sentence_bert_config.json HTTP/1.1" 200 0
|
| 770 |
+
2025-04-28 19:56:44,775 - urllib3.connectionpool - DEBUG - https://huggingface.co:443 "HEAD /sentence-transformers/all-MiniLM-L6-v2/resolve/main/adapter_config.json HTTP/1.1" 404 0
|
| 771 |
+
2025-04-28 19:56:44,928 - urllib3.connectionpool - DEBUG - https://huggingface.co:443 "HEAD /sentence-transformers/all-MiniLM-L6-v2/resolve/main/config.json HTTP/1.1" 200 0
|
| 772 |
+
2025-04-28 19:56:45,242 - urllib3.connectionpool - DEBUG - https://huggingface.co:443 "HEAD /sentence-transformers/all-MiniLM-L6-v2/resolve/main/tokenizer_config.json HTTP/1.1" 200 0
|
| 773 |
+
2025-04-28 19:56:45,362 - urllib3.connectionpool - DEBUG - https://huggingface.co:443 "GET /api/models/sentence-transformers/all-MiniLM-L6-v2/revision/main HTTP/1.1" 200 6766
|
| 774 |
+
2025-04-28 19:56:45,479 - urllib3.connectionpool - DEBUG - https://huggingface.co:443 "GET /api/models/sentence-transformers/all-MiniLM-L6-v2 HTTP/1.1" 200 6766
|
| 775 |
+
2025-04-28 19:57:28,480 - asyncio - DEBUG - Using selector: KqueueSelector
|
| 776 |
+
2025-04-28 19:57:28,481 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): huggingface.co:443
|
| 777 |
+
2025-04-28 19:57:28,494 - httpcore.connection - DEBUG - connect_tcp.started host='api.gradio.app' port=443 local_address=None timeout=3 socket_options=None
|
| 778 |
+
2025-04-28 19:57:28,557 - asyncio - DEBUG - Using selector: KqueueSelector
|
| 779 |
+
2025-04-28 19:57:28,598 - httpcore.connection - DEBUG - connect_tcp.started host='127.0.0.1' port=7861 local_address=None timeout=None socket_options=None
|
| 780 |
+
2025-04-28 19:57:28,598 - httpcore.connection - DEBUG - connect_tcp.complete return_value=<httpcore._backends.sync.SyncStream object at 0x150efe4b0>
|
| 781 |
+
2025-04-28 19:57:28,598 - httpcore.http11 - DEBUG - send_request_headers.started request=<Request [b'GET']>
|
| 782 |
+
2025-04-28 19:57:28,598 - httpcore.http11 - DEBUG - send_request_headers.complete
|
| 783 |
+
2025-04-28 19:57:28,599 - httpcore.http11 - DEBUG - send_request_body.started request=<Request [b'GET']>
|
| 784 |
+
2025-04-28 19:57:28,599 - httpcore.http11 - DEBUG - send_request_body.complete
|
| 785 |
+
2025-04-28 19:57:28,599 - httpcore.http11 - DEBUG - receive_response_headers.started request=<Request [b'GET']>
|
| 786 |
+
2025-04-28 19:57:28,599 - httpcore.http11 - DEBUG - receive_response_headers.complete return_value=(b'HTTP/1.1', 200, b'OK', [(b'date', b'Tue, 29 Apr 2025 02:57:28 GMT'), (b'server', b'uvicorn'), (b'content-length', b'4'), (b'content-type', b'application/json')])
|
| 787 |
+
2025-04-28 19:57:28,599 - httpx - INFO - HTTP Request: GET http://127.0.0.1:7861/gradio_api/startup-events "HTTP/1.1 200 OK"
|
| 788 |
+
2025-04-28 19:57:28,599 - httpcore.http11 - DEBUG - receive_response_body.started request=<Request [b'GET']>
|
| 789 |
+
2025-04-28 19:57:28,599 - httpcore.http11 - DEBUG - receive_response_body.complete
|
| 790 |
+
2025-04-28 19:57:28,599 - httpcore.http11 - DEBUG - response_closed.started
|
| 791 |
+
2025-04-28 19:57:28,599 - httpcore.http11 - DEBUG - response_closed.complete
|
| 792 |
+
2025-04-28 19:57:28,599 - httpcore.connection - DEBUG - close.started
|
| 793 |
+
2025-04-28 19:57:28,599 - httpcore.connection - DEBUG - close.complete
|
| 794 |
+
2025-04-28 19:57:28,600 - httpcore.connection - DEBUG - connect_tcp.started host='127.0.0.1' port=7861 local_address=None timeout=3 socket_options=None
|
| 795 |
+
2025-04-28 19:57:28,600 - httpcore.connection - DEBUG - connect_tcp.complete return_value=<httpcore._backends.sync.SyncStream object at 0x15309b2c0>
|
| 796 |
+
2025-04-28 19:57:28,600 - httpcore.http11 - DEBUG - send_request_headers.started request=<Request [b'HEAD']>
|
| 797 |
+
2025-04-28 19:57:28,600 - httpcore.http11 - DEBUG - send_request_headers.complete
|
| 798 |
+
2025-04-28 19:57:28,600 - httpcore.http11 - DEBUG - send_request_body.started request=<Request [b'HEAD']>
|
| 799 |
+
2025-04-28 19:57:28,600 - httpcore.http11 - DEBUG - send_request_body.complete
|
| 800 |
+
2025-04-28 19:57:28,600 - httpcore.http11 - DEBUG - receive_response_headers.started request=<Request [b'HEAD']>
|
| 801 |
+
2025-04-28 19:57:28,606 - httpcore.http11 - DEBUG - receive_response_headers.complete return_value=(b'HTTP/1.1', 200, b'OK', [(b'date', b'Tue, 29 Apr 2025 02:57:28 GMT'), (b'server', b'uvicorn'), (b'content-length', b'11554'), (b'content-type', b'text/html; charset=utf-8')])
|
| 802 |
+
2025-04-28 19:57:28,606 - httpx - INFO - HTTP Request: HEAD http://127.0.0.1:7861/ "HTTP/1.1 200 OK"
|
| 803 |
+
2025-04-28 19:57:28,606 - httpcore.http11 - DEBUG - receive_response_body.started request=<Request [b'HEAD']>
|
| 804 |
+
2025-04-28 19:57:28,606 - httpcore.http11 - DEBUG - receive_response_body.complete
|
| 805 |
+
2025-04-28 19:57:28,606 - httpcore.http11 - DEBUG - response_closed.started
|
| 806 |
+
2025-04-28 19:57:28,606 - httpcore.http11 - DEBUG - response_closed.complete
|
| 807 |
+
2025-04-28 19:57:28,606 - httpcore.connection - DEBUG - close.started
|
| 808 |
+
2025-04-28 19:57:28,606 - httpcore.connection - DEBUG - close.complete
|
| 809 |
+
2025-04-28 19:57:28,607 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): huggingface.co:443
|
| 810 |
+
2025-04-28 19:57:28,627 - httpcore.connection - DEBUG - connect_tcp.complete return_value=<httpcore._backends.sync.SyncStream object at 0x134095e20>
|
| 811 |
+
2025-04-28 19:57:28,627 - httpcore.connection - DEBUG - start_tls.started ssl_context=<ssl.SSLContext object at 0x13245e0d0> server_hostname='api.gradio.app' timeout=3
|
| 812 |
+
2025-04-28 19:57:28,636 - urllib3.connectionpool - DEBUG - https://huggingface.co:443 "HEAD /api/telemetry/gradio/initiated HTTP/1.1" 200 0
|
| 813 |
+
2025-04-28 19:57:28,678 - httpcore.connection - DEBUG - start_tls.complete return_value=<httpcore._backends.sync.SyncStream object at 0x13246df10>
|
| 814 |
+
2025-04-28 19:57:28,678 - httpcore.http11 - DEBUG - send_request_headers.started request=<Request [b'GET']>
|
| 815 |
+
2025-04-28 19:57:28,678 - httpcore.http11 - DEBUG - send_request_headers.complete
|
| 816 |
+
2025-04-28 19:57:28,678 - httpcore.http11 - DEBUG - send_request_body.started request=<Request [b'GET']>
|
| 817 |
+
2025-04-28 19:57:28,679 - httpcore.http11 - DEBUG - send_request_body.complete
|
| 818 |
+
2025-04-28 19:57:28,679 - httpcore.http11 - DEBUG - receive_response_headers.started request=<Request [b'GET']>
|
| 819 |
+
2025-04-28 19:57:28,706 - httpcore.http11 - DEBUG - receive_response_headers.complete return_value=(b'HTTP/1.1', 200, b'OK', [(b'Date', b'Tue, 29 Apr 2025 02:57:28 GMT'), (b'Content-Type', b'application/json'), (b'Content-Length', b'21'), (b'Connection', b'keep-alive'), (b'Server', b'nginx/1.18.0'), (b'Access-Control-Allow-Origin', b'*')])
|
| 820 |
+
2025-04-28 19:57:28,706 - httpx - INFO - HTTP Request: GET https://api.gradio.app/pkg-version "HTTP/1.1 200 OK"
|
| 821 |
+
2025-04-28 19:57:28,706 - httpcore.http11 - DEBUG - receive_response_body.started request=<Request [b'GET']>
|
| 822 |
+
2025-04-28 19:57:28,706 - httpcore.http11 - DEBUG - receive_response_body.complete
|
| 823 |
+
2025-04-28 19:57:28,706 - httpcore.http11 - DEBUG - response_closed.started
|
| 824 |
+
2025-04-28 19:57:28,706 - httpcore.http11 - DEBUG - response_closed.complete
|
| 825 |
+
2025-04-28 19:57:28,706 - httpcore.connection - DEBUG - close.started
|
| 826 |
+
2025-04-28 19:57:28,706 - httpcore.connection - DEBUG - close.complete
|
| 827 |
+
2025-04-28 19:57:28,746 - urllib3.connectionpool - DEBUG - https://huggingface.co:443 "HEAD /api/telemetry/gradio/launched HTTP/1.1" 200 0
|
pushToGH.sh
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
git push github main
|