hacpdsae2023 commited on
Commit
c491d37
·
1 Parent(s): 9cba540

Adding the link to the TinyStories Data Set

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ st.markdown('In this example we consider the semantic similarity between short s
9
  st.markdown('We study the relationshis between the stories using a network. The laplacian connectivity provides inights about the closeness of the graph')
10
 
11
  st.markdown('# Short Stories')
12
- st.markdown('We are using a sample fo the TinyStories dataset from roneneldan work')
13
  st.write(dataset['train'][10]['text'])
14
 
15
  st.markdown('The threshold changes the level of connectivity in the network. The reange is from 0 (less similar) to 1 (completely similar)')
 
9
  st.markdown('We study the relationshis between the stories using a network. The laplacian connectivity provides inights about the closeness of the graph')
10
 
11
  st.markdown('# Short Stories')
12
+ st.markdown('We are using a sample fo the [TinyStories](roneneldan/TinyStories) dataset from roneneldan work')
13
  st.write(dataset['train'][10]['text'])
14
 
15
  st.markdown('The threshold changes the level of connectivity in the network. The reange is from 0 (less similar) to 1 (completely similar)')