Dagobert42 commited on
Commit
6015c85
1 Parent(s): 0c62ce7

introducing new top classifier

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ if "augment" not in session_state:
14
  base_model = "xlnet-base-cased"
15
  sentences = load_sentences()
16
  baseline_classifier = load_model(f"Dagobert42/{base_model}-biored-finetuned")
17
- augmented_classifier = load_model(f"Dagobert42/{base_model}-biored-augmented")
18
 
19
  st.title("Semantic Frame Augmentation")
20
  st.subheader("Analysing challenging domains with only a handful of examples")
 
14
  base_model = "xlnet-base-cased"
15
  sentences = load_sentences()
16
  baseline_classifier = load_model(f"Dagobert42/{base_model}-biored-finetuned")
17
+ augmented_classifier = load_model(f"Dagobert42/{base_model}-biored-augmented-super")
18
 
19
  st.title("Semantic Frame Augmentation")
20
  st.subheader("Analysing challenging domains with only a handful of examples")