Zongxia commited on
Commit
69ed7cf
·
verified ·
1 Parent(s): c6e172c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -40,7 +40,7 @@ print("Exact Match: ", match_result)
40
  ```
41
 
42
  #### Transformer Match
43
- Our fine-tuned BERT model is this repository. Our Package also supports downloading and matching directly. [distilroberta](https://huggingface.co/Zongxia/answer_equivalence_distilroberta), [distilbert](https://huggingface.co/Zongxia/answer_equivalence_distilbert), and roberta are also supported now! 🔥🔥🔥
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