Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
crystal99
/
my-fine-tuned-model
like
1
Text Generation
Transformers
Safetensors
English
gpt2
gpt2 finetune
text-generation-inference
Inference Endpoints
License:
apache-2.0
Model card
Files
Files and versions
Community
Train
Deploy
Use this model
crystal99
commited on
Dec 22, 2024
Commit
5188476
·
verified
·
1 Parent(s):
55ce485
Create README.md
Browse files
Files changed (1)
hide
show
README.md
+11
-0
README.md
ADDED
Viewed
@@ -0,0 +1,11 @@
1
+
---
2
+
license: apache-2.0
3
+
language:
4
+
- en
5
+
base_model:
6
+
- openai-community/gpt2
7
+
pipeline_tag: text-generation
8
+
library_name: transformers
9
+
tags:
10
+
- gpt2 finetune
11
+
---