stephenlzc commited on
Commit
2bf897b
1 Parent(s): eebfcce

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -10
README.md CHANGED
@@ -1,8 +1,8 @@
1
  ---
2
-
3
  datasets:
4
  - Minami-su/toxic-sft-zh
5
  - llm-wizard/alpaca-gpt4-data-zh
 
6
  language:
7
  - zh
8
  - en
@@ -12,19 +12,27 @@ tags:
12
  - text-generation-inference
13
  - code
14
  - unsloth
 
15
  task_categories:
16
  - conversational
17
  base_model: cognitivecomputations/dolphin-2.9-llama3-8b
18
-
19
  widget:
20
- - text: "Is this review positive or negative? Review: Best cast iron skillet you will ever buy."
21
- example_title: "Sentiment analysis"
22
- - text: "Barack Obama nominated Hilary Clinton as his secretary of state on Monday. He chose her because she had ..."
23
- example_title: "Coreference resolution"
24
- - text: "On a shelf, there are five books: a gray book, a red book, a purple book, a blue book, and a black book ..."
25
- example_title: "Logic puzzles"
26
- - text: "The two men running to become New York City's next mayor will face off in their first debate Wednesday night ..."
27
- example_title: "Reading comprehension"
 
 
 
 
 
 
 
 
28
  ---
29
 
30
 
 
1
  ---
 
2
  datasets:
3
  - Minami-su/toxic-sft-zh
4
  - llm-wizard/alpaca-gpt4-data-zh
5
+ - stephenlzc/stf-alpaca
6
  language:
7
  - zh
8
  - en
 
12
  - text-generation-inference
13
  - code
14
  - unsloth
15
+ - NSFW
16
  task_categories:
17
  - conversational
18
  base_model: cognitivecomputations/dolphin-2.9-llama3-8b
 
19
  widget:
20
+ - text: >-
21
+ Is this review positive or negative? Review: Best cast iron skillet you will
22
+ ever buy.
23
+ example_title: Sentiment analysis
24
+ - text: >-
25
+ Barack Obama nominated Hilary Clinton as his secretary of state on Monday.
26
+ He chose her because she had ...
27
+ example_title: Coreference resolution
28
+ - text: >-
29
+ On a shelf, there are five books: a gray book, a red book, a purple book, a
30
+ blue book, and a black book ...
31
+ example_title: Logic puzzles
32
+ - text: >-
33
+ The two men running to become New York City's next mayor will face off in
34
+ their first debate Wednesday night ...
35
+ example_title: Reading comprehension
36
  ---
37
 
38