Th3r0 commited on
Commit
44b3042
·
verified ·
1 Parent(s): b0abe15

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ def AlbertUntrained_fn(text1, text2):
53
  # Handle calls to Deberta--------------------------------------------
54
  DebertaUntrained_pipe = pipeline("text-classification", model="microsoft/deberta-v3-xsmall")
55
  DebertanoLORA_pipe = pipeline("text-classification", model="rajevan123/STS-Conventional-Fine-Tuning")
56
- DebertawithLORA_pipe = pipeline( model=model, tokenizer=tokenizer2)
57
 
58
  #STS models
59
  def DebertanoLORA_fn(text1, text2):
 
53
  # Handle calls to Deberta--------------------------------------------
54
  DebertaUntrained_pipe = pipeline("text-classification", model="microsoft/deberta-v3-xsmall")
55
  DebertanoLORA_pipe = pipeline("text-classification", model="rajevan123/STS-Conventional-Fine-Tuning")
56
+ DebertawithLORA_pipe = pipeline("text-classification",model=model, tokenizer=tokenizer2)
57
 
58
  #STS models
59
  def DebertanoLORA_fn(text1, text2):