Instructions to use playme/modelim with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Flair
How to use playme/modelim with Flair:
from flair.models import SequenceTagger tagger = SequenceTagger.load("playme/modelim") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse filestags:
- finance
README.md
CHANGED
|
@@ -1,4 +1,7 @@
|
|
| 1 |
---
|
| 2 |
license: bsd-2-clause
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
This is an attempt to instruct AI for pine scripts for Tradingview alike platforms.
|
|
|
|
| 1 |
---
|
| 2 |
license: bsd-2-clause
|
| 3 |
+
library_name: flair
|
| 4 |
+
tags:
|
| 5 |
+
- finance
|
| 6 |
---
|
| 7 |
This is an attempt to instruct AI for pine scripts for Tradingview alike platforms.
|