michael-sigamani commited on
Commit
213ff12
·
verified ·
1 Parent(s): a4dd5ac

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -12
README.md CHANGED
@@ -146,6 +146,8 @@ def classify_url(url: str) -> URLClassificationResult:
146
  label=label_map[result["label"]],
147
  confidence=result["score"]
148
  )
 
 
149
  Limitations and Bias
150
  Max URL Length: Model trained on 64-token sequences. Longer URLs are truncated.
151
  Domain Focus: Optimized for e-commerce and business websites
@@ -156,6 +158,7 @@ Uncommon TLDs
156
  Very short URLs
157
  Internationalized domain names
158
  Intended Use
 
159
  Primary Use Cases:
160
  URL filtering and categorization pipelines
161
  Lead qualification systems
@@ -176,6 +179,7 @@ Citation
176
  publisher = {HuggingFace},
177
  howpublished = {\url{https://huggingface.co/DiligentAI/urlbert-url-classifier}}
178
  }
 
179
  License
180
  MIT License
181
  Framework Versions
@@ -197,15 +201,4 @@ Performance metrics (metrics.json)
197
  Contact
198
  For issues, questions, or feedback:
199
  GitHub: DiligentAI/url-classifier
200
- Organization: DiligentAI
201
-
202
- This model card includes:
203
-
204
- 1. **Metadata** (YAML front matter) for HuggingFace widgets and indexing
205
- 2. **Model description** and purpose
206
- 3. **Complete training details** from your config
207
- 4. **Performance metrics** with quality gates
208
- 5. **Usage examples** (transformers, pipeline, Pydantic)
209
- 6. **Limitations** and intended use cases
210
- 7. **Citation** and licensing information
211
- 8. **Technical specifications** and dependencies
 
146
  label=label_map[result["label"]],
147
  confidence=result["score"]
148
  )
149
+ ```
150
+
151
  Limitations and Bias
152
  Max URL Length: Model trained on 64-token sequences. Longer URLs are truncated.
153
  Domain Focus: Optimized for e-commerce and business websites
 
158
  Very short URLs
159
  Internationalized domain names
160
  Intended Use
161
+
162
  Primary Use Cases:
163
  URL filtering and categorization pipelines
164
  Lead qualification systems
 
179
  publisher = {HuggingFace},
180
  howpublished = {\url{https://huggingface.co/DiligentAI/urlbert-url-classifier}}
181
  }
182
+
183
  License
184
  MIT License
185
  Framework Versions
 
201
  Contact
202
  For issues, questions, or feedback:
203
  GitHub: DiligentAI/url-classifier
204
+ Organization: DiligentAI