thepolymerguy commited on
Commit
09d37d3
1 Parent(s): 9a33746

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ def bot(history):
15
 
16
  """
17
 
18
- Alpaca model trained: example (n.b. can upload mine as a HF model to load from?):
19
  Required:
20
  !pip install -q datasets loralib sentencepiece
21
  !pip install -q git+https://github.com/zphang/transformers@c3dc391
 
15
 
16
  """
17
 
18
+ Place holder alpaca model trained example:
19
  Required:
20
  !pip install -q datasets loralib sentencepiece
21
  !pip install -q git+https://github.com/zphang/transformers@c3dc391