YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/model-cards#model-card-metadata)

license: openrail datasets:

  • FreedomIntelligence/medical-o1-reasoning-SFT language:
  • aa ---from huggingface_hub import InferenceClient

client = InferenceClient( provider="fireworks-ai", api_key="hf_xxxxxxxxxxxxxxxxxxxxxxxx", )

completion = client.chat.completions.create( model="Qwen/QwQ-32B", messages=[ { "role": "user", "content": "What is the capital of France?" } ], max_tokens=500, )

print(completion.choices[0].message)

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support