AntoineMC commited on
Commit
ff07654
1 Parent(s): b6f046b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -2
README.md CHANGED
@@ -1,5 +1,24 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
4
 
5
  # GitHub issues classifier (using zero shot classification)
@@ -39,5 +58,4 @@ See [this notebook](https://www.kaggle.com/code/antoinemacia/zero-shot-classifie
39
  ## Acknowledgements
40
 
41
  * Joe Davison and his article on [Zero-Shot Learning in Modern NLP](https://joeddav.github.io/blog/2020/05/29/ZSL.html)
42
- * Jeremy Evans and his notebook on [Iterate like a grandmaster](https://www.kaggle.com/code/antoinemacia/iterate-like-a-grandmaster)
43
-
 
1
  ---
2
  license: apache-2.0
3
+ language:
4
+ - en
5
+ metrics:
6
+ - accuracy
7
+ library_name: transformers
8
+ pipeline_tag: text-classification
9
+ tags:
10
+ - customer-service-tickets
11
+ - github-issues
12
+ - bart-large-mnli
13
+ - zero-shot-classification
14
+ - NLP
15
+ widget:
16
+ - text: "Sign up form is not working"
17
+ example_title: "Example 1"
18
+ - text: "json and yaml support"
19
+ example_title: "Example 2"
20
+ - text: "fullscreen and tabs media key don't do what they should"
21
+ example_title: "Example 2"
22
  ---
23
 
24
  # GitHub issues classifier (using zero shot classification)
 
58
  ## Acknowledgements
59
 
60
  * Joe Davison and his article on [Zero-Shot Learning in Modern NLP](https://joeddav.github.io/blog/2020/05/29/ZSL.html)
61
+ * Jeremy Evans and his notebook on [Iterate like a grandmaster](https://www.kaggle.com/code/antoinemacia/iterate-like-a-grandmaster)