RobPruzan commited on
Commit
76b691d
1 Parent(s): 0ac81a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -328,7 +328,7 @@ interface = gr.Interface(
328
  rounded=True,
329
  container=True,
330
  article="""
331
- Fine-Tuned Distil Bert- Automatically determining how difficult something is to read is a difficult task as underlying semantics are relevant.
332
  To efficiently compute text difficulty, a Distil-Bert pre-trained model is fine-tuned for regression using The CommonLit Ease of Readability (CLEAR)
333
  Corpus. https://educationaldatamining.org/EDM2021/virtual/static/pdf/EDM21_paper_35.pdf This dataset contains over 110,000 pairwise comparisons of
334
  ~1100 teachers responded to the question, "Which text is easier for students to understand?". This model is trained end-end (regression layer down to
 
328
  rounded=True,
329
  container=True,
330
  article="""
331
+ Text Difficulty Score- Using a fine-tuned Distil-Bert model, we automatically determine how difficult something is to read while incorporating underlying semantics.
332
  To efficiently compute text difficulty, a Distil-Bert pre-trained model is fine-tuned for regression using The CommonLit Ease of Readability (CLEAR)
333
  Corpus. https://educationaldatamining.org/EDM2021/virtual/static/pdf/EDM21_paper_35.pdf This dataset contains over 110,000 pairwise comparisons of
334
  ~1100 teachers responded to the question, "Which text is easier for students to understand?". This model is trained end-end (regression layer down to