mariaantoniak commited on
Commit
4253302
1 Parent(s): 293d995

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -31,6 +31,14 @@ This model can be used to predict whether a text contains or does not contain a
31
 
32
  For our definition of "story" please refer to our [codebook](https://github.com/maria-antoniak/storyseeker).
33
 
 
 
 
 
 
 
 
 
34
  ## Intended uses & limitations
35
 
36
  This model is intended for researchers interested in measuring storytelling in online communities, though it can be applied to other kinds of datasets (see generalization results in our preprint).
 
31
 
32
  For our definition of "story" please refer to our [codebook](https://github.com/maria-antoniak/storyseeker).
33
 
34
+ ## Quick Start with Colab
35
+
36
+ You can view a demonstration of how to load our annotations, fetch the texts, load our fine-tuned model from Hugging Face, and run predictions. If you use the Colab link, you don't need to download anything or set up anything on your local machine; everything will run in your internet browser.
37
+
38
+ Colab: [link](https://colab.research.google.com/drive/11WJx97FbQELMmQSXbayeJ-gUJyYjCyAv?usp=sharing)
39
+
40
+ Github: [link](https://github.com/maria-antoniak/storyseeker/blob/main/storyseeker_demo.ipynb)
41
+
42
  ## Intended uses & limitations
43
 
44
  This model is intended for researchers interested in measuring storytelling in online communities, though it can be applied to other kinds of datasets (see generalization results in our preprint).