Commit Graph

  • 467c82439e Always use tqdm with disable=None Adriane Boyd 2023-09-22 18:20:22 +0200
  • b4990395f9 Update mypy requirements Adriane Boyd 2023-09-22 17:13:49 +0200
  • 76d94b31f2 Branch on python 3.12+ shutil.rmtree in make_tempdir Adriane Boyd 2023-09-22 16:58:33 +0200
  • 1adf79414e Set cython profiling default to True for <3.12, False for >=3.12 Adriane Boyd 2023-09-12 08:52:15 +0200
  • 538304948e Remove profile=True from currently profiled cython Adriane Boyd 2023-09-12 08:50:01 +0200
  • 55614d6799 Add profile=False to currently unprofiled cython Adriane Boyd 2023-09-12 08:49:41 +0200
  • e52482a7ec
    Merge branch 'develop' into bump-spacy-transformers-1-3-x Adriane Boyd 2023-09-28 16:07:03 +0200
  • 36201cb6a1
    Merge pull request #13027 from adrianeboyd/chore/update-develop-from-master-v3.7-1 Adriane Boyd 2023-09-28 16:01:40 +0200
  • 406794a081 Merge remote-tracking branch 'upstream/master' into chore/update-develop-from-master-v3.7-1 Adriane Boyd 2023-09-28 15:09:06 +0200
  • beda27a91e
    Load the cli module lazily for spacy.info (#12962) v3.6.x Daniël de Kok 2023-09-28 11:36:44 +0200
  • 6255e38695
    Adding rolegal model to the spaCy universe (#13017) Sergiu Nisioi 2023-09-28 16:06:50 +0700
  • 743590544b Add test Adriane Boyd 2023-09-28 11:04:22 +0200
  • 6709950db6
    Update website/meta/universe.json Adriane Boyd 2023-09-28 10:55:52 +0200
  • c292950bc8
    Merge a3bf379cdd into b4501db6f8 Raphael Mitsch 2023-09-28 09:52:05 +0800
  • fb7859fa40 Allow spacy-transformers v1.3.x in transformers extra Matthew Hoffman 2023-09-27 15:40:04 -0700
  • fb187b8ce7 okay, let's add thumb instead of image 🐙 snisioi 2023-09-26 20:11:47 +0300
  • 26ec562e31 fix pip and update url to raw snisioi 2023-09-26 20:07:00 +0300
  • 4224b469c3 update image url and example snisioi 2023-09-26 20:02:13 +0300
  • 31ab725489 Update docs w.r.t. PaLM support. Raphael Mitsch 2023-09-26 11:28:35 +0200
  • c59aec949c
    Use raw URL Adriane Boyd 2023-09-26 09:16:50 +0200
  • 406991459a
    Fix formatting Adriane Boyd 2023-09-26 07:56:31 +0200
  • 516783b376 adding rolegal model to the spaCy universe snisioi 2023-09-26 07:58:55 +0300
  • d6bcb226f6 Update emoji library in rule-based matcher example (#13014) Madeesh Kannan 2023-09-25 18:20:30 +0200
  • b4501db6f8
    Update emoji library in rule-based matcher example (#13014) Madeesh Kannan 2023-09-25 18:20:30 +0200
  • ff4215f1c7
    Drop support for python 3.6 (#13009) Adriane Boyd 2023-09-25 14:48:38 +0200
  • b3eaf1431f
    Update emoji library in rule-based matcher example shadeMe 2023-09-25 13:53:58 +0200
  • 935a5455b6
    Docs: add new tag for evaluate CLI --spans-keys (#13013) Adriane Boyd 2023-09-25 11:49:28 +0200
  • ed8c11e2aa
    Fix typo in lemmatizer.py (#13003) Ikko Eltociear Ashimine 2023-09-25 18:44:35 +0900
  • 490dada21e Docs: add new tag for evaluate CLI --spans-keys Adriane Boyd 2023-09-25 11:39:32 +0200
  • 7db189d635 Merge remote-tracking branch 'upstream/master' into chore/update-develop-from-master-v3.7-1 Adriane Boyd 2023-09-25 11:30:32 +0200
  • 4e3360ad12
    add --spans-key option for CLI spancat evaluation (#12981) Eliana Vornov 2023-09-25 05:25:41 -0400
  • e9f0485015 Merge remote-tracking branch 'upstream/master' into chore/update-develop-from-master-v3.7-1 Adriane Boyd 2023-09-25 11:19:51 +0200
  • f7b85c68da Update docs Adriane Boyd 2023-09-25 10:27:28 +0200
  • f2d7c1cd48
    Rephrase docs to refer to Doc.spans instead of spancat Adriane Boyd 2023-09-25 09:38:49 +0200
  • effc2eae60
    Rephrase CLI help to refer to Doc.spans instead of spancat Adriane Boyd 2023-09-25 09:37:34 +0200
  • 9b51cd8a30 Drop support for python 3.6 Adriane Boyd 2023-09-25 09:23:55 +0200
  • e386f5684d
    Fix typo in lemmatizer.py Ikko Eltociear Ashimine 2023-09-25 00:04:20 +0900
  • bef9f63e13 Add gpt-3.5-turbo-instruct to list of supported OpenAI models. Raphael Mitsch 2023-09-21 11:28:58 +0200
  • 36fff74e6c Add disclaimer w.r.t. gated models/Llama 2. Raphael Mitsch 2023-09-21 10:33:59 +0200
  • 65dec94dab Update task arguments w.r.t. task refactoring in 0.5.0. Raphael Mitsch 2023-09-20 10:30:17 +0200
  • 830eba5426
    Merge pull request #12994 from explosion/docs/llm_main Raphael Mitsch 2023-09-20 10:05:40 +0200
  • 163ec6fba8
    Merge pull request #12993 from explosion/master Raphael Mitsch 2023-09-20 10:04:35 +0200
  • 4dd27e986d Add documentation for EL task. Raphael Mitsch 2023-09-19 14:02:50 +0200
  • 6a14fd3a1d add span key option for CLI evaluation Eliana Vornov 2023-09-13 13:35:19 -0400
  • 63f7df8a1c Fix in BertTokenizer docs (#12955) Sofie Van Landeghem 2023-09-13 13:21:58 +0200
  • 8f0d6b0a8c
    Fix in BertTokenizer docs (#12955) Sofie Van Landeghem 2023-09-13 13:21:58 +0200
  • 36d4767aca
    Skip project remotes test for python 3.12 (#12980) Adriane Boyd 2023-09-13 13:16:05 +0200
  • 2f70ffdacf Skip project remotes test for python 3.12 Adriane Boyd 2023-09-13 10:11:43 +0200
  • 38e63eb223
    Update website/docs/usage/linguistic-features.mdx Adriane Boyd 2023-09-11 17:54:52 +0200
  • fb59288d1c Few spacy-llm doc fixes (#12969) Sofie Van Landeghem 2023-09-08 11:35:38 +0200
  • 013762be41
    Few spacy-llm doc fixes (#12969) Sofie Van Landeghem 2023-09-08 11:35:38 +0200
  • c52dd968ce
    fix space Sofie Van Landeghem 2023-09-08 11:28:14 +0200
  • 899bef3fd0 typo svlandeg 2023-09-08 11:00:36 +0200
  • 04e2d12433 small edit to API models svlandeg 2023-09-08 10:54:49 +0200
  • 0705adef22 small edits to HF models svlandeg 2023-09-08 10:52:13 +0200
  • d4996b696a shorten task-specific factory list svlandeg 2023-09-08 10:51:59 +0200
  • 8d160ecbae fix construction example svlandeg 2023-09-08 10:45:38 +0200
  • 5abb9d5791 Docs for spacy-llm 0.5.0 (#12968) Sofie Van Landeghem 2023-09-08 10:25:14 +0200
  • def7013eec
    Docs for spacy-llm 0.5.0 (#12968) Sofie Van Landeghem 2023-09-08 10:25:14 +0200
  • e9da637d30
    Docs for spacy-llm 0.5.0 (#12967) Sofie Van Landeghem 2023-09-08 10:20:29 +0200
  • 06714404d2 clarify accuracy claim svlandeg 2023-09-08 10:16:37 +0200
  • 6138e4cc0b
    Typo fix Sofie Van Landeghem 2023-09-07 17:00:42 +0200
  • 04ef8f4bfa Refer only to latest OpenAI model versions from usage doc svlandeg 2023-09-07 14:56:53 +0200
  • 5daa3a2123 simplify Python example svlandeg 2023-09-07 14:55:54 +0200
  • ecc017bbbc simplify Python example svlandeg 2023-09-07 14:53:18 +0200
  • 6161591889
    Merge pull request #12966 from svlandeg/docs/llm Sofie Van Landeghem 2023-09-07 11:21:03 +0200
  • ae7f64f48c Merge branch 'master' into docs/llm svlandeg 2023-09-07 11:13:50 +0200
  • 58e026efcc
    Merge pull request #12965 from explosion/docs/llm_develop Sofie Van Landeghem 2023-09-07 11:07:51 +0200
  • bff70d8406 Load the cli module lazily for spacy.info Daniël de Kok 2023-09-06 13:15:56 +0200
  • 1c0205967d fix training.batch_size example (#12963) Magdalena Aniol 2023-09-06 16:38:13 +0200
  • cc78847688
    fix training.batch_size example (#12963) Magdalena Aniol 2023-09-06 16:38:13 +0200
  • 778eec47ef fix training.batch_size example magdaaniol 2023-09-06 16:30:29 +0200
  • 8815b2aff9
    add default config to openai models (#12961) Sofie Van Landeghem 2023-09-06 15:03:41 +0200
  • 30520765bf Ignore mypy type checking Hannes Krumbiegel 2023-09-06 13:29:04 +0200
  • 1b591013cf add default config to openai models svlandeg 2023-09-06 12:16:45 +0200
  • 952ae2c161 Fix formatting Hannes Krumbiegel 2023-09-06 09:25:00 +0200
  • f494e17d24 fix svlandeg 2023-09-05 13:26:09 +0200
  • 3bc564c28e fix BertWordPieceTokenizer constructor call svlandeg 2023-09-05 13:24:17 +0200
  • 807f36eaa1 Fix LLM usage example (#12950) Sofie Van Landeghem 2023-09-04 09:05:50 +0200
  • 23fd432f3f
    Update spacy/__init__.py Hannes Krumbiegel 2023-09-04 17:39:30 +0200
  • 6d1f6d9a23
    Fix LLM usage example (#12950) Sofie Van Landeghem 2023-09-04 09:05:50 +0200
  • 27d7a21a18 Add error handling if info function import fails Hannes Krumbiegel 2023-09-03 20:56:24 +0200
  • 65fd24e597 revert back to v2 to allow hot fix on main svlandeg 2023-09-01 15:01:43 +0200
  • 77057ef220 fix usage example svlandeg 2023-09-01 15:01:05 +0200
  • eb3cd9facc
    Add doc section on LLM + task factories (#12905) Raphael Mitsch 2023-09-01 14:43:16 +0200
  • 435e18e117
    Apply suggestions from code review Sofie Van Landeghem 2023-09-01 14:08:29 +0200
  • b52480f32e
    Docs for ner.v3 and spancat.v3 spacy-llm tasks (#12949) Sofie Van Landeghem 2023-09-01 14:03:22 +0200
  • f852c586f8 few more small fixes svlandeg 2023-09-01 13:59:38 +0200
  • 642a4de63f fix typo in link (#12948) Sofie Van Landeghem 2023-09-01 13:47:20 +0200
  • 5c1f9264c2
    fix typo in link (#12948) Sofie Van Landeghem 2023-09-01 13:47:20 +0200
  • d559de345f fix REL.v1 parameter svlandeg 2023-09-01 12:44:46 +0200
  • 4d7c677b2c remove TODO comment svlandeg 2023-09-01 12:39:26 +0200
  • fd025276e5 add further v3 explanations svlandeg 2023-09-01 12:36:40 +0200
  • e72eacd01d add spancat.v3 svlandeg 2023-09-01 12:23:54 +0200
  • c13f9ec933 v3 overview of parameters svlandeg 2023-09-01 12:07:48 +0200
  • e5f561565b fix typo in links svlandeg 2023-09-01 11:53:41 +0200
  • 99590803c6 fix typo in link svlandeg 2023-09-01 11:48:45 +0200
  • 3bc27aa22a update usage table with NER.v3 svlandeg 2023-09-01 11:30:01 +0200
  • 1d55de8b44 formatting svlandeg 2023-09-01 11:23:20 +0200
  • d501b819ce updated add_pipe docs (#12947) David Berenstein 2023-09-01 11:05:36 +0200