Search found 332 matches: attention

Return to advanced search

Understanding Transformers

Transformers are described in the document "attention is all you need" and are the architecture used by AI large language models (chatgpt, etc): FUNCTION Main()    LOCAL aEmbeddings, aWq, aWk, aWv, aBq, aBk, aBv    LOCAL aQ, aK, ...
by Antonio Linares
Sat Jul 06, 2024 10:10 am
 
Forum: AI Introduction (Harbour code and samples)
Topic: Understanding Transformers
Replies: 2
Views: 937

Re: RowSet Large and lReadonly

Mr Rao, everything ok now, with these 3 classes I can solve everything I need.

Thank you for your attention.

Regards.
by Eroni
Tue Jun 04, 2024 2:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RowSet Large and lReadonly
Replies: 10
Views: 812

Re: RowSet Large and lReadonly

Thank you for your attention Mr Rao,

I just tested with harbour and really works fine.

But using xHarbour results an error:
http://flynfe.com.br/download/Sample.mp4
But ok, I will tray other way to handle my large databases.

Regards.
by Eroni
Mon Jun 03, 2024 8:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RowSet Large and lReadonly
Replies: 10
Views: 812

Re: Microsoft Outlook 365 y FWH

... HB_CURLOPT_URL, "https://graph.microsoft.com/v1.0/users/{id | userPrincipalName}/sendMail") Thank you very much for your kind attention. I am very happy about it. Kind regards Ruth
by Ruth
Tue May 28, 2024 9:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Microsoft Outlook 365 y FWH
Replies: 11
Views: 1188

Re: function Attention( queries, keys, values ) --> output

Para multiplicar dos matrices A y B, el número de columnas de A debe ser igual al número de filas de B Ejemplos: query := { { "¿Cuál es el clima?", "¿Cuánto cuesta?", "¿Dónde está?" }, { "¿Qué hora es?", "¿Cuántos días?", "¿Qué tal el tráfico?&...
by Antonio Linares
Wed May 15, 2024 11:18 am
 
Forum: Utilities / Utilidades
Topic: function Attention( queries, keys, values ) --> output
Replies: 1
Views: 1023

function Attention( queries, keys, values ) --> output

function Attention( query, keys, values )   local scores, attention_weights, output   // Calcula la matriz de scores   scores = MatMul( query, Transpose( keys ) )   // Aplica la función softmax a la matriz ...
by Antonio Linares
Wed May 15, 2024 7:09 am
 
Forum: Utilities / Utilidades
Topic: function Attention( queries, keys, values ) --> output
Replies: 1
Views: 1023

Re: Silvo .. could you post your latest xMAte env for BCC770 ?

... Files]%C_LIB_INSTALL%\import32.lib=1%HB_LIB_INSTALL%\harbour.lib=2%C_LIB_INSTALL%\c0w32w.obj=3%C_LIB_INSTALL%\cw32.lib=4  Attention then I copied uuid.lib fron C:\Work\Bcc7\lib\psdk to C:\Work\Bcc7\lib but I rename it with lower letter , don't ask me why...because I don't ...
by Silvio.Falconi
Sat Apr 27, 2024 4:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Silvo .. could you post your latest xMAte env for BCC770 ?
Replies: 6
Views: 802

Re: Question about performance RowSet

Mr Rao, thank you for tyour attention and informattions. RowSet RowSet takes a bit more time, because during creation it collects a lot other relevant information which makes usage faster. First time reading is a bit slower when compared ...
by Eroni
Wed Mar 20, 2024 1:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 6203

Re: CreateObject( "PDFCreator.PDFCreatorObj" Scale and Layout

Using 5.2.0 I have the sema problem.
probably Pdfcreator needsa 100% scale to worl correctly
anyway thanks for your attention Enrico
8)
by MarcoBoschi
Tue Jan 30, 2024 9:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CreateObject( "PDFCreator.PDFCreatorObj" Scale and Layout
Replies: 15
Views: 1576

Re: HarbourWave - leaked information

... self control very easily. Please do your best to respect others and learn from them. We all can learn always from the others if we pay enough attention. There is always something new to learn ok now it's the webview period also supported by the fwteam, I'm respectful with everyone but I can't ...
by Silvio.Falconi
Mon Jan 29, 2024 2:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HarbourWave - leaked information
Replies: 7
Views: 1132

Re: HarbourWave - leaked information

... self control very easily. Please do your best to respect others and learn from them. We all can learn always from the others if we pay enough attention. There is always something new to learn
by Antonio Linares
Mon Jan 29, 2024 6:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HarbourWave - leaked information
Replies: 7
Views: 1132

Re: How does mod harbour work

... for my common mistakes? so that the programm "tells" me "Error: STR() missing for numeric value..." thanks again for your attention and kind regards ruth Dear Ruth, mod_harbour errors handling sometimes is not very usefull, I agree with you.
by Antonio Linares
Mon Jan 15, 2024 12:38 pm
 
Forum: mod_harbour
Topic: How does mod harbour work
Replies: 8
Views: 2111

Re: How does mod harbour work

... for my common mistakes? so that the programm "tells" me "Error: STR() missing for numeric value..." thanks again for your attention and kind regards ruth
by Ruth
Mon Jan 15, 2024 9:35 am
 
Forum: mod_harbour
Topic: How does mod harbour work
Replies: 8
Views: 2111

Re: A Call for New Ideas and Web Integration

... us with the activities of others, leading to envy and dissatisfaction. Notifications received during a conversation can interrupt it and divert attention. Best regards Otto
by Otto
Mon Dec 11, 2023 10:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Call for New Ideas and Web Integration
Replies: 7
Views: 900

Re: Is there a PHP IsSet() in Modharbour

https://mybergland.com/ruth/hSTARS.jpg Dear Antonio, thank you so much for your attention. I get "hSTARS" for it. Kind regards Ruth hTables := {=>}hTables["hSTARS"] := hSTARScHashName := ALLTRIM(hBLOCK["PAGE_VERZEICHNIS2"]) ...
by Ruth
Thu Nov 09, 2023 1:23 pm
 
Forum: mod_harbour
Topic: Is there a PHP IsSet() in Modharbour
Replies: 6
Views: 1435
Next

Return to advanced search