AjayP13 commited on
Commit
c041635
·
verified ·
1 Parent(s): e24a23f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -41,9 +41,10 @@ generated_tweet = pipe(abstract, max_length=512)['generated_text']
41
  print(generated_tweet)
42
 
43
  # Output:
44
- # "Exciting news in #NLP! We've developed Low-Rank Adaptation, or LoRA, to reduce the number of
45
- # trainable parameters for downstream tasks. It reduces model weights by 10,000 times and GPU
46
- # memory by 3 times. #AI #MachineLearning"
 
47
  ```
48
 
49
  ---
 
41
  print(generated_tweet)
42
 
43
  # Output:
44
+ # "Exciting news in #NLP! We've developed Low-Rank Adaptation,
45
+ # or LoRA, to reduce the number of trainable parameters for
46
+ # downstream tasks. It reduces model weights by 10,000 times
47
+ # and GPU memory by 3 times. #AI #MachineLearning"
48
  ```
49
 
50
  ---