Skip to content

Commit 78544fd

Browse files
committed
Updated docs
1 parent d3ef781 commit 78544fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pgml-docs/docs/user_guides/transformers/pre_trained_models.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pgml.transform(
1414
task TEXT OR JSONB, -- task name or full pipeline initializer arguments
1515
call JSONB, -- additional call arguments alongside the inputs
1616
inputs TEXT[] OR BYTEA[], -- inputs for inference
17-
cache_model BOOLEAN -- if true, the model will be cached in memory. FALSE by default
17+
cache BOOLEAN -- if TRUE, the model will be cached in memory. FALSE by default.
1818
)
1919
```
2020

@@ -75,7 +75,7 @@ Sentiment analysis is one use of `text-classification`, but there are [many othe
7575
'I love how amazingly simple ML has become!',
7676
'I hate doing mundane and thankless tasks. ☹️'
7777
],
78-
cache_model => TRUE
78+
cache => TRUE
7979
) AS positivity;
8080
```
8181

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy