Update README.md
Browse files
README.md
CHANGED
@@ -28,5 +28,5 @@ You can use this model directly with a pipeline
|
|
28 |
>>> pipe = pipeline("text-classification", model="Isotonic/deberta-v3-base-market")
|
29 |
>>> text = "identify candle: open: 21788.19, close: 21900, high: 21965.23, low: 21788.19"
|
30 |
>>> pipe(text)
|
31 |
-
|
32 |
```
|
|
|
28 |
>>> pipe = pipeline("text-classification", model="Isotonic/deberta-v3-base-market")
|
29 |
>>> text = "identify candle: open: 21788.19, close: 21900, high: 21965.23, low: 21788.19"
|
30 |
>>> pipe(text)
|
31 |
+
[{'label': 'Bullish', 'score': 0.9999979734420776}]
|
32 |
```
|