Text Classification
Transformers
Safetensors
English
bert
question-answering
evaluation
text
text-embeddings-inference
Instructions to use zli12321/answer_equivalence_tiny_bert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use zli12321/answer_equivalence_tiny_bert with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="zli12321/answer_equivalence_tiny_bert")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("zli12321/answer_equivalence_tiny_bert") model = AutoModelForSequenceClassification.from_pretrained("zli12321/answer_equivalence_tiny_bert") - Notebooks
- Google Colab
- Kaggle
updated models
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 38370824
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2d75d1c5714b1a47b96c976a4e7b02382d79c7527c87455fb1c50fcbb4440784
|
| 3 |
size 38370824
|