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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -4
README.md CHANGED
@@ -41,10 +41,7 @@ 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,
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
  ---
 
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 trainable parameters for downstream tasks. It reduces model weights by 10,000 times and GPU memory by 3 times. #AI #MachineLearning"
 
 
 
45
  ```
46
 
47
  ---