dh-mc commited on
Commit
25da7d3
·
1 Parent(s): 83aa28d

changed to RR

Browse files
app.py CHANGED
@@ -120,7 +120,7 @@ def respond(
120
  partial_text += f"1. Repetition Score: {repetition_score:.3f}\n"
121
  partial_text += f"1. Total Repetitions: {total_repetitions:.3f}\n"
122
  partial_text += (
123
- f"1. Non-Repetitive Ratio: {1 - total_repetitions / len(answer):.3f}\n"
124
  )
125
 
126
  partial_text += "\n\n Performance Metrics:\n"
 
120
  partial_text += f"1. Repetition Score: {repetition_score:.3f}\n"
121
  partial_text += f"1. Total Repetitions: {total_repetitions:.3f}\n"
122
  partial_text += (
123
+ f"1. Repetition Ratio: {total_repetitions / len(answer):.3f}\n"
124
  )
125
 
126
  partial_text += "\n\n Performance Metrics:\n"
notebooks/03c_RAPGeT_v2_Data Analysis.ipynb CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:26dcf7f7d287ca5c6135b26533495ec4d56ed3b0a7eac7d0e10f12aec4d95257
3
- size 1714764
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3482b442ad9f3877172f96f8d90645b882a95217755d0d1df605c7c467c3901
3
+ size 2643860