Commit
•
111edf4
1
Parent(s):
09aec6d
Librarian Bot: Add base_model information to model (#3)
Browse files- Librarian Bot: Add base_model information to model (e3a71b6ca0799af4126dd97d1fc4b8678e88c3a7)
Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>
README.md
CHANGED
@@ -1,19 +1,20 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: mit
|
|
|
3 |
tags:
|
4 |
- generated_from_trainer
|
|
|
|
|
5 |
metrics:
|
6 |
- accuracy
|
|
|
|
|
|
|
7 |
model-index:
|
8 |
- name: e621TagAutocomplete
|
9 |
results: []
|
10 |
-
co2_eq_emissions: 100
|
11 |
-
language:
|
12 |
-
- en
|
13 |
-
library_name: transformers
|
14 |
-
pipeline_tag: text-generation
|
15 |
-
datasets:
|
16 |
-
- 0Tick/E621-Random-PostsTag-Scrape
|
17 |
---
|
18 |
|
19 |
## Model description
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
license: mit
|
5 |
+
library_name: transformers
|
6 |
tags:
|
7 |
- generated_from_trainer
|
8 |
+
datasets:
|
9 |
+
- 0Tick/E621-Random-PostsTag-Scrape
|
10 |
metrics:
|
11 |
- accuracy
|
12 |
+
co2_eq_emissions: 100
|
13 |
+
pipeline_tag: text-generation
|
14 |
+
base_model: distilgpt2
|
15 |
model-index:
|
16 |
- name: e621TagAutocomplete
|
17 |
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
---
|
19 |
|
20 |
## Model description
|