malteklaes commited on
Commit
2f9d778
·
verified ·
1 Parent(s): f05c352

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -7
README.md CHANGED
@@ -8,14 +8,26 @@ model-index:
8
  results: []
9
  datasets:
10
  - malteklaes/cpp-code-code_search_net-style
11
- pipeline_tag: token-classification
12
  widget:
13
- - text: "I liked this movie"
14
- output:
15
- - label: POSITIVE
16
- score: 0.8
17
- - label: NEGATIVE
18
- score: 0.2
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  ---
20
 
21
 
 
8
  results: []
9
  datasets:
10
  - malteklaes/cpp-code-code_search_net-style
 
11
  widget:
12
+ - text: How many stars does the transformers repository have?
13
+ table:
14
+ Repository:
15
+ - Transformers
16
+ - Datasets
17
+ - Tokenizers
18
+ Stars:
19
+ - 36542
20
+ - 4512
21
+ - 3934
22
+ Contributors:
23
+ - 651
24
+ - 77
25
+ - 34
26
+ Programming language:
27
+ - Python
28
+ - Python
29
+ - Rust, Python and NodeJS
30
+ example_title: Github stars
31
  ---
32
 
33