Skip to content

Huggingface models

Chamath K.B. Attanayaka edited this page Aug 3, 2023 · 1 revision
  • bigscience/bloom model
response = client.hugging_bloom_call(query)
  • tiiuae/falcon-40b-instruct model
response = client.hugging_falcon_call(query)
  • meta-llama/Llama-2-70b-chat-hf model
response = client.hugging_llama2_call(query)
  • databricks/dolly-v2-12b model
response = client.hugging_dolly2_call(query)
  • google/flan-t5-xl model
response = client.hugging_flant5_call(query)
Clone this wiki locally