Skip to content

Commit b3e90a5

Browse files
authored
Fix typos (#4024)
1 parent d386fa5 commit b3e90a5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Please see [contributing](https://github.com/ludwig-ai/ludwig/blob/master/CONTRI
5555

5656
# 🚂 Getting Started
5757

58-
Want to take a quick peak at some of the Ludwig 0.8 features? Check out this Colab Notebook 🚀 [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1lB4ALmEyvcMycE3Mlnsd7I3bc0zxvk39)
58+
Want to take a quick peek at some of the Ludwig 0.8 features? Check out this Colab Notebook 🚀 [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1lB4ALmEyvcMycE3Mlnsd7I3bc0zxvk39)
5959

6060
Looking to fine-tune Llama-2 or Mistral? Check out these notebooks:
6161

ludwig/benchmarking/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
### Some use cases
44

55
- Regression testing for ML experiments across releases and PRs.
6-
- Model performance testing for experimenting with new features and hyperparmeters.
6+
- Model performance testing for experimenting with new features and hyperparameters.
77
- Resource usage tracking for the full ML pipeline.
88

99
## Ludwig benchmarking CLI and API

ludwig/datasets/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ ______________________________________________________________________
7474
Gets a dictionary of model configs for the specified dataset. Keys are the config names, and may
7575
contain the special keys:
7676

77-
- `default` - The default config for the dataset. Should train to decent performance under 10 minutes on a tyipcal
77+
- `default` - The default config for the dataset. Should train to decent performance under 10 minutes on a typical
7878
laptop without GPU.
7979
- `best` - The best known config for the dataset. Should be replaced when a better config is found. This is a good
8080
opportunity for contributions, if you find a better one please check it in and open a PR!

0 commit comments

Comments
 (0)