badmatr11x commited on
Commit
9c51faa
·
1 Parent(s): 25d241b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -7
README.md CHANGED
@@ -6,17 +6,16 @@ language:
6
  - en
7
  metrics:
8
  - accuracy
9
- library_name: adapter-transformers
10
  pipeline_tag: text-classification
11
  tags:
12
  - code
13
  widget:
14
- - text: "People are fun to talk."
15
- example_title: "Neither Speech"
16
- - text: "Black people are good at running."
17
- example_title: "Hate Speech"
18
- - text: "And I'm goin back to school, only for the hoes and a class or two."
19
- example_title: "Offensive Speech"
20
  ---
21
 
22
 
 
6
  - en
7
  metrics:
8
  - accuracy
 
9
  pipeline_tag: text-classification
10
  tags:
11
  - code
12
  widget:
13
+ - text: People are fun to talk.
14
+ example_title: Neither Speech
15
+ - text: Black people are good at running.
16
+ example_title: Hate Speech
17
+ - text: And I am goin back to school, only for the hoes and a class or two.
18
+ example_title: Offensive Speech
19
  ---
20
 
21