Skip to content

Commit

Permalink
[BUGFIX] Fix URL typos in links to zero shot learning examples. (#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsherstinsky authored Feb 28, 2024
1 parent 134d2e8 commit 49702c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/examples/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

Here, you'll find several examples of how to build models with Ludwig for a variety of tasks with LLMs, neural networks, and tree-based models. We provide sample datasets, commands, scripts, and Colab notebooks. Please [reach out](https://join.slack.com/t/ludwig-ai/shared_invite/zt-mrxo87w6-DlX5~73T2B4v_g6jj0pJcQ) if you have any questions!

💬 The **LLMs** section gives a broad overview of the full breadth of Ludwig's LLM capabilities like [zero-shot batch inference](/examples/llms/llm_zero_shot_text_generation/) and [fine-tuning Llama-2-7b](/examples/llms/llm_finetuning/).
💬 The **LLMs** section gives a broad overview of the full breadth of Ludwig's LLM capabilities like [zero-shot batch inference](../examples/llms/llm_zero_shot_text_generation/) and [fine-tuning Llama-2-7b](../examples/llms/llm_finetuning/).

🎯 The **Supervised ML** section has in-depth tutorials for how to use Ludwig's command line interface and Python API for machine learning in a supervised setting. Check out [Image Classification on MNIST](/examples/mnist/).
🎯 The **Supervised ML** section has in-depth tutorials for how to use Ludwig's command line interface and Python API for machine learning in a supervised setting. Check out [Image Classification on MNIST](../examples/mnist/).

🏛️ The **Use Cases** section illustrates how Ludwig can be applied to a variety of machine learning tasks, such as, natural language understanding, timeseries forecasting, multi-label classification to name just a few. Read about Ludwig models for [Sentiment Analysis](/examples/sentiment_analysis/).
🏛️ The **Use Cases** section illustrates how Ludwig can be applied to a variety of machine learning tasks, such as, natural language understanding, timeseries forecasting, multi-label classification to name just a few. Read about Ludwig models for [Sentiment Analysis](../examples/sentiment_analysis/).

Have fun exploring!

0 comments on commit 49702c2

Please sign in to comment.