Update README.md
Browse files
README.md
CHANGED
@@ -7,6 +7,10 @@ metrics:
|
|
7 |
model-index:
|
8 |
- name: nba_pbp_distilgpt2
|
9 |
results: []
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -14,14 +18,15 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
# nba_pbp_distilgpt2
|
16 |
|
17 |
-
This model is a fine-tuned version of [distilgpt2](https://huggingface.co/distilgpt2) on
|
|
|
18 |
It achieves the following results on the evaluation set:
|
19 |
- Loss: 0.6324
|
20 |
- Accuracy: 0.8117
|
21 |
|
22 |
## Model description
|
23 |
|
24 |
-
|
25 |
|
26 |
## Intended uses & limitations
|
27 |
|
|
|
7 |
model-index:
|
8 |
- name: nba_pbp_distilgpt2
|
9 |
results: []
|
10 |
+
widget:
|
11 |
+
- text: "1 11:45 0-0 K. Looney misses 2-pt layup from 4 ft (block by R. Williams)"
|
12 |
+
example_title: "GSW-BOS"
|
13 |
+
|
14 |
---
|
15 |
|
16 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
18 |
|
19 |
# nba_pbp_distilgpt2
|
20 |
|
21 |
+
This model is a fine-tuned version of [distilgpt2](https://huggingface.co/distilgpt2) on text files containing play-by-play descriptions of games played by the Boston Celtics and Golden State Warriors during the 2021-22 NBA season.
|
22 |
+
|
23 |
It achieves the following results on the evaluation set:
|
24 |
- Loss: 0.6324
|
25 |
- Accuracy: 0.8117
|
26 |
|
27 |
## Model description
|
28 |
|
29 |
+
This model will generate properly formatted play-by-play descriptions of an NBA game with players from the Boston Celtics and Golden State Warriors.
|
30 |
|
31 |
## Intended uses & limitations
|
32 |
|