ayjays132 commited on
Commit
1920d52
1 Parent(s): 3b03cda

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -117,7 +117,6 @@ generated_response = tokenizer.decode(output_ids[0], skip_special_tokens=True)
117
 
118
  # Print the generated response
119
  print("Generated Response:", generated_response)
120
- ```
121
 
122
  ## Experience the Magic ✨
123
 
@@ -132,7 +131,7 @@ Embark on a scholarly quest to unlock the potential of your AI model, "ayjays132
132
  ### The Script Unveiled: CustomModelLoader.py
133
  This script is your trusty companion in the AI landscape, designed to effortlessly awaken your pre-trained model from its slumber in the Hugging Face Hub. Here's a peek into its core:
134
 
135
- ```python
136
  # CustomModelLoader.py
137
 
138
  import torch
 
117
 
118
  # Print the generated response
119
  print("Generated Response:", generated_response)
 
120
 
121
  ## Experience the Magic ✨
122
 
 
131
  ### The Script Unveiled: CustomModelLoader.py
132
  This script is your trusty companion in the AI landscape, designed to effortlessly awaken your pre-trained model from its slumber in the Hugging Face Hub. Here's a peek into its core:
133
 
134
+ ```
135
  # CustomModelLoader.py
136
 
137
  import torch