antreaspiece commited on
Commit
5fae50c
·
verified ·
1 Parent(s): e832eae

Add model card for pretrained backbone

Browse files
Files changed (1) hide show
  1. README.md +45 -0
README.md ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: pytorch
3
+ tags:
4
+ - contrastive-learning
5
+ - tag-classification
6
+ - semantic-search
7
+ - embeddings
8
+ - persona-conditioned
9
+ - pretrained-backbone
10
+ ---
11
+
12
+ # modernbert-base-tag-classification
13
+
14
+ This is a **pretrained backbone model** (answerdotai/ModernBERT-base) used for tag classification via contrastive learning.
15
+
16
+ ## Model Description
17
+
18
+ This model uses the `answerdotai/ModernBERT-base` backbone directly without fine-tuning. It's designed for zero-shot tag classification tasks where you want to use a pretrained embedding model for semantic similarity computation.
19
+
20
+ ## Usage
21
+
22
+ See the README.md for detailed usage examples using our module abstractions.
23
+
24
+ ## Model Architecture
25
+
26
+ - **Backbone**: `answerdotai/ModernBERT-base`
27
+ - **Type**: Pretrained backbone (no fine-tuning)
28
+ - **Embedding Dimension**: Varies by backbone model
29
+
30
+ ## Citation
31
+
32
+ If you use this model, please cite:
33
+
34
+ ```bibtex
35
+ @software{{tag_module,
36
+ title = {{TAG Module: Persona-Conditioned Contrastive Learning for Tag Classification}},
37
+ author = {{Your Name}},
38
+ year = {{2025}},
39
+ url = {{https://github.com/yourusername/tag-module}}
40
+ }}
41
+ ```
42
+
43
+ ## License
44
+
45
+ Please refer to the original model license for the backbone model.