cpalenmichel
commited on
Commit
•
50306f2
1
Parent(s):
897560e
Update README.md
Browse files
README.md
CHANGED
@@ -22,7 +22,7 @@ This is a token classification model using BERT base uncased as the base model.
|
|
22 |
The model is fine-tuned on the (QueryNER training dataset)[https://huggingface.co/datasets/bltlab/queryner].
|
23 |
|
24 |
|
25 |
-
- **Developed by:**
|
26 |
- **Funded by:** eBay
|
27 |
- **Shared by:** (@cpalenmichel)[https://github.com/cpalenmichel]
|
28 |
- **Model type:** Token Classification / Sequence Labeling / Chunking
|
@@ -32,9 +32,9 @@ The model is fine-tuned on the (QueryNER training dataset)[https://huggingface.c
|
|
32 |
|
33 |
### Model Sources
|
34 |
|
35 |
-
Underlying model is based on
|
36 |
|
37 |
-
- **Repository:**
|
38 |
- **Paper:** Accepted at LREC-COLING Coming soon
|
39 |
|
40 |
## Uses
|
@@ -79,13 +79,13 @@ See paper for details.
|
|
79 |
## Evaluation
|
80 |
|
81 |
Evaluation details provided in the paper.
|
82 |
-
Scoring was done using (
|
83 |
|
84 |
### Testing Data, Factors & Metrics
|
85 |
|
86 |
#### Testing Data
|
87 |
|
88 |
-
QueryNER test set:
|
89 |
|
90 |
|
91 |
#### Factors
|
|
|
22 |
The model is fine-tuned on the (QueryNER training dataset)[https://huggingface.co/datasets/bltlab/queryner].
|
23 |
|
24 |
|
25 |
+
- **Developed by:** [BLT Lab](https://github.com/bltlab) in collaboration with eBay.
|
26 |
- **Funded by:** eBay
|
27 |
- **Shared by:** (@cpalenmichel)[https://github.com/cpalenmichel]
|
28 |
- **Model type:** Token Classification / Sequence Labeling / Chunking
|
|
|
32 |
|
33 |
### Model Sources
|
34 |
|
35 |
+
Underlying model is based on [BERT base-uncased](https://huggingface.co/google-bert/bert-base-uncased).
|
36 |
|
37 |
+
- **Repository:** [https://github.com/bltlab/query-ner](https://github.com/bltlab/query-ner)
|
38 |
- **Paper:** Accepted at LREC-COLING Coming soon
|
39 |
|
40 |
## Uses
|
|
|
79 |
## Evaluation
|
80 |
|
81 |
Evaluation details provided in the paper.
|
82 |
+
Scoring was done using [SeqScore](https://github.com/bltlab/seqscore) using the conlleval repair method for invalid label transition sequences.
|
83 |
|
84 |
### Testing Data, Factors & Metrics
|
85 |
|
86 |
#### Testing Data
|
87 |
|
88 |
+
QueryNER test set: [https://huggingface.co/datasets/bltlab/queryner](https://huggingface.co/datasets/bltlab/queryner)
|
89 |
|
90 |
|
91 |
#### Factors
|