Update README.md
Browse files
README.md
CHANGED
@@ -37,7 +37,7 @@ tokenizer.save_pretrained("NepaliBPE")
|
|
37 |
### 3. Download Additional Scripts
|
38 |
```python
|
39 |
import requests
|
40 |
-
res
|
41 |
with open('previous_chapters.py', 'w') as f:
|
42 |
f.write(res.text)
|
43 |
```
|
|
|
37 |
### 3. Download Additional Scripts
|
38 |
```python
|
39 |
import requests
|
40 |
+
res=requests.get(r"https://raw.githubusercontent.com/Aananda-giri/LLAMA3-Nepali/main/4.%20inference/2_inference/previous_chapters.py")
|
41 |
with open('previous_chapters.py', 'w') as f:
|
42 |
f.write(res.text)
|
43 |
```
|