AchrafSoltani commited on
Commit
b0cab40
·
verified ·
1 Parent(s): 573e32c

Update model card: paper retitled to 'Distributed NER on Spark'; repo renamed to achrafsoltani/distributed-ner-on-spark

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -18,7 +18,7 @@ metrics:
18
 
19
  # jobbert-ner-haiku-v1
20
 
21
- Distilled Named Entity Recognition model for English-language job postings. One of six students produced for the paper *Distributed Agentic NER on Spark: A Teacher-Student Pipeline for Large-Scale Entity Extraction from Job Postings* (Soltani 2026).
22
 
23
  - **Teacher:** Claude Haiku 4.5 (labels acquired via AWS Bedrock)
24
  - **Architecture:** jjzha/jobbert-base-cased fine-tuned for 8-class token classification
@@ -139,10 +139,10 @@ This model extracts entities from job postings, a document class whose downstrea
139
  ```bibtex
140
  @unpublished{soltani2026distilledner,
141
  author = {Achraf Soltani},
142
- title = {Distributed Agentic NER on Spark: A Teacher-Student Pipeline for Large-Scale Entity Extraction from Job Postings},
143
  year = {2026},
144
  note = {Advisor: Prof.\ Hanine Mohamed},
145
- url = {https://github.com/AchrafSoltani/distributed-agentic-ner-on-spark},
146
  }
147
  ```
148
 
 
18
 
19
  # jobbert-ner-haiku-v1
20
 
21
+ Distilled Named Entity Recognition model for English-language job postings. One of six students produced for the paper *Distributed NER on Spark: A Teacher-Student Pipeline for Large-Scale Entity Extraction from Job Postings* (Soltani 2026).
22
 
23
  - **Teacher:** Claude Haiku 4.5 (labels acquired via AWS Bedrock)
24
  - **Architecture:** jjzha/jobbert-base-cased fine-tuned for 8-class token classification
 
139
  ```bibtex
140
  @unpublished{soltani2026distilledner,
141
  author = {Achraf Soltani},
142
+ title = {Distributed NER on Spark: A Teacher-Student Pipeline for Large-Scale Entity Extraction from Job Postings},
143
  year = {2026},
144
  note = {Advisor: Prof.\ Hanine Mohamed},
145
+ url = {https://github.com/achrafsoltani/distributed-ner-on-spark},
146
  }
147
  ```
148