Text Generation
Transformers
Safetensors
unsloth
conversational
Inference Endpoints
ayeshaNoor1 commited on
Commit
665ab45
1 Parent(s): 462a0a0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -10,7 +10,14 @@ datasets:
10
  base_model:
11
  - unsloth/Llama-3.2-3B-Instruct
12
  library_name: transformers
 
13
  ---
 
 
 
 
 
 
14
  # Model Card for Model ID
15
 
16
  <!-- Provide a quick summary of what the model is/does. -->
 
10
  base_model:
11
  - unsloth/Llama-3.2-3B-Instruct
12
  library_name: transformers
13
+
14
  ---
15
+
16
+ from huggingface_hub import InferenceClient client =
17
+ InferenceClient(model="ayeshaNoor1/Llama_finetunedModel")
18
+ client.text_to_image(...) client = InferenceClient() client.text_to_image(...,
19
+ model="ayeshaNoor1/Llama_finetunedModel")
20
+
21
  # Model Card for Model ID
22
 
23
  <!-- Provide a quick summary of what the model is/does. -->