deetsml commited on
Commit
a3ea54b
·
1 Parent(s): 66fd6b6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- pipeline_tag: zero-shot-classification
3
  tags:
4
  - sentence-transformers
5
  - transformers
@@ -101,6 +101,7 @@ The model was trained with the parameters:
101
  Parameters of the fit()-Method:
102
  ```
103
  {
 
104
  "epochs": 1,
105
  "evaluation_steps": 0,
106
  "evaluator": "NoneType",
 
1
  ---
2
+ pipeline_tag: text-classification
3
  tags:
4
  - sentence-transformers
5
  - transformers
 
101
  Parameters of the fit()-Method:
102
  ```
103
  {
104
+ "multi_target_strategy": "multi-output",
105
  "epochs": 1,
106
  "evaluation_steps": 0,
107
  "evaluator": "NoneType",