Update README.md
Browse filesUpdated Readme.md file with Clarifai's WizardCoder-Python-34B-V1.0 LLM
The WizardCoder-Python-34B-V1.0 model is available on the Clarifai, allowing easy access to it through Clarifai API. Users can use the Clarifai Python SDK to easily interact with the WizardCoder-Python-34B. Additionally, model inference is possible with other Clarifai Client Libraries like Java, cURL, NodeJS, PHP, and more.
README.md
CHANGED
@@ -90,6 +90,10 @@ model-index:
|
|
90 |
|
91 |
We provide the inference demo code [here](https://github.com/nlpxucan/WizardLM/tree/main/demo).
|
92 |
|
|
|
|
|
|
|
|
|
93 |
## Citation
|
94 |
|
95 |
Please cite the repo if you use the data, method or code in this repo.
|
|
|
90 |
|
91 |
We provide the inference demo code [here](https://github.com/nlpxucan/WizardLM/tree/main/demo).
|
92 |
|
93 |
+
## Model Inferencing
|
94 |
+
|
95 |
+
The WizardCoder-Python-34B-V1.0 model is available on the Clarifai [here](https://clarifai.com/wizardlm/generate/models/wizardCoder-Python-34B), allowing easy access to it through Clarifai API.
|
96 |
+
|
97 |
## Citation
|
98 |
|
99 |
Please cite the repo if you use the data, method or code in this repo.
|