Text Classification and Summarization with DeepSeek R1 Distill Llama 70B Programming Computer Science by usmanmalik57 … tweets. The following script creates a dataset of 100 randomly selected tweets, with 34 tweets labeled as neutral, 33 as positive… Re: What is the last website that you visited? Community Center Geeks' Lounge by Reverend Jim Selected comics at [gocomics](https://www.gocomics.com/). These days I need to start my day with a smile. 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: 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. :) 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: selected="selected" on Submit Programming Web Development by ayesha789 …='selected="selected"':$std9=''; ($m == 'October')? $std10='selected="selected"':$std10=''; ($m == 'November')? $std11='selected="selected"':$std11=''; ($m == 'December')? $std12='selected="selected"… Re: selected="selected" on Submit Programming Web Development by vibhaJ …gt; <?=($b == "September-".$year)?'selected="selected"':'';?> ><? echo "September…gt; <?=($b == "Novemebr-".$year)?'selected="selected"':'';?> ><? echo "Novemebr…gt; <?=($b == "December-".$year)?'selected="selected"':'';?> ><? echo "December… Re: selected="selected" on Submit Programming Web Development by ayesha789 …='selected="selected"':$std9=''; ($m == 'October')? $std10='selected="selected"':$std10=''; ($m == 'November')? $std11='selected="selected"':$std11=''; ($m == 'December')? $std12='selected="selected"… Re: Selected Option for Select Tag/Dropdown/Menu List Programming Web Development by vibhaJ …<select> <option <?=($value == 'a')?'selected="selected"':''?> >a</option> <option …<?=($value == 'b')?'selected="selected"':''?> >b</option> <…option <?=($value == 'c')?'selected="selected"':''?> >c</option> <… Re: selected="selected" on Submit Programming Web Development by ayesha789 … page is also same. so how I keep last selected option when button pressed. [CODE]<form action="…lt;/option> <option value="May" selected="selected">May</option> <option value…bold"> <option value="2010" selected="selected">2010</option> <option value… Re: selected="selected" on Submit Programming Web Development by ayesha789 …time [CODE=php]<option value="January" selected=<? echo $std1; ?>>January</…option> <option value="February" selected=<? echo $std2; ?>>February</option…["months"]; if($m == 'January') { $std1='"selected"';} else {$std1='';} if($m == 'February') { $std2='"… SELECTED in drop down Digital Media UI / UX Design by basketmen …drop down choosed by user, it will add SELECTED next time they opening the drop down again …still dont know how to put the SELECTED there, please help what is the code to… add SELECTED, i only have variable mod[cpu] and …input" name="mod[cpu]" [B]selected="$content[cpu]"[/B]> <option … selected="selected" on Submit Programming Web Development by ayesha789 Hi, this is my option value. June is my Default selected Value, but there is a small issue. When Users select …;option value=<? echo "June-".$year; ?> selected="selected"><? echo "June-".$year; ?><… Selected Folder/File Programming Software Development by zuve_fox Hi.. I use vb.net windows application How to select Folder or File on desktop using vb.net and detect which folder selected. like on Desktop. If we selected "My computer", vb application will know we selected "My Computer" select Folder or File On Desktop not on application (browser windows) thanx Re: selected="selected" on Submit Programming Web Development by ayesha789 Its show selected=selected when i click on submit Re: SELECTED in drop down Digital Media UI / UX Design by shadowcrawler … database, then [CODE]<option value="xxx" selected="selected">xxx</option>[/CODE]. Otherwise, just write… selected index is not changing in the dropdownlist Programming Web Development by Avani Nimavat …one of the panels visible as per the selected item in the dropdownlist. The problem is when… the dropdownlist, the seletcedIndexChanged event fires, but the selected index remains -1 every time. I have set …="ddlReportType_SelectedIndexChanged" > <asp:ListItem Selected="True">-- Select which data you want… Re: selected="selected" on Submit Programming Web Development by rajarajan2017 You should use AJAX to avoid refreshing methods or use PHP to executing itself as SELF to retrieve the selected value. Re: selected="selected" on Submit Programming Web Development by ayesha789 [CODE]selected=<? echo $std1; ?>[/CODE] is this right way to write it Re: Selected Option for Select Tag/Dropdown/Menu List Programming Web Development by ekseks Hi vibhadevit, I'm new to PHP and I know this is a simpe PHP program but how does this work? Well, I wanted to place that selected part [QUOTE]'selected="selected"'[/QUOTE] to what element I will choose in my select list Selected indexes not seened Programming Software Development by Jennifer84 … when I click on the area where it should be selected, it ´blincs´ very fast and you can see that the… area was selected. I wonder why you cant see it. You must click… Selected Option for Select Tag/Dropdown/Menu List Programming Web Development by ekseks cna anyone tell me how to use the Select = "selected" option for a simple dropdown. for example when someone …chooses c it will have a code like <option selected="">c</option> (am I doing… Selected Option for Select Tag/Dropdown/Menu List Programming Web Development by ekseks can anyone tell me how to use the Select = "selected" option for a simple dropdown. for example when someone …chooses c it will have a code like <option selected="">c</option> (am I doing… selected items in listview Programming Software Development by suneye ….Windows.Forms ParamName=index I am using this to get selected items:Items_list.SelectedItems[0].SubItems[2].Text; I have noticed… that at the moment i change selection the selected items count is 0 so what to do? Re: selected items in listview Programming Software Development by Geek-Master … in your control. Try placing a validation check for the selected item count to see if it is greater than 0… before getting the items from selected items. If that still doesn't work, please post your… selected navigation problem Programming Web Development by phpbeginnerx …;; if ($subject["id"] == $sel_subj) { echo " class=\"selected\""; } echo "><a href=\"content… a class from a CSS stylesheet file where item being SELECTED will become BOLD. The scripts should work like this if… SELECTED TEXT IN DGV CELL Programming Software Development by GeekPlease … in a cell there is a text like - "A SELECTED TEXT". What I want to do is when I… highlight the word "SELECT" in "A SELECTED TEXT" it will appear in my textbox. I have… Re: Selected indexes not seened Programming Software Development by Jennifer84 I noticed a difference. If I put this code in a ToolStripMenuItem_Click, then the area is selected. But if I create a button on the form and put the same code in it, then it doesn´t work. :icon_confused: [code] richTextBox1->Select( 0, 30); [/code] Re: Selected indexes not seened Programming Software Development by Jennifer84 … something like this: ´When this property is set to false, selected nodes in the TreeView control remain highlighted in a different…