Update README.md
Browse files
README.md
CHANGED
|
@@ -44,7 +44,7 @@ The model can be used directly to estimate price movement signals from news head
|
|
| 44 |
## How to Get Started with the Model
|
| 45 |
|
| 46 |
Use the code below to get started with the model.
|
| 47 |
-
|
| 48 |
from transformers import pipeline
|
| 49 |
|
| 50 |
pipe = pipeline("text-classification", model="SelmaNajih001/SentimentBasedOnPriceVariation")
|
|
|
|
| 44 |
## How to Get Started with the Model
|
| 45 |
|
| 46 |
Use the code below to get started with the model.
|
| 47 |
+
```python
|
| 48 |
from transformers import pipeline
|
| 49 |
|
| 50 |
pipe = pipeline("text-classification", model="SelmaNajih001/SentimentBasedOnPriceVariation")
|