Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
open-id
- Page 1
Image Analysis Using Llama 3.2 Vision Instruct Model
Programming
Computer Science
6 Days Ago
by usmanmalik57
…following script) and pass it the Hugging Face model
ID
, the model temperature, and the list of messages.… requests.get(image_url2) #
Open
the images using Pillow img1 = Image.
open
(BytesIO(response1.content)) img2 = Image.
open
(BytesIO(response2.content)) # Create…to-text and image-to-text tasks. It is
open
-source, and you can use it for free …
Qwen vs Llama - Who is winning the Open Source LLM Race
Programming
Computer Science
2 Weeks Ago
by usmanmalik57
…, generated_summary) results.append({ 'model': model_name, 'article_id': row.
id
, 'generated_summary': generated_summary, 'rouge1': rouge_scores['rouge1'], 'rouge2': rouge_scores…well for all ROUGE scores. ## Conclusion
Open
-source LLMs are quickly catching up with …
Re: Qwen vs Llama - Who is winning the Open Source LLM Race
Programming
Computer Science
2 Weeks Ago
by Brandon_38
The competition between Qwen and Llama in the
open
-source LLM race is fascinating to follow! Both models bring …
Fine-tuning OpenAI Vision Models for Visual Question-Answering
Programming
Computer Science
3 Weeks Ago
by usmanmalik57
…os.environ.get('OPENAI_API_KEY'), ) training_file = client.files.create( file=
open
(training_output_file, "rb"), purpose="fine-tune" )… job print(client.fine_tuning.jobs.list_events(fine_tuning_job_id = fine_tuning_job_gpt4o.
id
, limit=10)) ``` Once the fine-tuning is completed…
RAG with LangChain and Hugging Face Serverless Inference API
Programming
Computer Science
1 Week Ago
by usmanmalik57
…retrieval augmented generation (RAG) chatbot in LangChain using
open
-source models from [Hugging Face serverless inference API…the `HuggingFaceEndpoint()` class and pass it your model repo
ID
and Hugging Face access token. The `temperature` and…/542539/qwen-vs-llama-who-is-winning-the-
open
-source-llm-race#post2299133) for response generation. Next…
How to Fine-tune the OpenAI GPT-4o Model - The Wait is Finally Over
Programming
Computer Science
2 Months Ago
by usmanmalik57
….get('OPENAI_API_KEY'), ) training_file = client.files.create( file=
open
(json_file_path, "rb"), purpose="fine-tune"… = calculate_rouge(human_summary, generated_summary) results.append({ 'article_id': row.
id
, 'generated_summary': generated_summary, 'rouge1': rouge_scores['rouge1'], 'rouge2': …
Comparison of Fine-tuning GPT-4o mini vs GPT-3.5 for Text Classification
Programming
Computer Science
2 Months Ago
by usmanmalik57
….get('OPENAI_API_KEY'), ) training_file = client.files.create( file=
open
(json_file_path, "rb"), purpose="fine-tune"… test set. ``` ft_model_id = client.fine_tuning.jobs.retrieve(fine_tuning_job_gpt_3_5.
id
).fine_tuned_model find_sentiment(client,ft_model_id, test_data) ``` **Output:** ``` Accuracy…
GPT-4o Snapshot vs Meta Llama 3.1 70b for Zero-Shot Text Summarization
Programming
Computer Science
2 Months Ago
by usmanmalik57
….content rouge_scores = calculate_rouge(human_summary, generated_summary) results.append({ 'article_id': row.
id
, 'generated_summary': generated_summary, 'rouge1': rouge_scores['rouge1'], 'rouge2': rouge_scores['rouge2'],…3.1 series models are state-of-the-art
open
-source models. This article shows that Meta Llama…
Text Classification and Summarization with Qwen 2.5 Model From Hugging Face
Programming
Computer Science
1 Month Ago
by usmanmalik57
…72B is a state-of-the-art
open
-source large language model. This article will… rouge_scores = calculate_rouge(human_summary, generated_summary) results.append({ 'article_id': row.
id
, 'generated_summary': generated_summary, 'rouge1': rouge_scores['rouge1'], 'rouge2': rouge_scores['…
Open ID a dream for scammers!
Hardware and Software
Networking
16 Years Ago
by tiger86
… for the folks who do not know what it is.
Open
ID
uses your fingerprint as your log-in for every single… use computers where ever they can find them. Well if
Open
ID
is put into action someone could use a computer at… to a scam website after logging on through a legit
Open
ID
computer well the Scam Web site could set it up…
Re: How to use light open ID on Laravel 4 framework
Programming
Web Development
10 Years Ago
by cereal
…gt;identity = 'https://www.google.com/accounts/o8/
id
'; return Redirect::to($opID->authURL()); } elseif($…html> <head> <title>
Open
ID
</title> </head> <… https://code.google.com/p/lightopenid/issues/detail?
id
=80 So consider to use another library like …
Re: How to use light open ID on Laravel 4 framework
Programming
Web Development
10 Years Ago
by cereal
…;mode) { $opID->identity = 'https://www.google.com/accounts/o8/
id
'; return Redirect::to($opID->authURL()); } elseif($opID->mode…
open pdf within iframe in contentplaceholder
Programming
Web Development
14 Years Ago
by lisles
…the link i want the pdf to
open
within the contentplaceholder.im using iframe within… MS', Tahoma, Verdana;"> <table
id
="tbl" width="100%"> …;/h2><br /> <div
id
="plussbullets"> <ul>…
id is not passing to another page
Programming
Web Development
10 Years Ago
by AARTI SHRIVAS
… } xmlhttp.
open
("GET","regstate.php?
id
="+str,true); //xmlhttp.
open
("GET&… this is reg.php <?php $
id
=$_GET['param']; echo $
id
; $con=mysqli_connect('localhost','root','password','swati'); …please help `xmlhttp.
open
("GET","regstate.php?
id
="+str,true);`…
Re: open pdf within iframe in contentplaceholder
Programming
Web Development
14 Years Ago
by kvprajapati
[b]>
open
pdf within iframe in contentplaceholder[/b] Nope. You can't do that. The [B]ContentPlaceHoder[/B] control reserves the area for content pages so the content pages can add page specific content. Add a content page and put [B]Iframe[/B] in it.
open a file and put contents into a hash ( or array )
Programming
Software Development
13 Years Ago
by grazinggoat
… 8 logfilename 827978858998073 9 logfilename 943690319071184 [CODE][/CODE]
open
(FILE, "/tmp/file.txt") or die… my hash to look like this: [CODE][/CODE] %hash_id {
id
=> $
id
, name => $name, size => $size, }; […ICODE] I want the first be sure I have $
ID
has the key for each record because there can …
Re: Open form in the same window
Programming
Web Development
16 Years Ago
by rocket1356
…server" cssclass="site"
id
="buildsummary" onmouseover="this…-buildsummary.png';" onclick="window.
open
('WebForm/UCOSQA','_blank');" title="…" cssclass="site"
id
="cciform" onmouseover="this…
Re: id is not passing to another page
Programming
Web Development
10 Years Ago
by AARTI SHRIVAS
problem is in passing value from one page to another i am not getting
id
to next page ` xmlhttp.
open
("GET","regstate.php?
id
="+str,true);` from this line i am passing
id
to regstate.php page but i am not getting
id
Re: id is not passing to another page
Programming
Web Development
10 Years Ago
by eyasin
// Check This Line See An Error if(xmlhttp.readyState()==4 && xmlhttp.status==200) // change this line Now ok if(xmlhttp.readyState ==4 && xmlhttp.status==200) xmlhttp.
open
("GET","regstate.php?
id
="+str,true);// ok //now Recive The Value $
id
=$_GET['
id
'];
Open up a link in same window not a new frame
Programming
Web Development
14 Years Ago
by 4789787
… window using the iframe method i want it to just
open
it in the same window meaning load the page onitself… /><br />'; foreach ($users2 as $
id
) { if ($
id
!= $FleetRow['fleet_owner'] && $
id
!= 0) { SendSimpleMessage ( $
id
, '', $FleetRow['fleet_start_time'], 3, $lang['sys_mess_tower'], $lang…
Re: open a file and put contents into a hash ( or array )
Programming
Software Development
13 Years Ago
by d5e5
… = <DATA>){ chomp($line); my ($
id
, $filename, $size) = split/\s+/, $line; push @AoH, {
id
=> $
id
, filename => $filename, size => $size…}; } foreach(@AoH){ print "
id
is $$_{
id
}, filename is $$_{filename}, size is $$_{size}\n…
Re: id is not passing to another page
Programming
Web Development
10 Years Ago
by urtrivedi
you run regstate.php?
id
=28 (chose any value that is valid) in browser, see what is output? Fisrt check problem is in javsccript or ur process page itself
Re: id is not passing to another page
Programming
Web Development
10 Years Ago
by EvolutionFallen
On regstate.php line 2 you have $
id
=$_GET['param']; But according to line 81 in reg.php your variable is called `
id
`. So line 2 in regstate.php should be $
id
=$_GET['
id
'];
Re: id is not passing to another page
Programming
Web Development
10 Years Ago
by AARTI SHRIVAS
yes i change this`$
id
=$_GET['param'];` to `$
id
=$_GET['
id
'];` this but still not getting
id
to next page
Open webcam from browser javascript
Programming
Web Development
1 Year Ago
by Stefce
… platform in the current context.` <button
id
="but" class="btn btn-success…" onclick="myFunction()" autoplay>
OPEN
WEB CAM </button> <br>…class="video-container1"> <video
id
="vid"></video> <…
Re: Open mobile camera through web browser
Programming
Web Development
7 Years Ago
by SimonIoa
…string); } }); } return false; }); <div
id
="webcam_preview"></div> <a href…quot;updateControl2"
id
="webcamButton" title="
Open
Camera"><…="boxWebcam wallbutton">
Open
Camera</span></a…
open hashing using cursor base
Programming
Software Development
14 Years Ago
by D_switch
… BSMATH students. A dictionary is created implemented using
open
hashing for BSCS and BSIT students. Each grouping the…FN[24],MI; }nametype; typedef struct studtype { unsigned long
ID
; nametype name; char course[8]; int yr; }student;…Hash(celltype x) { int sum; unsigned long
ID
, i;
ID
=x.stud.
ID
; for(i=100000;i>0;i%=10)…
Open a new browser window when a image button is clicked
Programming
Web Development
14 Years Ago
by Uzumaki52
…entered by the user. <%--<asp:ImageButton
ID
="ibtnEdit" runat="server" Text…;text/javascript"> function EditInNewWindow() { window.
open
("abc.aspx?bid="+document.getElementById('<%#Eval…quot;) %>')); } </script>--%> UserId
id
the column name where the userID is stored. Can …
Open a record in a second page without showing the id record to the users
Programming
Web Development
11 Years Ago
by grafic.web
… list choosing one of the record, using the
id
of the record, and
open
the second page where i can edit all… do this with querystring? (and showing to the user the
id
of the record on the addressbar of IE)? or there… is another way that allow me to
open
one record without showing data to the user? Thanks!!!
Re: Open a record in a second page without showing the id record to the users
Programming
Web Development
11 Years Ago
by JorgeM
…; </ItemTemplate> </asp:Repeater> <asp:SqlDataSource
ID
="Sql1" runat="server" ConnectionString="<…;%$ ConnectionStrings:DB %>" SelectCommand="SELECT [
id
], [category] FROM [_table1]"></asp:SqlDataSource> <…
1
2
3
17
Next
Last
Search
Search
Forum Categories
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Forums
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2024 DaniWeb® LLC