Skip to content
This repository was archived by the owner on Jun 12, 2024. It is now read-only.

Commit fe61451

Browse files
authored
doc: change emojis
1 parent f095057 commit fe61451

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ Collaborated competently with [Antonio Cheong](https://github.com/acheong08).
2828

2929
| Model | Type | Access | Details | Links |
3030
|:--------------:|:--------------:|-------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------|
31-
| **Gemini** | 🔒Proprietary | API only *(This repository contains unofficial API)* | Gemini is a proprietary multimodal AI developed by Google DeepMind. It includes models like Gemini Pro and Gemini Pro Vision. | [Paper](https://arxiv.org/abs/2312.11805), [Website](https://deepmind.google/technologies/gemini/#introduction), [API](https://aistudio.google.com/), [API Docs](https://cloud.google.com/vertex-ai/docs/generative-ai/model-reference/gemini) |
32-
| **Gemma** | 🔐<br>Open Source | Downloadable weights for on-premises use | Gemma models are open-source, text-to-text language models with downloadable weights. Perfect for use cases like question answering and summarization. | [Paprer](https://arxiv.org/abs/2403.08295), [Website](https://ai.google.dev/gemma/docs?hl=ko), [Model Card](https://huggingface.co/google/gemma-7b) |
33-
| **Code Gemma** | 🔐<br>Open Source | Downloadable weights for on-premises use | Code Gemma models are designed specifically for coding tasks and are also open-source, providing flexibility for developers in handling code generation tasks. | [Post](https://huggingface.co/blog/codegemma), [Hugging Face Collection](https://huggingface.co/collections/google/codegemma-release-66152ac7b683e2667abdee11), [Model Card](https://huggingface.co/google/codegemma-7b-it) |
31+
| **Gemini** | 🔐<br>Proprietary | API only *(This repository contains unofficial API)* | Gemini is a proprietary multimodal AI developed by Google DeepMind. It includes models like Gemini Pro and Gemini Pro Vision. | [Paper](https://arxiv.org/abs/2312.11805), [Website](https://deepmind.google/technologies/gemini/#introduction), [API](https://aistudio.google.com/), [API Docs](https://cloud.google.com/vertex-ai/docs/generative-ai/model-reference/gemini) |
32+
| **Gemma** | 🤝<br>Open Source | Downloadable weights for on-premises use | Gemma models are open-source, text-to-text language models with downloadable weights. Perfect for use cases like question answering and summarization. | [Paprer](https://arxiv.org/abs/2403.08295), [Website](https://ai.google.dev/gemma/docs?hl=ko), [Model Card](https://huggingface.co/google/gemma-7b) |
33+
| **Code Gemma** | 🤝<br>Open Source | Downloadable weights for on-premises use | Code Gemma models are designed specifically for coding tasks and are also open-source, providing flexibility for developers in handling code generation tasks. | [Post](https://huggingface.co/blog/codegemma), [Hugging Face Collection](https://huggingface.co/collections/google/codegemma-release-66152ac7b683e2667abdee11), [Model Card](https://huggingface.co/google/codegemma-7b-it) |
3434

3535
<details><summary>Code Examples of Gemma and GemmaCode </summary>
3636

@@ -74,7 +74,7 @@ print(tokenizer.decode(outputs[0]))
7474

7575

7676
- [ Gemini API ](#-gemini-api---)
77-
- [What is Gemini?🔒](#what-is-gemini)
77+
- [What is Gemini?🔐](#what-is-gemini)
7878
- [Installation ✅](#installation-)
7979
- [Authentication ✅](#authentication)
8080
- [Quick Start ✅](#quick-start)
@@ -91,8 +91,8 @@ print(tokenizer.decode(outputs[0]))
9191
- [# 10. Changing the Selected Response from 0 to *n*](#-10-changing-the-selected-response-from-0-to-n)
9292
- [# 11. Generate custom content](#-11-generate-custom-content)
9393
- [Further](#further)
94-
- [Open-source LLM, Gemma🔐](#open-source-llm-gemma)
95-
- [Open-source LLM, Code Gemma🔐](#open-source-llm-code-gemma)
94+
- [Open-source LLM, Gemma🤝](#open-source-llm-gemma)
95+
- [Open-source LLM, Code Gemma🤝](#open-source-llm-code-gemma)
9696
- [Utilize free open-source LLM API through Open Router ✅](#utilize-free-open-source-llm-api-through-open-router)
9797

9898

0 commit comments

Comments
 (0)