Update README.md
Browse files
README.md
CHANGED
@@ -28,7 +28,7 @@ print("Exact Match: ", match_result)
|
|
28 |
```
|
29 |
|
30 |
#### Transformer Match
|
31 |
-
Our fine-tuned BERT model is repository. Our Package also supports downloading and matching directly. More Matching transformer models will be available 🔥🔥🔥
|
32 |
|
33 |
```python
|
34 |
from qa_metrics.transformerMatcher import TransformerMatcher
|
|
|
28 |
```
|
29 |
|
30 |
#### Transformer Match
|
31 |
+
Our fine-tuned BERT model is this repository. Our Package also supports downloading and matching directly. More Matching transformer models will be available 🔥🔥🔥
|
32 |
|
33 |
```python
|
34 |
from qa_metrics.transformerMatcher import TransformerMatcher
|