mariaantoniak commited on
Commit
103a53d
1 Parent(s): 34fbc70

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -11,9 +11,9 @@ model-index:
11
  ---
12
 
13
 
14
- # storyseeker
15
 
16
- This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on the [StorySeeker](https://github.com/maria-antoniak/storyseeker) dataset.
17
  It achieves the following results on the evaluation set:
18
  - Loss: 0.4343
19
  - Accuracy: 0.8416
@@ -37,7 +37,7 @@ This model is intended for researchers interested in measuring storytelling in o
37
 
38
  ## Training and evaluation data
39
 
40
- The model was fine-tuned on the training split of the [StorySeeker](https://github.com/maria-antoniak/storyseeker) dataset, which contains 301 Reddit posts and comments annotated with story and event spans. This model was fine-tuned using binary document labels (the document contains a story or does not contain a story).
41
 
42
  ## Training procedure
43
 
 
11
  ---
12
 
13
 
14
+ # 🔭StorySeeker
15
 
16
+ This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on the [🔭StorySeeker](https://github.com/maria-antoniak/storyseeker) dataset.
17
  It achieves the following results on the evaluation set:
18
  - Loss: 0.4343
19
  - Accuracy: 0.8416
 
37
 
38
  ## Training and evaluation data
39
 
40
+ The model was fine-tuned on the training split of the [🔭StorySeeker](https://github.com/maria-antoniak/storyseeker) dataset, which contains 301 Reddit posts and comments annotated with story and event spans. This model was fine-tuned using binary document labels (the document contains a story or does not contain a story).
41
 
42
  ## Training procedure
43