Search found 126 matches: matching

Return to advanced search

LLM metrics - métricas

... ya que requiere una comprensión profunda del lenguaje y la capacidad de razonar sobre la lógica y la semántica del texto. GSM8K (Google Sentence Matching 8K) GSM8K es una métrica utilizada para evaluar la capacidad de los modelos de lenguaje natural para entender la similitud semántica entre ...
by Antonio Linares
Tue Apr 23, 2024 7:47 pm
 
Forum: latest AI news
Topic: LLM metrics - métricas
Replies: 0
Views: 29

Re: Does anyone have an Envelope Printing module ?

... envelope routine would be nice to have but not a requirement .. I plan on expermenting with creating something that prints on plain paper and matching the text up to fit certain size envelopes .. Thanks for everyones suggestions .. Rick Lipkin
by Rick Lipkin
Mon Mar 04, 2024 2:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Does anyone have an Envelope Printing module ?
Replies: 10
Views: 578

Re: phpBB to LLM

C:\fwh\AI>pip install torch
ERROR: Could not find a version that satisfies the requirement torch (from versions: none)
ERROR: No matching distribution found for torch

C:\fwh\AI>
by alerchster
Mon Dec 25, 2023 6:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: phpBB to LLM
Replies: 33
Views: 4696

Re: Learn SQL with ChatGPT or when can ChatGPT really help

... says: Certainly, if you're constrained to plain SQL without access to specific MariaDB functions like HEX() and UNHEX(), performing character matching using UTF-8 hexadecimal representations directly within a LIKE statement becomes challenging ... ... Unfortunately, in plain SQL without access ...
by frose
Fri Nov 17, 2023 10:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Learn SQL with ChatGPT or when can ChatGPT really help
Replies: 9
Views: 670

Re: Saving OuterHTML using Await Implementation with TWebView

... that binds the 'SendToFWH' function for callback purposes. - `Query`: Runs a specific query on the web page. - `QuerySelectAll`: Selects all matching elements on the web page. - `GetOuterHtml`: Retrieves the outerHTML of the specified selector. - `GetBind`: Callback function that gets called ...
by CharlesKwon
Thu Aug 17, 2023 9:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 1633

Re: Saving OuterHTML using Await Implementation with TWebView

... that binds the 'SendToFWH' function for callback purposes. - `Query`: Runs a specific query on the web page. - `QuerySelectAll`: Selects all matching elements on the web page. - `GetOuterHtml`: Retrieves the outerHTML of the specified selector. - `GetBind`: Callback function that gets called ...
by Otto
Thu Aug 17, 2023 8:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 1633

Re: Error XBROWSE SEEK (while no Index) after change RDD

hi, Version of FWH? 22.07 Line numbers are not matching with FWH2212 xbrowse.prg, unless modified. Are you using Incremental Filter or Seek? Incremental seek works only for indexed DBF, when an index is selected. i do NOT use any Index and that ...
by Jimmy
Tue May 02, 2023 3:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error XBROWSE SEEK (while no Index) after change RDD
Replies: 9
Views: 567

Re: Error XBROWSE SEEK (while no Index) after change RDD

Version of FWH?
Line numbers are not matching with FWH2212 xbrowse.prg, unless modified.
Are you using Incremental Filter or Seek?
Incremental seek works only for indexed DBF, when an index is selected.
by nageswaragunupudi
Tue May 02, 2023 8:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error XBROWSE SEEK (while no Index) after change RDD
Replies: 9
Views: 567

Re: My regex fails under Harbour

... it is different from xHarbour. From xHarbour Language Reference Guide 1.1 Return The function returns an array filled with the found substrings matching the regular expression. If no match is found, the return value is NIL. Thanks for pointing that out.
by hua
Tue Nov 08, 2022 3:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: My regex fails under Harbour
Replies: 6
Views: 587

Re: append from en uno me funciona en otro no

Possible that there are no records matching the FOR condition.
by nageswaragunupudi
Sun Sep 18, 2022 2:43 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: append from en uno me funciona en otro no
Replies: 4
Views: 477

Very strange problem - ideas needed

... gets a account number. It then looks at File B and totals the amounts for that same account number. For each occurence, as it totals, it marks the matching records in File B as complete. 2). It then adds the total amount of those records ( accumulated as each one is read ) to an existing amount ...
by TimStone
Tue Aug 23, 2022 12:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Very strange problem - ideas needed
Replies: 17
Views: 1753

Re: Learning opencv step by step

Instead of having to train our data and create a XML file ("Haar Cascade") we have found that for images matching it is much simpler to use cv.matchTemplate() as this way we don't need to train any data, we simply search an image inside another image. We have found two ...
by Antonio Linares
Thu Dec 30, 2021 12:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Learning opencv step by step
Replies: 21
Views: 2364

Re: Face Detect for FWH64

Sure why not! dear my bro. Now I Implement Face Matching functions Using Deep Learning. I'll open 100% source code for FWH users ASAP. I review all of OpenCV source codes and I finding UNDOCUMENTED datas for FWH And It is part of code for face detect ...
by CharlesKwon
Sat Dec 04, 2021 6:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Face Detect for FWH64
Replies: 14
Views: 2300

Best FWH functions for API, Hash, Curl

... functions already build for generating this kind of strings, thinking that the data origin in my case sits in a dbf. I know that i have to make a matching function for the dbf data to the online data. Do these functions exist ? of do I have to make a function myself to generate this kind of string ...
by Marc Venken
Sat Oct 30, 2021 5:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Best FWH functions for API, Hash, Curl
Replies: 2
Views: 485

Re: database oDbf

... of the programmer to ensure compatibility of field types and sizes to avoid errors while writing. There must and will be one index field for matching and updating. The programmer has to locate the record containing the matching index and then lock the record before calling FW_HashToRec() ...
by nageswaragunupudi
Sun May 16, 2021 2:51 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: database oDbf
Replies: 9
Views: 1220
Next

Return to advanced search