You need to agree to share your contact information to access this model

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this model content.

Model Card for SkyGPT-2

SkyGPT-2 is a fine-tuned GPT-2, get to know it!

Model Details

Model Description

Model Sources [optional]

How to Get Started with the Model

Free Inference API:

import requests

HF_TOKEN = "..." # paste your read HF_TOKEN
API_URL = "https://api-inference.huggingface.co/models/openskyml/skygpt2"
headers = {"Authorization": f"Bearer {HF_TOKEN}"}

def query(payload):
    response = requests.post(API_URL, headers=headers, json=payload)
    return response.json()
    
output = query({
    "inputs": "Can you please let us know more details about your ",
})

Model Card Author

©️ OpenSkyML

Downloads last month
1
Safetensors
Model size
137M params
Tensor type
F32
·

Collection including openskyml/skygpt2