Text Classification and Summarization with DeepSeek R1 Distill Llama 70B Programming Computer Science by usmanmalik57 … the [previous article](https://www.daniweb.com/programming/computer-science/tutorials/542973/benchmarking-deepseek-r1-for-text-classification-and-summarization#post2300447… the [previous article](https://www.daniweb.com/programming/computer-science/tutorials/542973/benchmarking-deepseek-r1-for-text-classification-and-summarization#post2300447… Re: Text Classification and Summarization with DeepSeek R1 Distill Llama 70B Programming Computer Science by rproffitt …. As such I think I will be downvoting DeepSeek R1 tutorials. Benchmarking DeepSeek R1 for Text Classification and Summarization Programming Computer Science by usmanmalik57 … a [previous article](https://www.daniweb.com/programming/computer-science/tutorials/542741/qwen-2-5-72b-vs-llama-3-3-70b… the [previous article](https://www.daniweb.com/programming/computer-science/tutorials/542741/qwen-2-5-72b-vs-llama-3-3-70b… Re: Struggling with Conversions Digital Media Digital Marketing by Reverend Jim … have both free and paid content. The paid content includes tutorials. I recently got an email offering me a seven day… Re: Fine-tuning OpenAI Vision Models for Visual Question-Answering Programming Computer Science by RKE2 Fine-tuning OpenAI Vision Models for visual question-answering is an exciting step forward in AI! It is amazing how these models can combine image recognition with natural language processing to provide accurate, context-aware answers. Cannot wait to see more advancements! Fine-tuning OpenAI GPT-4o for Multi-label Text Classification Programming Computer Science by usmanmalik57 …text classification](https://www.daniweb.com/programming/computer-science/tutorials/542629/openai-gpt-4o-vs-claude-3-5-… article](https://www.daniweb.com/programming/computer-science/tutorials/542629/openai-gpt-4o-vs-claude-3-5-sonnet… article](https://www.daniweb.com/programming/computer-science/tutorials/542629/openai-gpt-4o-vs-claude-3-5-sonnet… I am having an issue with GMAIL SMTP in a C# program Programming Software Development by complete … to this issur on web forums, I will give other tutorials in this list a try. Re: I am having an issue with GMAIL SMTP in a C# program Programming Software Development by graceweb Consider a third-party email API like SendGrid or explore other options like Outlook SMTP. Check the other tutorials you mentioned; there may be a simpler approach. Awk Tutorial - Daniweb Edition Hardware and Software Linux and Unix by cored0mp Team, What would you want to see in an awk tutorial? None of the existing tutorials are great. A good tutorial is like the video from ten years ago where that kid outlines in about ten minutes how to breakdance, it's crazy. How to search any string inside MDB Access Database in VB.NET Programming Software Development by inztructor … the search in my VB.net application? Most of the tutorials only teach on how to search the table using an… Re: Why DaniWeb doesnt have AI section? Community Center by Reverend Jim There are already a number of threads regarding AI. Enter **AI** into the search bar to find some. Member [usmanmalik57](https://www.daniweb.com/members/1235222/usmanmalik57/posts) has written a number of articles/tutorials that you may find interesting. Re: I am having an issue with GMAIL SMTP in a C# program Programming Software Development by rproffitt There are many traps and pitfalls to using gmail. So many that you should be aware going in and I can't possibly write about all of the traps. Find the article "Sending emails using Gmail in C# On February 01, 2024 by Dzenana Kajtaz Technical Content Writer @Mailtrap" because from my reading it looks complete and not out of date. Good … Re: Extract Tabular Data from PDF Images using Hugging Face Table Transformer Programming Computer Science by mansha99 Awesome Re: How to search any string inside MDB Access Database in VB.NET Programming Software Development by Dani Unfortunately I don’t know VB.net. However, the way I would do it in my language of choice is to split the search string by spaces into an array of words. According to a Google search, [this](https://learn.microsoft.com/en-us/dotnet/api/microsoft.visualbasic.strings.split?view=net-9.0) should accomplish that for you. Then, I would loop through the … Re: How to search any string inside MDB Access Database in VB.NET Programming Software Development by Reverend Jim Can you give us the actual query in pseudo code with field names? I think we can figure it out by first eliminating the vb.NET syntax. I typically use a SQL management console to get the underlying query before I add in the gory code details. Re: How to search any string inside MDB Access Database in VB.NET Programming Software Development by inztructor Hi to all, I already solved this problem. Thanks! Re: How to search any string inside MDB Access Database in VB.NET Programming Software Development by skynode i don't know if u find solution suggest me to. Re: I am having an issue with GMAIL SMTP in a C# program Programming Software Development by FlareSolverr It sounds like you're having a bit of trouble with Gmail's SMTP in C#. One thing to double-check is the use of the correct SMTP settings: SMTP server: smtp.gmail.com Port: 587 for TLS or 465 for SSL Encryption: TLS/SSL Authentication: Your full Gmail address and password (or an app-specific password if 2FA is enabled) If you're still facing … Re: I am having an issue with GMAIL SMTP in a C# program Programming Software Development by vivetool Make sure you're using the correct SMTP settings for Gmail in your C# code (smtp.gmail.com, port 587 for TLS or 465 for SSL). Ensure that "Less Secure Apps" is enabled or use an App Password if 2FA is on. Check if firewall/antivirus is blocking the connection and verify IMAP/SMTP is enabled in Gmail settings. Re: Tutorials category idea Community Center Meta DaniWeb by happygeek Tutorials cannot simply be given 'official' DaniWeb tutorial status without first … the moment about who is best suited to do this. Tutorials will [B]never[/B] appear immediately with DaniWeb approved status… Re: Tutorials Community Center Meta DaniWeb by William Hemsworth … better to have no or very few tutorials rather than a lot of substandard tutorials which eventually might >bring down the… to newbies. Obviously you could also allow members to rate tutorials and leave comments, thus meaning people will have an overall… Re: Tutorials Community Center Meta DaniWeb by ~s.o.s~ … a rule is enforced, the fear of sub-standard tutorials turning up would be still there. You've got …FAIL. Though I agree that if Daniweb can afford substandard tutorials which improve over time with user feedback, this clause …would be a good starting point. > Submitted tutorials can then be published when they are reviewed. Re-read… Re: Tutorials Community Center Meta DaniWeb by William Hemsworth …apples to oranges here. Users learn from both snippets and tutorials. For example, a lot of what I know in …worry too much about small flaws that might occur in tutorials. I guess this is the sort of thing im …talking about. [URL="http://www.actionscript.org/resources/categories/Tutorials/"][link][/URL] I used to be an active member… Re: Tutorials Community Center Meta DaniWeb by William Hemsworth >Are tutorials reviewed before they are made available to public? You have …"]become an author[/URL] before you can post any tutorials on that site, which requires you to write a quick… biography before being accepted. >Are tutorials reviewed before they are made available to public? My guess… Tutorials? Programming Game Development by Progr4mmer I was watching the java game tutorials by thenewboston on youtube but he stopped making them. Anyone know of any good tutorials for making java 2d or 3d games? Re: Tutorials Community Center Meta DaniWeb by serkan sendur [QUOTE=Xlphos;854267]Hi I have just been looking at the tutorial section and noticed their is very little there. I would like to see more stuff up there, who can write the tutorials? Anyone any views on this?[/QUOTE] i like to post some tutorials, as jbennet said it is hard to submit. Re: Tutorials Community Center Meta DaniWeb by William Hemsworth … why it should be so hard to post your own tutorials. Presumably it was posters with a low post count / bad… reputation who flooded the tutorial section with bad tutorials. How about restricting the tutorial section for members with a… Re: Tutorials Community Center Meta DaniWeb by ~s.o.s~ … better to have no or very few tutorials rather than a lot of substandard tutorials which eventually might bring down the name… Re: Tutorials Community Center Meta DaniWeb by Xlphos … moderator. We could have something like a submit section on tutorials. Submitted tutorials can then be published when they are reviewed. Could… Re: Tutorials Community Center Meta DaniWeb by ~s.o.s~ > Users learn from both snippets and tutorials. Here you're speaking from the end users' perspective and … copy-paste of someone elses' work and paste there? Are tutorials reviewed before they are made available to public? Is any…