Re: Cannot run exe from asp.net Programming Web Development by lennyli … as i said disappointingly the python server.py command didnt output any text before returning control to command prompt even if…/not installed?? I ran the command echo %PATH% and the output did not have the word "python" anywhere. Even… Re: Cannot run exe from asp.net Programming Web Development by lennyli …; on the client pc, it waited a few seconds, then output the error: C:\Users\maxwi>python client.py Traceback… Evaluating OpenAI GPT 4.1 for Text Summarization and Classification Tasks Programming Computer Science by usmanmalik57 … value counts print(dataset["airline_sentiment"].value_counts()) ``` **Output:** ``` airline_sentiment neutral 34 positive 33 negative 33 Name: …Shape: {filtered_dataset.shape}") filtered_dataset.head() ``` **Output:** ![img4.png](https://static.daniweb.com/attachments/4/… Re: Cannot run exe from asp.net Programming Web Development by lennyli …(command) 'result = objShell.Exec(command) ' Clean up Set objShell = Nothing ' Output the result Response.Write("Executable executed with result: "… Re: Question/Answering over SQL Data Using LangGraph Framework Programming Computer Science by Pelorus_1 Through its combination of natural language processing and structured query generation, LangGraph makes interfacing with databases and extracting insights over SQL data easier than ever. DeepSeek R1 vs Llama 3.1-405b for Text Classification and Summarization Programming Computer Science by usmanmalik57 … "role": "user", "content": user_query } ] ) output = response.choices[0].message.content if "</think>…;" in output: response = output.strip().split("</think>")[-1].strip()… Text Classification and Summarization with DeepSeek R1 Distill Llama 70B Programming Computer Science by usmanmalik57 …response= generate_response(system_instructions, user_query) print(response) ``` **Output:** ![img1.png](https://static.daniweb.com/attachments/4/…value counts print(dataset["airline_sentiment"].value_counts()) ``` **Output:** ``` airline_sentiment neutral 34 positive 33 negative 33 Name:… Re: python programming issue Programming by Pebble94464 … setuptools I recreated your requirements.txt file based on the output that you provided. Please see below. Is it correct? faster… Re: Top industries that use automation Programming Software Development by Reverend Jim … of human operators. This is no more automation than is output from a spreadsheet. i'm not sure where I stand… Re: Best way to find a segment of code that matches a given input segment? Programming Software Development by Dani … target article ranked_articles = [article for article, score in sorted_similarity_scores] 7. Output the ranked list of articles return ranked_articles I'm not… Re: Show computer name on a label Programming Software Development by Mr.M Error can't convert char to Text when I output ComputerName to label Cannot convert parameter 1 from char[16] to system::String ^ Re: Show computer name on a label Programming Software Development by Mr.M … were unable to pick this up. Basically I need to output `ComputerName` using `gcnew String()` so it be `label9->Text… Re: How Can I Hookup My Mobile Phones To My PC Monitor ? Hardware and Software Hardware Mobile and Wearables by Fitmovers If you want to connect your Samsung Galaxy A9 to your Dell E1916HV monitor, you'll need a USB-C to HDMI adapter (if your phone supports HDMI output). Since your phone has only USB ports, check if it supports Samsung DeX or screen mirroring via an MHL adapter. If your monitor only has VGA input, you might also need an HDMI to VGA converter. Re: Text Classification and Summarization with DeepSeek R1 Distill Llama 70B Programming Computer Science by rproffitt "Wiz Research Uncovers Exposed DeepSeek Database Leaking Sensitive Information" "Security researchers tested 50 well-known jailbreaks against DeepSeek’s popular new AI chatbot. It didn’t stop a single one." It only seems to get worse the more you look at DeepSeek. And I must note how it is known to not want to talk about … Re: Text Classification and Summarization with DeepSeek R1 Distill Llama 70B Programming Computer Science by policenbicleara Llama-70B struggles with sentiment analysis (69% accuracy) vs. Qwen-32B (87%). Summarization performance is weaker, with lower ROUGE scores. Qwen-32B is the better choice—smaller, faster, and more accurate. Re: Text Classification and Summarization with DeepSeek R1 Distill Llama 70B Programming Computer Science by Pelorus_1 Great breakdown of DeepSeek R1 Distill LLaMA 70B! The explanation of text classification and summarization is clear and insightful. Appreciate the practical examples—makes implementation much easier. Thanks for sharing! Re: ‘Advanced AI should be treated similar to Weapons of Mass Destruction’ Community Center by rproffitt UPDATE: Feb 4, 2025 — Google on Tuesday updated its ethical guidelines around artificial intelligence, removing commitments not to apply the technology to weapons or surveillance. Re: Director of Innovative Technologies Labs Community Center Say Hello! by Dani Hello and welcome to DaniWeb. That’s quite the CV you’ve got there. :) output Programming Software Development by mr.unknown i want an output and i have tried but can't get this...…;<endl; } system("PAUSE"); return EXIT_SUCCESS; } OUTPUT: X X X X X X X X X X… X X X above is the code and its output tell me where i am wrong and how to… Output Programming Software Development by jmines … is this that it does not show output. whenever I run the program, the output screen flashes and nothing else happens. (using… output Programming Software Development by sss33 out = open ("output.jh") towrite= a+b out.write (towrite) When you want to put an output to a file. instead of the information going right next to eachother how could they go one over the other in the file. This would be for many different outputs. Output Programming Software Development by coco24 … code would be. I believe I am getting the wrong output due to some technical problems with my computer. [code] public… Re: output Programming Software Development by Lucaci Andrew …/2) break; } cout<<endl; } return 0; } Having as output this: X X X X X X X X X… Re: output Programming Software Development by ddanbe @mr.unknown: your code will never produce the output you gave. Remove the **endl** on line 13 an place it elsewhere. Re: output Programming Software Development by mr.unknown hmm tanx all guys i was just confused about "for loops" for rows and columns control.....later when i make some changes to my programm like shifting endl to next line and correct use of curly braces i got my output but i still not get the point that how 2 loops control the rows and colums one by one..... Re: Output help! Programming Software Development by TylerTCF … file path...For some reason though, there is still no output in the results.txt. The cout was added to make… was filled up (it was)...now if it would just output, it'd be all done...any help again? Thanks in… Re: output Programming Software Development by redyugi over? You mean on a different line?? If so, you should use a line break. [CODE]out = open('output.jh') towrite = a+'\n'+b out.write(towrite)[/CODE] Re: output Programming Software Development by sss33 [QUOTE=redyugi;1344475]over? You mean on a different line?? If so, you should use a line break. [CODE]out = open('output.jh') towrite = a+'\n'+b out.write(towrite)[/CODE][/QUOTE] where would the line break go ltwrite = v[6]+ " " + (int (b)) fout.write (ltwrite) Re: Output Programming Software Development by stultuske and what is 'BoundedBag'? most times, trouble in output are not technical problems of your computer, it's just a difference between what a developer should've written, and what he actually wrote. output +++++++ Programming Software Development by locy how do i write a C programm with the output ++++++ or *******