yirmibesogluz commited on
Commit
9295e45
1 Parent(s): 7510de1

Removed S2S NLU NLG models

Browse files
apps/categorization.py CHANGED
@@ -25,9 +25,6 @@ def write():
25
  "Model Selector",
26
  options=[
27
  "turna_classification_ttc4900",
28
- "turna_classification_ttc4900_NLU",
29
- "turna_classification_ttc4900_NLG",
30
- "turna_classification_ttc4900_S2S",
31
  ],
32
  index=0,
33
  )
 
25
  "Model Selector",
26
  options=[
27
  "turna_classification_ttc4900",
 
 
 
28
  ],
29
  index=0,
30
  )
apps/paraphrasing.py CHANGED
@@ -25,13 +25,7 @@ def write():
25
  "Model Selector",
26
  options=[
27
  "turna_paraphrasing_tatoeba",
28
- "turna_paraphrasing_tatoeba_NLU",
29
- "turna_paraphrasing_tatoeba_NLG",
30
- "turna_paraphrasing_tatoeba_S2S",
31
  "turna_paraphrasing_opensubtitles",
32
- "turna_paraphrasing_opensubtitles_NLU",
33
- "turna_paraphrasing_opensubtitles_NLG",
34
- "turna_paraphrasing_opensubtitles_S2S",
35
  ],
36
  index=0,
37
  )
 
25
  "Model Selector",
26
  options=[
27
  "turna_paraphrasing_tatoeba",
 
 
 
28
  "turna_paraphrasing_opensubtitles",
 
 
 
29
  ],
30
  index=0,
31
  )
apps/sentiment.py CHANGED
@@ -25,13 +25,7 @@ def write():
25
  "Model Selector",
26
  options=[
27
  "turna_classification_17bintweet_sentiment",
28
- "turna_classification_17bintweet_sentiment_NLU",
29
- "turna_classification_17bintweet_sentiment_NLG",
30
- "turna_classification_17bintweet_sentiment_S2S",
31
  "turna_classification_tr_product_reviews",
32
- "turna_classification_tr_product_reviews_NLU",
33
- "turna_classification_tr_product_reviews_NLG",
34
- "turna_classification_tr_product_reviews_S2S",
35
  ],
36
  index=0,
37
  )
 
25
  "Model Selector",
26
  options=[
27
  "turna_classification_17bintweet_sentiment",
 
 
 
28
  "turna_classification_tr_product_reviews",
 
 
 
29
  ],
30
  index=0,
31
  )
apps/sts.py CHANGED
@@ -25,9 +25,6 @@ def write():
25
  "Model Selector",
26
  options=[
27
  "turna_semantic_similarity_stsb_tr",
28
- "turna_semantic_similarity_stsb_tr_NLU",
29
- "turna_semantic_similarity_stsb_tr_NLG",
30
- "turna_semantic_similarity_stsb_tr_S2S"
31
  ],
32
  index=0,
33
  )
 
25
  "Model Selector",
26
  options=[
27
  "turna_semantic_similarity_stsb_tr",
 
 
 
28
  ],
29
  index=0,
30
  )