We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f265cf5 commit 5c2cb19Copy full SHA for 5c2cb19
docs/howtos/customizations/testgenerator/_language_adaptation.md
@@ -43,7 +43,7 @@ len(docs)
43
44
45
46
-### Intialize required models
+### Initialize required models
47
48
49
```python
@@ -83,7 +83,7 @@ from ragas.testset.transforms.splitters import HeadlineSplitter
83
transforms = [HeadlineSplitter(), NERExtractor()]
84
```
85
86
-### Intialize test generator
+### Initialize test generator
87
88
89
0 commit comments