Instructions to use rajaatif786/TickerExtraction with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use rajaatif786/TickerExtraction with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="rajaatif786/TickerExtraction", device_map="auto")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("rajaatif786/TickerExtraction") model = AutoModel.from_pretrained("rajaatif786/TickerExtraction", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
520dfc0
1
Parent(s): 9634067
Upload entity_model2.pt
Browse files- entity_model2.pt +3 -0
entity_model2.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bf79b73a12132902bc0c326ada349914b1ff7920c901483f9c1fa893e361f185
|
| 3 |
+
size 543482861
|