Upload model files
Browse files
README.md
CHANGED
@@ -1,19 +1,3 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
datasets:
|
4 |
-
- rungalileo/ragbench
|
5 |
-
language:
|
6 |
-
- en
|
7 |
-
metrics:
|
8 |
-
- accuracy
|
9 |
-
- precision
|
10 |
-
- recall
|
11 |
-
- f1
|
12 |
-
base_model:
|
13 |
-
- answerdotai/ModernBERT-base
|
14 |
-
pipeline_tag: text-classification
|
15 |
-
library_name: transformers
|
16 |
-
---
|
17 |
# chiliground-base-modernbert-v1
|
18 |
|
19 |
A sentence classification model for extracting relevant spans from documents based on a question.
|
@@ -65,4 +49,4 @@ This model was trained on a QA dataset to classify sentences as relevant or not
|
|
65 |
|
66 |
- The model works at the sentence level and may miss relevant spans that cross sentence boundaries
|
67 |
- Performance depends on the quality and relevance of the training data
|
68 |
-
- The model is designed for English text only
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# chiliground-base-modernbert-v1
|
2 |
|
3 |
A sentence classification model for extracting relevant spans from documents based on a question.
|
|
|
49 |
|
50 |
- The model works at the sentence level and may miss relevant spans that cross sentence boundaries
|
51 |
- Performance depends on the quality and relevance of the training data
|
52 |
+
- The model is designed for English text only
|