Updated README file to remove references to a Quora dataset (#5)
Browse files- Updated README file to remove references to a Quora dataset (68a72815b9a12a65f9f822e68a7ad86ec597e36f)
README.md
CHANGED
|
@@ -19,7 +19,7 @@ model-index:
|
|
| 19 |
type: my-binary-classification
|
| 20 |
name: My Binary Classification
|
| 21 |
dataset:
|
| 22 |
-
name:
|
| 23 |
type: unknown
|
| 24 |
metrics:
|
| 25 |
- type: cosine_accuracy
|
|
@@ -52,7 +52,7 @@ This is a [sentence-transformers](https://www.SBERT.net) model finetuned from [A
|
|
| 52 |
- **Output Dimensionality:** 768 dimensions
|
| 53 |
- **Similarity Function:** Cosine Similarity
|
| 54 |
- **Training Dataset:**
|
| 55 |
-
-
|
| 56 |
<!-- - **Language:** Unknown -->
|
| 57 |
<!-- - **License:** Unknown -->
|
| 58 |
|
|
@@ -115,18 +115,18 @@ print(similarities.shape)
|
|
| 115 |
|
| 116 |
### Training Dataset
|
| 117 |
|
| 118 |
-
####
|
| 119 |
|
| 120 |
-
* Dataset:
|
| 121 |
-
* Size:
|
| 122 |
* Columns: <code>question_1</code>, <code>question_2</code>, and <code>label</code>
|
| 123 |
|
| 124 |
### Evaluation Dataset
|
| 125 |
|
| 126 |
-
####
|
| 127 |
|
| 128 |
-
* Dataset:
|
| 129 |
-
* Size:
|
| 130 |
* Columns: <code>question_1</code>, <code>question_2</code>, and <code>label</code>
|
| 131 |
|
| 132 |
## Citation
|
|
|
|
| 19 |
type: my-binary-classification
|
| 20 |
name: My Binary Classification
|
| 21 |
dataset:
|
| 22 |
+
name: Medical
|
| 23 |
type: unknown
|
| 24 |
metrics:
|
| 25 |
- type: cosine_accuracy
|
|
|
|
| 52 |
- **Output Dimensionality:** 768 dimensions
|
| 53 |
- **Similarity Function:** Cosine Similarity
|
| 54 |
- **Training Dataset:**
|
| 55 |
+
- Medical dataset
|
| 56 |
<!-- - **Language:** Unknown -->
|
| 57 |
<!-- - **License:** Unknown -->
|
| 58 |
|
|
|
|
| 115 |
|
| 116 |
### Training Dataset
|
| 117 |
|
| 118 |
+
#### Medical
|
| 119 |
|
| 120 |
+
* Dataset: Medical dataset
|
| 121 |
+
* Size:
|
| 122 |
* Columns: <code>question_1</code>, <code>question_2</code>, and <code>label</code>
|
| 123 |
|
| 124 |
### Evaluation Dataset
|
| 125 |
|
| 126 |
+
#### Medical
|
| 127 |
|
| 128 |
+
* Dataset: Medical dataset
|
| 129 |
+
* Size:
|
| 130 |
* Columns: <code>question_1</code>, <code>question_2</code>, and <code>label</code>
|
| 131 |
|
| 132 |
## Citation
|