Spaces:
Sleeping
Sleeping
Upload app.py
Browse files
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(
|
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):
|