LeiPricingManager commited on
Commit
7357c41
·
verified ·
1 Parent(s): 33b9f43

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -0
README.md CHANGED
@@ -1,4 +1,30 @@
1
  # 03062025_V2_UMAP_Embedding_Classifier
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
 
3
  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.
4
 
 
1
  # 03062025_V2_UMAP_Embedding_Classifier
2
+ ---
3
+ language:
4
+ - en
5
+ license: apache-2.0
6
+ library_name: fastai
7
+ tags:
8
+ - binary-classification
9
+ - embeddings
10
+ - umap
11
+ metrics:
12
+ - accuracy
13
+ datasets:
14
+ - 112_Tiering_Questions_02.28.2025.json
15
+ model-index:
16
+ - name: "03062025_V2_UMAP_Embedding_Classifier"
17
+ results:
18
+ - task:
19
+ type: text-classification
20
+ name: Binary Classification
21
+ dataset:
22
+ name: "112_Tiering_Questions_02.28.2025.json"
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