Update README.md
Browse files
README.md
CHANGED
@@ -40,7 +40,7 @@ print("Exact Match: ", match_result)
|
|
40 |
```
|
41 |
|
42 |
#### Transformer Match
|
43 |
-
Our fine-tuned BERT model is
|
44 |
|
45 |
```python
|
46 |
from qa_metrics.transformerMatcher import TransformerMatcher
|
|
|
40 |
```
|
41 |
|
42 |
#### Transformer Match
|
43 |
+
Our fine-tuned BERT model is on 🤗 [Huggingface](https://huggingface.co/Zongxia/answer_equivalence_bert?text=The+goal+of+life+is+%5BMASK%5D.). Our Package also supports downloading and matching directly. [distilroberta](https://huggingface.co/Zongxia/answer_equivalence_distilroberta), [distilbert](https://huggingface.co/Zongxia/answer_equivalence_distilbert), [roberta](https://huggingface.co/Zongxia/answer_equivalence_roberta), and [roberta-large](https://huggingface.co/Zongxia/answer_equivalence_roberta-large) are also supported now! 🔥🔥🔥
|
44 |
|
45 |
```python
|
46 |
from qa_metrics.transformerMatcher import TransformerMatcher
|