Playingyoyo commited on
Commit
3d33457
·
verified ·
1 Parent(s): c5fdb97

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -40,7 +40,7 @@ from transformers import pipeline
40
  # Initialize GPepT for text generation
41
  GPepT = pipeline('text-generation', model="Playingyoyo/GPepT")
42
 
43
- # Generate sequences (expressed in tokens, average ~4 amino acids per token)
44
  sequences = GPepT("<|endoftext|>",
45
  max_length=25,
46
  do_sample=True,
 
40
  # Initialize GPepT for text generation
41
  GPepT = pipeline('text-generation', model="Playingyoyo/GPepT")
42
 
43
+ # Generate sequences
44
  sequences = GPepT("<|endoftext|>",
45
  max_length=25,
46
  do_sample=True,