wasertech commited on
Commit
632f8a4
1 Parent(s): 11e4958

update nlp model

Browse files
Files changed (1) hide show
  1. singularity.py +1 -1
singularity.py CHANGED
@@ -125,7 +125,7 @@ No problem , it's my pleasure !
125
  def setup(
126
  self,
127
  api_token,
128
- nlp_model_id="chavinlo/alpaca-native",
129
  stt_model_id="facebook/wav2vec2-base-960h",
130
  tts_model_id="facebook/fastspeech2-en-ljspeech",
131
  ):
 
125
  def setup(
126
  self,
127
  api_token,
128
+ nlp_model_id="EleutherAI/pythia-intervention-1.4b-deduped",
129
  stt_model_id="facebook/wav2vec2-base-960h",
130
  tts_model_id="facebook/fastspeech2-en-ljspeech",
131
  ):