License statement added
Browse files
README.md
CHANGED
|
@@ -1,5 +1,4 @@
|
|
| 1 |
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
tags:
|
| 4 |
- setfit
|
| 5 |
- sentence-transformers
|
|
@@ -26,6 +25,7 @@ the HF [Argilla](https://argilla.io) space https://huggingface.co/spaces/mserras
|
|
| 26 |
To this end, a custom tag is proposed: "unprocessable" which corresponds to instruction/input/output triplets that require processing image, fetching information from the
|
| 27 |
open web and similar tasks where the LLM has no capability action, thus, ending in hallucinations or strange outcomes.
|
| 28 |
|
|
|
|
| 29 |
|
| 30 |
## Usage
|
| 31 |
|
|
@@ -68,6 +68,7 @@ unprocessable_score = model.predict_proba([sample_to_text(argilla_record)])[0].t
|
|
| 68 |
- [09/04/2023] SQL code generation, date conversion, percentual discounts and renewable energies no longer detected as unprocessable.
|
| 69 |
- [06/04/2023] It no longer detects password generation as unprocessable.
|
| 70 |
|
|
|
|
| 71 |
|
| 72 |
## BibTeX entry and citation info
|
| 73 |
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
tags:
|
| 3 |
- setfit
|
| 4 |
- sentence-transformers
|
|
|
|
| 25 |
To this end, a custom tag is proposed: "unprocessable" which corresponds to instruction/input/output triplets that require processing image, fetching information from the
|
| 26 |
open web and similar tasks where the LLM has no capability action, thus, ending in hallucinations or strange outcomes.
|
| 27 |
|
| 28 |
+
As this model was trained over samples of Alpaca, which were generated using ChatGPT3.5 this model **cannot be used for commercial purposes or to compete against OpenAI**
|
| 29 |
|
| 30 |
## Usage
|
| 31 |
|
|
|
|
| 68 |
- [09/04/2023] SQL code generation, date conversion, percentual discounts and renewable energies no longer detected as unprocessable.
|
| 69 |
- [06/04/2023] It no longer detects password generation as unprocessable.
|
| 70 |
|
| 71 |
+
## Authors
|
| 72 |
|
| 73 |
## BibTeX entry and citation info
|
| 74 |
|