MENG21 commited on
Commit
9d38733
·
1 Parent(s): 55c80ff
app5_selectbox/evaluation_analysis copy 2.py CHANGED
@@ -7,7 +7,7 @@ import streamlit as st
7
  from matplotlib import pyplot as plt
8
  import numpy as np
9
  from wordcloud import WordCloud
10
- from PIL import ImageFont
11
  # from app5_selectbox.langchain_llama_gpu import llm_chain
12
  from app5_selectbox.g4f_prompt import g4f_prompt
13
 
 
7
  from matplotlib import pyplot as plt
8
  import numpy as np
9
  from wordcloud import WordCloud
10
+ # from PIL import ImageFont
11
  # from app5_selectbox.langchain_llama_gpu import llm_chain
12
  from app5_selectbox.g4f_prompt import g4f_prompt
13
 
app5_selectbox/evaluation_analysis copy.py CHANGED
@@ -7,7 +7,7 @@ import streamlit as st
7
  from matplotlib import pyplot as plt
8
  import numpy as np
9
  from wordcloud import WordCloud
10
- from PIL import ImageFont
11
  from app5_selectbox.langchain_llama_gpu import llm_chain
12
 
13
  # # Load the model and tokenizer
 
7
  from matplotlib import pyplot as plt
8
  import numpy as np
9
  from wordcloud import WordCloud
10
+ # from PIL import ImageFont
11
  from app5_selectbox.langchain_llama_gpu import llm_chain
12
 
13
  # # Load the model and tokenizer
app5_selectbox/evaluation_analysis.py CHANGED
@@ -12,7 +12,7 @@ from wordcloud import WordCloud
12
  import plotly.graph_objs as go
13
  import plotly.express as px
14
  import plotly.figure_factory as ff
15
- from PIL import ImageFont
16
  # from app5_selectbox.langchain_llama_gpu import llm_chain
17
  from app5_selectbox.g4f_prompt import g4f_prompt
18
  # from app5_selectbox.llama2_prompt import llama_prompt
 
12
  import plotly.graph_objs as go
13
  import plotly.express as px
14
  import plotly.figure_factory as ff
15
+ # from PIL import ImageFont
16
  # from app5_selectbox.langchain_llama_gpu import llm_chain
17
  from app5_selectbox.g4f_prompt import g4f_prompt
18
  # from app5_selectbox.llama2_prompt import llama_prompt
app5_selectbox/evaluation_analysis_g4f.py CHANGED
@@ -7,7 +7,7 @@ import streamlit as st
7
  from matplotlib import pyplot as plt
8
  import numpy as np
9
  from wordcloud import WordCloud
10
- from PIL import ImageFont
11
  # from app5_selectbox.langchain_llama_gpu import llm_chain
12
  from app5_selectbox.g4f_prompt import g4f_prompt
13
  from app5_selectbox.df4_sentiment_analysis import sentiment_func
 
7
  from matplotlib import pyplot as plt
8
  import numpy as np
9
  from wordcloud import WordCloud
10
+ # from PIL import ImageFont
11
  # from app5_selectbox.langchain_llama_gpu import llm_chain
12
  from app5_selectbox.g4f_prompt import g4f_prompt
13
  from app5_selectbox.df4_sentiment_analysis import sentiment_func