Asma-droid
Asma-droid
Dear all, After some made tests., I realised that it is imposstible till know to make inference on long input signal. Am I wrong ? Best regards
Hello, I followed the tutorial "Speech Recognition From Scratch" and i have built the full model. When i would like to make inference in an audio file i got the...
Hi, I ask if you have some documentations pointing out how to launch the code. regards
Diarization is not working fine for me. For some audios, all segments are identifies by Speaker 0. Are there some solutions to improve diarization quality ?
Hello, It is interesting ti have speaker diarization for off transcription. Have you already this fonctionality ? best regards
Hello, I have a problem when transcribe audio file. File "C:\Users\atrabels\AppData\Local\Programs\Python\Python311\Lib\subprocess.py", line 1538, in _execute_child hp, ht, pid, tid = _winapi.CreateProcess(executable, args, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [WinError 2] Le fichier spécifié est...
Hello, i'am using ElasticSearch as DocumentStore. So, i am using elastic search retrieval as follows ``` embedding_retriever: init_parameters: document_store: embedding_similarity_function: l2_norm init_parameters: hosts: http://elasticsearch:9200 type: haystack_integrations.document_stores.elasticsearch.document_store.ElasticsearchDocumentStore num_candidates: 10 top_k: 10...
Hello, i have got this erreur, any help please File "/home/jupyter-atrabels/.conda/envs/test_asma/lib/python3.11/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 541, in _run_script exec(code, module.__dict__) File "/srv/nas_data/atrabelsi/Whisper-Analysis-Final/RAG/ai-chatbot-rag/main.py", line 193, in response = llm_chain.run(user_prompt) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/jupyter-atrabels/.conda/envs/test_asma/lib/python3.11/site-packages/langchain/chains/base.py", line 505,...
Hello, I'am trying to keep information about query, llm results, duration, etc. One solution is to test "tracing" tutorial. https://docs.haystack.deepset.ai/v2.0/docs/tracing Unfortunately, i cannot obtain traces of llm outputs: Note: I'am...