wgcv commited on
Commit
1695bf2
·
1 Parent(s): 643add2

Fix message information

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -133,9 +133,12 @@ The dataset primarily comprises data gathered from nytimes.com and GitHub.com, s
133
  - P.S. I tested ChatGPT-4.0, and the results were highly discouraging for a chunk of data consisting of 100 text filed values.
134
 
135
  -In the future, we should aim to increase the dataset size to at least 10,000-15,000 samples and improve the train/test/validation split methodology.
 
136
 
137
  st.info("I crafted this dataset using a more powerful LLM and scripts, no need for boring manual labeling. The idea is to eliminate human labeling.",icon="ℹ️")
138
 
 
 
139
  #### Access to the data
140
 
141
  `https://huggingface.co/datasets/wgcv/website-title-description`
 
133
  - P.S. I tested ChatGPT-4.0, and the results were highly discouraging for a chunk of data consisting of 100 text filed values.
134
 
135
  -In the future, we should aim to increase the dataset size to at least 10,000-15,000 samples and improve the train/test/validation split methodology.
136
+ """, unsafe_allow_html=False, help=None)
137
 
138
  st.info("I crafted this dataset using a more powerful LLM and scripts, no need for boring manual labeling. The idea is to eliminate human labeling.",icon="ℹ️")
139
 
140
+ st.markdown("""
141
+
142
  #### Access to the data
143
 
144
  `https://huggingface.co/datasets/wgcv/website-title-description`