Update README.md
Browse files
README.md
CHANGED
@@ -68,15 +68,29 @@ inference:
|
|
68 |
|
69 |
---
|
70 |
|
71 |
-
<div align="center">
|
72 |
-
<img src="./Thumbnail.png" alt="Model Thumbnail" style="max-width: 100%; height: auto; margin: 20px auto; display: block;">
|
73 |
</div>
|
74 |
|
|
|
|
|
|
|
75 |
|
76 |
# 🎯 ModernBERT Actuarial Skills Classifier: Your Career Planning Assistant
|
77 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
78 |
---
|
79 |
|
|
|
|
|
80 |
## 🚩 Model Description
|
81 |
|
82 |
**ModernBERT-actuarial-skills-classifier** is a fine-tuned ModernBERT-base model trained on over 7,000 actuarial job postings, purpose-built to extract and identify actuarial competencies and technical skills from natural language descriptions. It powers career planning, skills gap analysis, and learning roadmap generation for actuarial professionals and students.
|
@@ -207,7 +221,7 @@ for idx in predicted_indices:
|
|
207 |
|
208 |
This model is part of an actuarial AI ecosystem:
|
209 |
|
210 |
-
- **Interactive Demo:** [Skills
|
211 |
- **Model Repository:** [modernbert-actuarial-skills-classifier](https://huggingface.co/manuelcaccone/modernbert-actuarial-skills-classifier)
|
212 |
- **Base Model:** [ModernBERT-base](https://huggingface.co/answerdotai/ModernBERT-base)
|
213 |
|
|
|
68 |
|
69 |
---
|
70 |
|
|
|
|
|
71 |
</div>
|
72 |
|
73 |
+
<div align="center">
|
74 |
+
<img src="./Thumbnail.png" alt="Actuarial Skills Classifier" style="max-width: 800px; width: 100%; height: auto; border-radius: 10px; margin: 20px auto; display: block; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);">
|
75 |
+
</div>
|
76 |
|
77 |
# 🎯 ModernBERT Actuarial Skills Classifier: Your Career Planning Assistant
|
78 |
|
79 |
+
<div align="center">
|
80 |
+
|
81 |
+
### 🚀 Try It Now - Interactive Demo!
|
82 |
+
|
83 |
+
[](https://huggingface.co/spaces/manuelcaccone/actuarial-skills-horoscope)
|
84 |
+
|
85 |
+
**Discover the actuarial and programming skills you need—instantly.**
|
86 |
+
|
87 |
+
Type any job description or career goal and watch relevant skills appear with confidence scores.
|
88 |
+
Built on 7,000+ real actuarial job postings.
|
89 |
+
|
90 |
---
|
91 |
|
92 |
+
</div>
|
93 |
+
|
94 |
## 🚩 Model Description
|
95 |
|
96 |
**ModernBERT-actuarial-skills-classifier** is a fine-tuned ModernBERT-base model trained on over 7,000 actuarial job postings, purpose-built to extract and identify actuarial competencies and technical skills from natural language descriptions. It powers career planning, skills gap analysis, and learning roadmap generation for actuarial professionals and students.
|
|
|
221 |
|
222 |
This model is part of an actuarial AI ecosystem:
|
223 |
|
224 |
+
- **Interactive Demo:** [Actuarial Skills Horoscope Space](https://huggingface.co/spaces/manuelcaccone/actuarial-skills-horoscope)
|
225 |
- **Model Repository:** [modernbert-actuarial-skills-classifier](https://huggingface.co/manuelcaccone/modernbert-actuarial-skills-classifier)
|
226 |
- **Base Model:** [ModernBERT-base](https://huggingface.co/answerdotai/ModernBERT-base)
|
227 |
|