Update README.md
Browse files
README.md
CHANGED
|
@@ -62,14 +62,6 @@ This model should not be used to infer stock prices or financial advice. It only
|
|
| 62 |
Users should validate predictions with financial data sources. This model should be one component in a broader information system.
|
| 63 |
|
| 64 |
---
|
| 65 |
-
|
| 66 |
-
## How to Get Started with the Model
|
| 67 |
-
|
| 68 |
-
```python
|
| 69 |
-
from transformers import pipeline
|
| 70 |
-
|
| 71 |
-
classifier = pipeline("text-classification", model="your-username/prediction-filter-bist30")
|
| 72 |
-
classifier("AKBNK will reach 55 TL next week!")
|
| 73 |
## Training Details
|
| 74 |
|
| 75 |
### Training Data
|
|
@@ -86,4 +78,12 @@ Data was collected and labeled manually from Twitter.
|
|
| 86 |
author={Konur, Damla},
|
| 87 |
year={2025},
|
| 88 |
url={https://huggingface.co/your-username/prediction-filter-bist30}
|
| 89 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 62 |
Users should validate predictions with financial data sources. This model should be one component in a broader information system.
|
| 63 |
|
| 64 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 65 |
## Training Details
|
| 66 |
|
| 67 |
### Training Data
|
|
|
|
| 78 |
author={Konur, Damla},
|
| 79 |
year={2025},
|
| 80 |
url={https://huggingface.co/your-username/prediction-filter-bist30}
|
| 81 |
+
}
|
| 82 |
+
|
| 83 |
+
## How to Get Started with the Model
|
| 84 |
+
|
| 85 |
+
```python
|
| 86 |
+
from transformers import pipeline
|
| 87 |
+
|
| 88 |
+
classifier = pipeline("text-classification", model="your-username/prediction-filter-bist30")
|
| 89 |
+
classifier("AKBNK will reach 55 TL next week!")
|