Madhour commited on
Commit
63ed614
1 Parent(s): f7321be

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -3
README.md CHANGED
@@ -20,8 +20,6 @@ inference:
20
  parameters:
21
  temperature: 90.0
22
  return_full_text: False
23
- repetition_penalty: 20
24
-
25
 
26
  ---
27
  # Conditional ELI5 Generator
@@ -32,7 +30,7 @@ The model is mainly used for [SeemsPhishy](https://github.com/madhour/seemsphish
32
 
33
  # How to use
34
 
35
- ```
36
  from transformers import pipeline, AutoTokenizer, AutoModelForCausalLM
37
  from torch import tensor
38
 
 
20
  parameters:
21
  temperature: 90.0
22
  return_full_text: False
 
 
23
 
24
  ---
25
  # Conditional ELI5 Generator
 
30
 
31
  # How to use
32
 
33
+ ```Python
34
  from transformers import pipeline, AutoTokenizer, AutoModelForCausalLM
35
  from torch import tensor
36