Update README.md
Browse files
README.md
CHANGED
@@ -1,38 +1,11 @@
|
|
1 |
---
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
- text: >-
|
8 |
-
Barack Obama nominated Hilary Clinton as his secretary of state on Monday.
|
9 |
-
He chose her because she had ...
|
10 |
-
example_title: Coreference resolution
|
11 |
-
- text: >-
|
12 |
-
On a shelf, there are five books: a gray book, a red book, a purple book, a
|
13 |
-
blue book, and a black book ...
|
14 |
-
example_title: Logic puzzles
|
15 |
-
- text: >-
|
16 |
-
The two men running to become New York City's next mayor will face off in
|
17 |
-
their first debate Wednesday night ...
|
18 |
-
example_title: Reading comprehension
|
19 |
-
datasets:
|
20 |
-
- HuggingFaceFW/fineweb
|
21 |
-
language:
|
22 |
-
- en
|
23 |
-
metrics:
|
24 |
-
- accuracy
|
25 |
-
library_name: transformers
|
26 |
---
|
27 |
|
28 |
-
#
|
29 |
-
***THIS AI IS STILL IN DEVELOPPEMENT, THE CODE IS JUST AN EXAMPLE.***
|
30 |
|
31 |
-
|
32 |
-
***THIS AI IS STILL IN DEVELOPPEMENT, THE CODE IS JUST AN EXAMPLE.***
|
33 |
-
|
34 |
-
# UNDER CONSTRUCTION
|
35 |
-
***THIS AI IS STILL IN DEVELOPPEMENT, THE CODE IS JUST AN EXAMPLE.***
|
36 |
-
|
37 |
-
# UNDER CONSTRUCTION
|
38 |
-
***THIS AI IS STILL IN DEVELOPPEMENT, THE CODE IS JUST AN EXAMPLE.***
|
|
|
1 |
---
|
2 |
+
language: en
|
3 |
+
tags:
|
4 |
+
- hello-world
|
5 |
+
license: apache-2.0
|
6 |
+
pipeline_tag: text-generation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
---
|
8 |
|
9 |
+
# Hello World Model
|
|
|
10 |
|
11 |
+
This is a simple Hugging Face model that always responds with "Hello, world!".
|
|
|
|
|
|
|
|
|
|
|
|
|
|