Commit Graph

14 Commits

Author SHA1 Message Date
Sergei Pashakhin
5056e6b3cf Fix typo (#13657) [ci skip] 2024-10-23 12:43:18 +02:00
Sofie Van Landeghem
c749eb5570 fix typo (#13254) 2024-01-24 09:32:57 +01:00
Raphael Mitsch
465848cbc6 Fix LLM docs on task factories.
(cherry picked from commit 575c405ae3)
2024-01-19 16:58:26 +01:00
Sofie Van Landeghem
252ad2adb8 Update llm docs to clarify task-specific factories (#13082)
* fix typo

* add examples to specify custom model for task-specific factory
2023-10-31 22:08:08 +01:00
Raphael Mitsch
8897621db9 Add binary examples for Textcat task in spacy-llm (#13051)
* Add examples for binary classification.

* Fix example.

* Remove binary textcat example. Format.

* Rephrase.

(cherry picked from commit d72029d9c8)
2023-10-11 13:46:42 +02:00
Raphael Mitsch
5e1d39822d Add Mistral mentions. (#13037)
(cherry picked from commit 1162fcf099)
2023-10-05 19:52:19 +02:00
Raphael Mitsch
08e9ca5a7d Add docs on Azure OpenAI support in spacy-llm (#13043)
* Add gpt-3.5-turbo-instruct to list of supported OpenAI models.

* Update `spacy-llm` task argument docs w.r.t. task refactoring (#12995)

* Update task arguments w.r.t. task refactoring in 0.5.0.

* Add disclaimer w.r.t. gated models/Llama 2.

* Update website/docs/api/large-language-models.mdx

* Update website/docs/api/large-language-models.mdx

* Update docs w.r.t. PaLM support. (#13018)

* Add info on spacy.Azure.v1.

* Attempt to fix netlify check fails.

* Attempt to fix netlify check fails.

* Attempt to fix netlify check fails.

* Attempt to fix netlify check fails.

* Attempt to fix netlify check fails.

* Attempt to fix netlify check fails.

* Attempt to fix netlify check fails.

* Attempt to fix netlify check fails.

* Attempt to fix netlify check fails.

* Format.

(cherry picked from commit 862f8254e8)
2023-10-05 19:52:15 +02:00
Raphael Mitsch
6f8804f1b8 Update docs w.r.t. PaLM support. (#13018)
(cherry picked from commit 1dec138e61)
2023-10-05 19:52:09 +02:00
Sofie Van Landeghem
fb59288d1c Few spacy-llm doc fixes (#12969)
* fix construction example

* shorten task-specific factory list

* small edits to HF models

* small edit to API models

* typo

* fix space

Co-authored-by: Raphael Mitsch <r.mitsch@outlook.com>

---------

Co-authored-by: Raphael Mitsch <r.mitsch@outlook.com>
2023-09-08 11:37:47 +02:00
Sofie Van Landeghem
5abb9d5791 Docs for spacy-llm 0.5.0 (#12968)
* Update incorrect example config. (#12893)

* spacy-llm docs cleanup (#12945)

* Shorten NER section

* fix template references

* simplify sections

* set temperature to 0.0 in examples

* condense model information

* fix parameters for REST models

* set temperature to 0.0

* spelling fix

* trigger preview

* fix quotes

* add small note on noop.v1

* move up example noop config

* set appropriate model example configs

* explain config

* fix

Co-authored-by: Raphael Mitsch <r.mitsch@outlook.com>

---------

Co-authored-by: Raphael Mitsch <r.mitsch@outlook.com>

* Docs for ner.v3 and spancat.v3 spacy-llm tasks (#12949)

* formatting

* update usage table with NER.v3

* fix typo in links

* v3 overview of parameters

* add spancat.v3

* add further v3 explanations

* remove TODO comment

* few more small fixes

* Add doc section on LLM + task factories (#12905)

* Add section on LLM + task factories.

* Apply suggestions from code review

---------

Co-authored-by: Sofie Van Landeghem <svlandeg@users.noreply.github.com>

* add default config to openai models (#12961)

* Docs for spacy-llm 0.5.0 (#12967)

* simplify Python example

* simplify Python example

* Refer only to latest OpenAI model versions from usage doc

* Typo fix

Co-authored-by: Raphael Mitsch <r.mitsch@outlook.com>

* clarify accuracy claim

---------

Co-authored-by: Raphael Mitsch <r.mitsch@outlook.com>

---------

Co-authored-by: Raphael Mitsch <r.mitsch@outlook.com>
2023-09-08 10:29:21 +02:00
Sofie Van Landeghem
642a4de63f fix typo in link (#12948)
* fix typo in link

* fix REL.v1 parameter
2023-09-01 13:49:03 +02:00
vincent d warmerdam
238434b6b4 Update large-language-models.mdx (#12944) 2023-08-30 11:59:23 +02:00
Raphael Mitsch
a20f54fb91 Update incorrect example config. (#12893) 2023-08-09 10:18:04 +02:00
Victoria
0d68d5bc33 Add spacy-llm docs to website (#12782)
* initial commit

* update for v0.4.0

* Apply suggestions from code review

* Fix formatting

* Apply suggestions from code review

* Update website/docs/api/large-language-models.mdx

* Update website/docs/api/large-language-models.mdx

* update usage page

* Apply suggestions from review

* Apply suggestions from review

* fix links

* fix relative links

* Apply suggestions from code review

Co-authored-by: Sofie Van Landeghem <svlandeg@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Sofie Van Landeghem <svlandeg@users.noreply.github.com>

* Apply suggestions from review

* Add section on Llama 2. Format.

---------

Co-authored-by: Raphael Mitsch <r.mitsch@outlook.com>
Co-authored-by: Sofie Van Landeghem <svlandeg@users.noreply.github.com>
2023-07-24 14:46:44 +02:00