Daniel Vila commited on
Commit
122fade
1 Parent(s): d46a77d

Include tutorial

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -41,9 +41,20 @@ classifier(
41
  0.026829993352293968]}
42
  """
43
  ```
44
-
45
  The `hypothesis_template` parameter is important and should be in Spanish. **In the widget on the right, this parameter is set to its default value: "This example is {}.", so different results are expected.**
46
 
 
 
 
 
 
 
 
 
 
 
 
 
47
  ## Metrics
48
 
49
  | Model | Params | XNLI (acc) | \*MLSUM (acc) |
 
41
  0.026829993352293968]}
42
  """
43
  ```
 
44
  The `hypothesis_template` parameter is important and should be in Spanish. **In the widget on the right, this parameter is set to its default value: "This example is {}.", so different results are expected.**
45
 
46
+ ## Demo and tutorial
47
+
48
+ If you want to see this model in action, we have created a basic tutorial using [Rubrix](https://www.rubrix.ml/), a free and open-source tool to *explore, annotate, and monitor data for NLP*.
49
+
50
+ The tutorial shows you how to evaluate this classifier for news categorization in Spanish, and how it could be used to build a training set for training a supervised classifier (which might be useful if you want obtain more precise results or improve the model over time).
51
+
52
+ You can [find the tutorial here](https://rubrix.readthedocs.io/en/master/tutorials/zeroshot_data_annotation.html).
53
+
54
+ See the video below showing the predictions within the annotation process (see that the predictions are almost correct for every example).
55
+
56
+ <video width="100%" controls><source src="https://github.com/recognai/rubrix-materials/raw/main/tutorials/videos/zeroshot_selectra_news_data_annotation.mp4" type="video/mp4"></video>
57
+
58
  ## Metrics
59
 
60
  | Model | Params | XNLI (acc) | \*MLSUM (acc) |