Seth
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -3,26 +3,28 @@ license: mit
|
|
3 |
language:
|
4 |
- en
|
5 |
pipeline_tag: text-generation
|
|
|
|
|
6 |
---
|
7 |
# Model Card for Model ID
|
8 |
|
9 |
<!-- Provide a quick summary of what the model is/does. -->
|
10 |
|
11 |
-
This
|
12 |
-
|
13 |
-
This produces novel color names and hexadecimal values.
|
14 |
|
15 |
## Model Details
|
16 |
|
|
|
|
|
17 |
### Model Description
|
18 |
|
19 |
<!-- Provide a longer summary of what this model is. -->
|
20 |
|
21 |
- **Developed by:** Seth Hammock
|
22 |
-
- **Funded by [optional]:**
|
23 |
- **Shared by [optional]:** [More Information Needed]
|
24 |
- **Model type:** Transformer
|
25 |
-
- **Language(s) (NLP):**
|
26 |
- **License:** MIT
|
27 |
- **Finetuned from model [optional]:** GPT2
|
28 |
|
@@ -92,6 +94,7 @@ Use the code below to get started with the model.
|
|
92 |
|
93 |
#### Preprocessing [optional]
|
94 |
|
|
|
95 |
[More Information Needed]
|
96 |
|
97 |
|
|
|
3 |
language:
|
4 |
- en
|
5 |
pipeline_tag: text-generation
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
---
|
9 |
# Model Card for Model ID
|
10 |
|
11 |
<!-- Provide a quick summary of what the model is/does. -->
|
12 |
|
13 |
+
This produces novel color names and hexadecimal values. It was fine tuned using https://www.kaggle.com/datasets/avi1023/color-names
|
|
|
|
|
14 |
|
15 |
## Model Details
|
16 |
|
17 |
+
The model is great for beginners learning PyTorch, fine tuning, and training a simple model.
|
18 |
+
|
19 |
### Model Description
|
20 |
|
21 |
<!-- Provide a longer summary of what this model is. -->
|
22 |
|
23 |
- **Developed by:** Seth Hammock
|
24 |
+
- **Funded by [optional]:** Seth Hammock
|
25 |
- **Shared by [optional]:** [More Information Needed]
|
26 |
- **Model type:** Transformer
|
27 |
+
- **Language(s) (NLP):** English
|
28 |
- **License:** MIT
|
29 |
- **Finetuned from model [optional]:** GPT2
|
30 |
|
|
|
94 |
|
95 |
#### Preprocessing [optional]
|
96 |
|
97 |
+
|
98 |
[More Information Needed]
|
99 |
|
100 |
|