Aananda-giri commited on
Commit
19fa3b4
·
verified ·
1 Parent(s): da66f66

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -37,7 +37,7 @@ tokenizer.save_pretrained("NepaliBPE")
37
  ### 3. Download Additional Scripts
38
  ```python
39
  import requests
40
- res = requests.get("https://raw.githubusercontent.com/Aananda-giri/LLAMA3-Nepali/main/3.%20training_loop/previous_chapters.py")
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
  ```