Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,7 @@
|
|
1 |
import streamlit as st
|
|
|
|
|
|
|
2 |
# from transformers import AutoModelForCausalLM, AutoTokenizer
|
3 |
|
4 |
# model_path = "cognitivecomputations/dolphin-2.8-mistral-7b-v02"
|
|
|
1 |
import streamlit as st
|
2 |
+
from datasets import load_dataset
|
3 |
+
|
4 |
+
load_dataset("juanberasategui/Crypto_Tweets")
|
5 |
# from transformers import AutoModelForCausalLM, AutoTokenizer
|
6 |
|
7 |
# model_path = "cognitivecomputations/dolphin-2.8-mistral-7b-v02"
|