Update README.md
Browse files
README.md
CHANGED
|
@@ -1 +1,9 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
datasets:
|
| 4 |
+
- SetFit/mrpc
|
| 5 |
+
pipeline_tag: sentence-similarity
|
| 6 |
+
tags:
|
| 7 |
+
- code
|
| 8 |
+
---
|
| 9 |
+
This is the dummy model following the [huggingface NLP course](https://huggingface.co/learn/nlp-course/chapter4/3?fw=pt#the-git-based-approach).
|