Instructions to use ji-xin/bert_base-RTE-two_stage with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ji-xin/bert_base-RTE-two_stage with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("ji-xin/bert_base-RTE-two_stage", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update eval_results.txt
Browse files- eval_results.txt +1 -0
eval_results.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
acc = 0.5523465703971119
|