Ghosthash commited on
Commit
2c211dc
·
verified ·
1 Parent(s): 85ca672

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -2,6 +2,7 @@ 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"
 
2
  from datasets import load_dataset
3
 
4
  load_dataset("juanberasategui/Crypto_Tweets")
5
+ load_dataset("Ghosthash/Tweets")
6
  # from transformers import AutoModelForCausalLM, AutoTokenizer
7
 
8
  # model_path = "cognitivecomputations/dolphin-2.8-mistral-7b-v02"