Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -225,16 +225,12 @@ html_table = """
|
|
225 |
with the predictions from the first level serving as contextual
|
226 |
input for subsequent second-level classification. The project
|
227 |
is conducted with an exclusive focus on academic and research
|
228 |
-
objectives
|
229 |
-
|
230 |
-
For batch prediction we integrated Retriever-Augmented Generator (RAG)
|
231 |
approach. This approach enriches the prediction process
|
232 |
by incorporating contextual information from up to 5 preceding
|
233 |
lines in the dataset, significantly enhancing the model's
|
234 |
ability to understand and classify each entry in the context
|
235 |
-
of related data
|
236 |
-
|
237 |
-
Detailed metrics of the training process are as follows:
|
238 |
<code>TrainOutput(global_step=395, training_loss=1.1497593360611156,
|
239 |
metrics={'train_runtime': 650.0119, 'train_samples_per_second':
|
240 |
9.638, 'train_steps_per_second': 0.608, 'total_flos': 1648509163714560.0,
|
|
|
225 |
with the predictions from the first level serving as contextual
|
226 |
input for subsequent second-level classification. The project
|
227 |
is conducted with an exclusive focus on academic and research
|
228 |
+
objectives.<br>For batch prediction we integrated Retriever-Augmented Generator (RAG)
|
|
|
|
|
229 |
approach. This approach enriches the prediction process
|
230 |
by incorporating contextual information from up to 5 preceding
|
231 |
lines in the dataset, significantly enhancing the model's
|
232 |
ability to understand and classify each entry in the context
|
233 |
+
of related data.<br>Detailed metrics of the training process are as follows:
|
|
|
|
|
234 |
<code>TrainOutput(global_step=395, training_loss=1.1497593360611156,
|
235 |
metrics={'train_runtime': 650.0119, 'train_samples_per_second':
|
236 |
9.638, 'train_steps_per_second': 0.608, 'total_flos': 1648509163714560.0,
|