Skip to content

Commit

Permalink
docs: update _language_adaptation.md (#1839)
Browse files Browse the repository at this point in the history
Intialize -> Initialize
  • Loading branch information
eltociear authored Jan 13, 2025
1 parent f265cf5 commit 5c2cb19
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ len(docs)



### Intialize required models
### Initialize required models


```python
Expand Down Expand Up @@ -83,7 +83,7 @@ from ragas.testset.transforms.splitters import HeadlineSplitter
transforms = [HeadlineSplitter(), NERExtractor()]
```

### Intialize test generator
### Initialize test generator


```python
Expand Down

0 comments on commit 5c2cb19

Please sign in to comment.