Madras1 commited on
Commit
af13b5a
·
verified ·
1 Parent(s): 9f47e3d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -3
README.md CHANGED
@@ -2,18 +2,28 @@
2
  language:
3
  - en
4
  - pt
 
 
5
  tags:
6
  - biology
7
- - classification
8
  - text-classification
 
 
 
9
  - roberta
10
  metrics:
11
  - f1
12
  - accuracy
13
  - recall
14
  base_model: roberta-base
15
- license: mit
16
- pipeline_tag: text-classification
 
 
 
 
 
17
  ---
18
 
19
  # RobertaBioClass 🧬
 
2
  language:
3
  - en
4
  - pt
5
+ license: mit
6
+ library_name: transformers
7
  tags:
8
  - biology
9
+ - science
10
  - text-classification
11
+ - nlp
12
+ - biomedical
13
+ - filter
14
  - roberta
15
  metrics:
16
  - f1
17
  - accuracy
18
  - recall
19
  base_model: roberta-base
20
+ widget:
21
+ - text: "The mitochondria is the powerhouse of the cell and generates ATP."
22
+ example_title: "Biology Example 🧬"
23
+ - text: "The stock market crashed today due to high inflation rates."
24
+ example_title: "Finance Example 💰"
25
+ - text: "CRISPR-Cas9 technology allows for precise gene editing."
26
+ example_title: "Genetics Example 🔬"
27
  ---
28
 
29
  # RobertaBioClass 🧬