Vetri04 commited on
Commit
da5df6c
·
verified ·
1 Parent(s): c3e3801

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -3,7 +3,8 @@ import pandas as pd
3
  from transformers import AutoModelForCausalLM, AutoTokenizer
4
 
5
  # Load the dataset
6
- df = pd.read_csv("climate_data.csv") # Replace with your actual file name
 
7
 
8
  # Load the LLaMa model and tokenizer
9
  model_name = "huggingface/llama" # Replace with actual LLaMa model
 
3
  from transformers import AutoModelForCausalLM, AutoTokenizer
4
 
5
  # Load the dataset
6
+ df = pd.read_csv("climate_data.csv")
7
+
8
 
9
  # Load the LLaMa model and tokenizer
10
  model_name = "huggingface/llama" # Replace with actual LLaMa model