Commit ·
d421d07
1
Parent(s): c68fce5
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -4,7 +4,11 @@ license: mit
|
|
| 4 |
model_id: Statement_Equivalence
|
| 5 |
developers: Matt Stammers
|
| 6 |
model_type: BERT-Base-Uncased
|
| 7 |
-
model_summary: This model Compares the similarity of two text objects.
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
shared_by: Matt Stammers
|
| 9 |
finetuned_from: Glue
|
| 10 |
repo: https://huggingface.co/MattStammers/Statement_Equivalence?text=I+like+you.+I+love+you
|
|
@@ -66,7 +70,7 @@ model-index:
|
|
| 66 |
|
| 67 |
<!-- Provide a quick summary of what the model is/does. -->
|
| 68 |
|
| 69 |
-
This model Compares the similarity of two text objects.
|
| 70 |
|
| 71 |
## Model Details
|
| 72 |
|
|
|
|
| 4 |
model_id: Statement_Equivalence
|
| 5 |
developers: Matt Stammers
|
| 6 |
model_type: BERT-Base-Uncased
|
| 7 |
+
model_summary: This model Compares the similarity of two text objects. It is the first
|
| 8 |
+
BERT model I have fine tuned so there may be bugs. The model labels should read
|
| 9 |
+
equivalent/not-equivalent but despite mapping the id2label variables they are presently
|
| 10 |
+
still displaying as label0/1 in the inference module. I may come back and fix this
|
| 11 |
+
at a later date.
|
| 12 |
shared_by: Matt Stammers
|
| 13 |
finetuned_from: Glue
|
| 14 |
repo: https://huggingface.co/MattStammers/Statement_Equivalence?text=I+like+you.+I+love+you
|
|
|
|
| 70 |
|
| 71 |
<!-- Provide a quick summary of what the model is/does. -->
|
| 72 |
|
| 73 |
+
This model Compares the similarity of two text objects. It is the first BERT model I have fine tuned so there may be bugs. The model labels should read equivalent/not-equivalent but despite mapping the id2label variables they are presently still displaying as label0/1 in the inference module. I may come back and fix this at a later date.
|
| 74 |
|
| 75 |
## Model Details
|
| 76 |
|