Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
# 03062025_V2_UMAP_Embedding_Classifier
|
2 |
---
|
3 |
language:
|
4 |
- en
|
@@ -13,19 +12,21 @@ metrics:
|
|
13 |
datasets:
|
14 |
- 112_Tiering_Questions_02.28.2025.json
|
15 |
model-index:
|
16 |
-
- name:
|
17 |
results:
|
18 |
- task:
|
19 |
type: text-classification
|
20 |
name: Binary Classification
|
21 |
dataset:
|
22 |
-
name:
|
23 |
type: tabular
|
24 |
metrics:
|
25 |
- type: accuracy
|
26 |
value: 0.9565
|
27 |
---
|
28 |
|
|
|
|
|
29 |
This repository contains two final AutoGluon TabularPredictor models (binary and multi-class) built using UMAP-reduced embeddings from the [Alibaba-NLP/gte-large-en-v1.5](https://huggingface.co/Alibaba-NLP/gte-large-en-v1.5) model.
|
30 |
|
31 |
## Key Details
|
|
|
|
|
1 |
---
|
2 |
language:
|
3 |
- en
|
|
|
12 |
datasets:
|
13 |
- 112_Tiering_Questions_02.28.2025.json
|
14 |
model-index:
|
15 |
+
- name: 03062025_V2_UMAP_Embedding_Classifier
|
16 |
results:
|
17 |
- task:
|
18 |
type: text-classification
|
19 |
name: Binary Classification
|
20 |
dataset:
|
21 |
+
name: 112_Tiering_Questions_02.28.2025.json
|
22 |
type: tabular
|
23 |
metrics:
|
24 |
- type: accuracy
|
25 |
value: 0.9565
|
26 |
---
|
27 |
|
28 |
+
# 03062025_V2_UMAP_Embedding_Classifier
|
29 |
+
|
30 |
This repository contains two final AutoGluon TabularPredictor models (binary and multi-class) built using UMAP-reduced embeddings from the [Alibaba-NLP/gte-large-en-v1.5](https://huggingface.co/Alibaba-NLP/gte-large-en-v1.5) model.
|
31 |
|
32 |
## Key Details
|