VishalMysore commited on
Commit
24e0751
1 Parent(s): 475d8a6

Upload cookgpt.html

Browse files
Files changed (1) hide show
  1. cookgpt.html +12 -27
cookgpt.html CHANGED
@@ -31,81 +31,66 @@
31
  <th>Link</th>
32
  </tr>
33
  <tr>
34
- <td>Load open source TinyLlama-1.1B-Chat-v0.6 for Text completion</td>
35
  <td><a href="https://www.linkedin.com/pulse/your-first-llm-experiment-vishal-mysore-j55ec%3FtrackingId=n8iO5aZkjAVOgbFhJSA%252BkA%253D%253D/?trackingId=n8iO5aZkjAVOgbFhJSA%2BkA%3D%3D">My First LLM Experiment</a></td>
36
  </tr>
37
  <tr>
38
- <td>What is Vector Database and how to use it</td>
39
  <td><a href="https://www.linkedin.com/pulse/natural-language-processing-vectors-vishal-mysore-inarc%3FtrackingId=JXByV%252BRHEuy1HINVpwmzWQ%253D%253D/?trackingId=JXByV%2BRHEuy1HINVpwmzWQ%3D%3D">Vector Database basic</a></td>
40
  </tr>
41
 
42
  <tr>
43
- <td>How to use ChromaDB</td>
44
  <td><a href="https://github.com/vishalmysore/AI#:~:text=to%20use%20ChromaDB-,Vector%20Databses,-Chroma_Example_2.ipynb">How to use ChromaDB</a></td>
45
  </tr>
46
 
47
  <tr>
48
- <td>How to Use ChromaDB advanced</td>
49
  <td><a href="https://www.linkedin.com/pulse/vector-databases-vishal-mysore-4l17c%3FtrackingId=sSAyQsJol%252FEgZAEVwF%252BPBA%253D%253D/?trackingId=sSAyQsJol%2FEgZAEVwF%2BPBA%3D%3D">How to Use ChromaDB advanced</a></td>
50
  </tr>
51
 
52
  <tr>
53
- <td>This article provides indepth knowledge on various LLMs and working code for them</td>
54
  <td><a href="https://www.linkedin.com/pulse/llm-models-encyclopedia-vishal-mysore-zjn6c%3FtrackingId=fyy1J2Bw8j0KAQVbUZnelQ%253D%253D/?trackingId=fyy1J2Bw8j0KAQVbUZnelQ%3D%3D">Implementaiton of Bert and other Model</a></td>
55
  </tr>
56
 
57
 
58
 
59
  <tr>
60
- <td>This article provides insight on how to use LLM for sql query</td>
61
  <td><a href="https://www.linkedin.com/pulse/ai-databases-security-challenges-vishal-mysore-hm6cc%3FtrackingId=0QoQN7k%252FmhP2Fq8cVuySVA%253D%253D/?trackingId=0QoQN7k%2FmhP2Fq8cVuySVA%3D%3D"> How to Query SQL documents using AI</a></td>
62
  </tr>
63
 
64
  <tr>
65
- <td>Details on how to Quantize and model and run it on consumer grade CPU</td>
66
  <td><a href="https://www.linkedin.com/pulse/how-shrink-your-model-guide-quantization-vishal-mysore-971cc%3FtrackingId=gn%252BiFcILs5vwYCGKSWInuw%253D%253D/?trackingId=gn%2BiFcILs5vwYCGKSWInuw%3D%3D">Model Quantization</a></td>
67
  </tr>
68
 
69
  <tr>
70
- <td>Fine tune a model using Open source libraries</td>
71
  <td><a href="https://www.linkedin.com/pulse/fine-tuning-open-source-language-models-step-by-step-guide-mysore-oi7cc%3FtrackingId=XkkbzIrivNgY%252Beq%252BSF02HQ%253D%253D/?trackingId=XkkbzIrivNgY%2Beq%2BSF02HQ%3D%3D">Finetuning Opensource model</a></td>
72
  </tr>
73
 
74
  <tr>
75
- <td>Face Id and Other Images Q and A</td>
76
  <td><a href="https://www.linkedin.com/pulse/truly-free-images-videos-ai-vishal-mysore-bojmc%3FtrackingId=M9%252BMqJ8U73%252BH7y31cDwYIQ%253D%253D/?trackingId=M9%2BMqJ8U73%2BH7y31cDwYIQ%3D%3D">Face Id Detection</a></td>
77
  </tr>
78
 
79
- <tr>
80
- <td></td>
81
- <td><a href=""> </a></td>
82
- </tr>
83
-
84
-
85
  <tr>
86
- <td>How to work with Embeddings</td>
87
  <td><a href="https://www.linkedin.com/pulse/how-shrink-your-model-guide-quantization-vishal-mysore-971cc%3FtrackingId=gn%252BiFcILs5vwYCGKSWInuw%253D%253D/?trackingId=gn%2BiFcILs5vwYCGKSWInuw%3D%3D"> Link to Article </a></td>
88
  </tr>
89
 
90
 
91
 
92
  <tr>
93
- <td>How to deploy gradio on the colab for free</td>
94
  <td><a href="https://www.linkedin.com/pulse/how-shrink-your-model-guide-quantization-vishal-mysore-971cc%3FtrackingId=gn%252BiFcILs5vwYCGKSWInuw%253D%253D/?trackingId=gn%2BiFcILs5vwYCGKSWInuw%3D%3D"> Link to Article for Gradio </a></td>
95
  </tr>
96
 
97
 
98
- <tr>
99
- <td></td>
100
- <td><a href=""> </a></td>
101
- </tr>
102
 
103
-
104
- <tr>
105
- <td></td>
106
- <td><a href=""> </a></td>
107
- </tr>
108
-
109
 
110
  </table>
111
 
 
31
  <th>Link</th>
32
  </tr>
33
  <tr>
34
+ <td>Explore the implementation of TinyLlama-1.1B-Chat-v0.6, an open-source language model, and learn how to load and utilize it for text completion tasks. This guide provides step-by-step instructions on integrating the TinyLlama model into your project, allowing you to harness its capabilities for enhancing text generation and completion experiences</td>
35
  <td><a href="https://www.linkedin.com/pulse/your-first-llm-experiment-vishal-mysore-j55ec%3FtrackingId=n8iO5aZkjAVOgbFhJSA%252BkA%253D%253D/?trackingId=n8iO5aZkjAVOgbFhJSA%2BkA%3D%3D">My First LLM Experiment</a></td>
36
  </tr>
37
  <tr>
38
+ <td>Discover the concept and practical applications of Vector Databases. This guide not only explains the fundamentals of Vector Databases but also provides a comprehensive tutorial on how to effectively leverage them. Learn the ins and outs of Vector Databases and gain practical insights into incorporating them into your projects.</td>
39
  <td><a href="https://www.linkedin.com/pulse/natural-language-processing-vectors-vishal-mysore-inarc%3FtrackingId=JXByV%252BRHEuy1HINVpwmzWQ%253D%253D/?trackingId=JXByV%2BRHEuy1HINVpwmzWQ%3D%3D">Vector Database basic</a></td>
40
  </tr>
41
 
42
  <tr>
43
+ <td>Unlock the potential of ChromaDB with this detailed guide on how to effectively use this powerful tool. Explore step-by-step instructions, practical examples, and best practices to harness the capabilities of ChromaDB for your projects. Whether you're a beginner or an experienced user, this guide will walk you through the process of utilizing ChromaDB to enhance your data storage and retrieval experiences</td>
44
  <td><a href="https://github.com/vishalmysore/AI#:~:text=to%20use%20ChromaDB-,Vector%20Databses,-Chroma_Example_2.ipynb">How to use ChromaDB</a></td>
45
  </tr>
46
 
47
  <tr>
48
+ <td>Dive deeper into the advanced functionalities of ChromaDB with this comprehensive guide. Learn advanced techniques and strategies for leveraging ChromaDB to its full potential in your projects. This tutorial provides in-depth insights, advanced usage scenarios, and hands-on examples to help you master the advanced features of ChromaDB for sophisticated data management and retrieval tasks.</td>
49
  <td><a href="https://www.linkedin.com/pulse/vector-databases-vishal-mysore-4l17c%3FtrackingId=sSAyQsJol%252FEgZAEVwF%252BPBA%253D%253D/?trackingId=sSAyQsJol%2FEgZAEVwF%2BPBA%3D%3D">How to Use ChromaDB advanced</a></td>
50
  </tr>
51
 
52
  <tr>
53
+ <td>Explore an in-depth analysis of various Language Models (LLMs) in this comprehensive article. Gain valuable insights into the intricacies of different LLMs along with practical working code examples. Whether you're a researcher or a practitioner, this article equips you with the knowledge and hands-on experience needed to understand and implement diverse Language Models effectively.</td>
54
  <td><a href="https://www.linkedin.com/pulse/llm-models-encyclopedia-vishal-mysore-zjn6c%3FtrackingId=fyy1J2Bw8j0KAQVbUZnelQ%253D%253D/?trackingId=fyy1J2Bw8j0KAQVbUZnelQ%3D%3D">Implementaiton of Bert and other Model</a></td>
55
  </tr>
56
 
57
 
58
 
59
  <tr>
60
+ <td>Gain valuable insights into harnessing the power of Language Models (LLMs) for SQL queries with this informative article. Discover effective strategies, tips, and hands-on guidance on leveraging LLMs to enhance your SQL query processes. Whether you're a database professional or a developer, this article equips you with the knowledge to optimize and streamline your SQL query workflows using advanced language processing capabilities.</td>
61
  <td><a href="https://www.linkedin.com/pulse/ai-databases-security-challenges-vishal-mysore-hm6cc%3FtrackingId=0QoQN7k%252FmhP2Fq8cVuySVA%253D%253D/?trackingId=0QoQN7k%2FmhP2Fq8cVuySVA%3D%3D"> How to Query SQL documents using AI</a></td>
62
  </tr>
63
 
64
  <tr>
65
+ <td>Quantization: Delve into the intricacies of quantizing models and optimizing their performance for consumer-grade CPUs with this detailed guide. Explore step-by-step instructions, practical details, and working examples to effectively quantize your models and run them efficiently on everyday consumer-grade processors. Whether you are a machine learning practitioner or a developer, this guide equips you with the insights needed to achieve optimal performance on resource-constrained environments.</td>
66
  <td><a href="https://www.linkedin.com/pulse/how-shrink-your-model-guide-quantization-vishal-mysore-971cc%3FtrackingId=gn%252BiFcILs5vwYCGKSWInuw%253D%253D/?trackingId=gn%2BiFcILs5vwYCGKSWInuw%3D%3D">Model Quantization</a></td>
67
  </tr>
68
 
69
  <tr>
70
+ <td>fine-tuning : Refine the performance of your model by mastering the art of fine-tuning using open-source libraries. This guide provides a comprehensive walkthrough, utilizing popular open-source tools to fine-tune your model for specific tasks or domains. Gain practical insights, best practices, and hands-on examples to enhance the capabilities of your machine learning models through the power of fine-tuning</td>
71
  <td><a href="https://www.linkedin.com/pulse/fine-tuning-open-source-language-models-step-by-step-guide-mysore-oi7cc%3FtrackingId=XkkbzIrivNgY%252Beq%252BSF02HQ%253D%253D/?trackingId=XkkbzIrivNgY%2Beq%2BSF02HQ%3D%3D">Finetuning Opensource model</a></td>
72
  </tr>
73
 
74
  <tr>
75
+ <td>Face Id and Other Images Q and A: Dive into the world of Face ID and other image-related queries with this insightful Q&A article. Explore commonly asked questions and detailed answers covering topics such as facial recognition technology, image processing, and related concepts. Whether you're a developer, researcher, or simply curious about these technologies, this Q&A provides valuable information on Face ID and other aspects of image analysis.</td>
76
  <td><a href="https://www.linkedin.com/pulse/truly-free-images-videos-ai-vishal-mysore-bojmc%3FtrackingId=M9%252BMqJ8U73%252BH7y31cDwYIQ%253D%253D/?trackingId=M9%2BMqJ8U73%2BH7y31cDwYIQ%3D%3D">Face Id Detection</a></td>
77
  </tr>
78
 
79
+
 
 
 
 
 
80
  <tr>
81
+ <td>What are Embeddings : Unlock the potential of embeddings with this comprehensive guide on working with them effectively. Learn the principles, techniques, and best practices for leveraging embeddings in your projects. This tutorial provides step-by-step instructions, practical examples, and insights into optimizing the use of embeddings for tasks such as natural language processing, recommendation systems, and more. Whether you're new to embeddings or seeking advanced strategies, this guide equips you with the knowledge to enhance your applications through embedding techniques</td>
82
  <td><a href="https://www.linkedin.com/pulse/how-shrink-your-model-guide-quantization-vishal-mysore-971cc%3FtrackingId=gn%252BiFcILs5vwYCGKSWInuw%253D%253D/?trackingId=gn%2BiFcILs5vwYCGKSWInuw%3D%3D"> Link to Article </a></td>
83
  </tr>
84
 
85
 
86
 
87
  <tr>
88
+ <td>Gradio: Discover the process of deploying Gradio on Google Colab at no cost, enabling you to create interactive user interfaces for your machine learning models effortlessly</td>
89
  <td><a href="https://www.linkedin.com/pulse/how-shrink-your-model-guide-quantization-vishal-mysore-971cc%3FtrackingId=gn%252BiFcILs5vwYCGKSWInuw%253D%253D/?trackingId=gn%2BiFcILs5vwYCGKSWInuw%3D%3D"> Link to Article for Gradio </a></td>
90
  </tr>
91
 
92
 
 
 
 
 
93
 
 
 
 
 
 
 
94
 
95
  </table>
96