如何使用 Google 的 Gemini

Google Gemini介绍

Google Gemini是谷歌发布的人工智能大模型,能够在从数据中心到移动设备等不同平台上运行。

Gemini包括一套三种不同规模的模型:

  • Gemini Ultra是最大、功能最强大的类别,被定位为GPT-4的竞争对手;
  • Gemini Pro是一款中端型号,能够击败GPT-3.5,可扩展多种任务;
  • Gemini Nano用于特定任务和移动设备。

“双子座”Ultra版本是首个在“大规模多任务语言理解”(MMLU)领域超越人类专家的模型

2023年12月6日,Gemini 的初始版本已在Bard中提供,开发人员版本将于12月13日通过 Google Cloud的API提供。

Google Gemini Demo Video

Google Gemini测试结果部分截图,根据官方的测试报告内容,各项测试数据都超过GPT-4V了,值得大家期待。
在这里插入图片描述

在这里插入图片描述
在这里插入图片描述
在这里插入图片描述

如何使用Google Gemini

Gemini 是 Google Bard 的一个模型,要使用它很简单:

  1. 需要可以用国外的网络节点上网。
  2. 注册一个Google账号,目前国内手机number也是可以注册的。注册没有问题。
  3. 打开Google bard网址:https://bard.google.com/chat 并用注册的Google账号注册。目前Bard还是免费的,可以使用
  4. 使用Bard时,如果提问是中文,也是可以使用的。但是如果要使用到Gemini模型,则当前只支持英文提问
    在这里插入图片描述

Google Gemini初体验

Can you help me analyze what is happening in this picture?

在这里插入图片描述

The image shows a rock formation in the shape of a heart in the middle of the ocean. The rocks are arranged in a way that looks like a heart,which is a symbol of love and affection. The rocks are also surrounded by clear blue water, which adds to the beauty of the scene.

Here are some possible interpretations of the image:

  • The image could be a symbol of love and romance. The heart shape is often associated with love, and the fact that the rock formation is
    located in the middle of the ocean could suggest that it is a place
    where couples can go to express their love for each other.
  • The image could also be a symbol of hope and resilience. The heart shape is also associated with hope and the ability to overcome
    challenges. The fact that the rock formation has survived in the
    middle of the ocean, despite the harsh conditions, could suggest that
    it is a symbol of hope and resilience.
  • The image could also be a symbol of the beauty and wonder of nature. The rock formation is a natural wonder, and the fact that it
    is located in such a beautiful setting suggests that it is a place
    where people can go to appreciate the beauty of nature.

Additional details about the image:

  • The rock formation is located in Penghu, Taiwan. It is a popular tourist destination, and people often come to take pictures of the
    heart-shaped rock.
  • The rock formation is made of limestone, which is a type of sedimentary rock. Limestone is formed from the accumulation of the
    shells and skeletons of marine organisms.
  • The rock formation is thought to be millions of years old. It was created by the erosion of the limestone cliffs over time.

Overall, the image of the heart-shaped rock formation in Penghu is a beautiful and evocative image that can be interpreted in many
different ways.

在这里插入图片描述
Gemini首先对图片内容和特点进行了自己的认知和感知,并根据图片识别到地点为澎湖,还说这里是一个旅游胜地。并且对岩石的形成进行了阐述。总体来说,整个回答内容十分丰富,地点识别也是正确的。

更多的测试,欢迎大家都去试试看。2023年真的是一个AI大年,各家大佬都推出了自己的AI模型,本人使用经验来看,各有优劣,适合自己的就是最好的。

  • 28
    点赞
  • 21
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 1
    评论
Google GeminiGoogle推出的一种广告平台,旨在帮助广告主在移动设备上展示广告。它提供了一种全新的广告投放方式,可以根据用户的兴趣和行为定位广告,从而提供更加精准的广告投放效果。 Gemini广告平台的特点包括: 1. 移动优先:Gemini广告平台专注于移动设备上的广告投放,可以帮助广告主更好地触达移动用户。 2. 定位广告:Gemini广告平台可以根据用户的兴趣和行为定位广告,从而提供更加精准的广告投放效果。 3. 多种广告格式:Gemini广告平台支持多种广告格式,包括图片广告、视频广告和原生广告等。 4. 数据驱动:Gemini广告平台通过分析用户的数据,可以提供更加精准的广告投放策略,从而提高广告的转化率和效果。 以下是一个使用Gemini广告平台的示例代码: ```python import googleads # 创建一个广告客户端 client = googleads.AdWordsClient.LoadFromStorage() # 创建一个广告组 ad_group = { 'name': 'Gemini Ad Group', 'status': 'ENABLED', 'campaignId': 'INSERT_CAMPAIGN_ID_HERE', 'biddingStrategyConfiguration': { 'biddingStrategyType': 'MANUAL_CPC', }, } # 创建一个广告 ad = { 'headline': 'Gemini Ad', 'description': 'This is a Gemini ad.', 'finalUrls': ['http://www.example.com'], } # 将广告添加到广告组中 ad_group_service = client.GetService('AdGroupService') ad_group_operations = [{ 'operator': 'ADD', 'operand': ad_group, }] ad_group_service.mutate(ad_group_operations) # 将广告添加到广告组中 ad_service = client.GetService('AdService') ad_operations = [{ 'operator': 'ADD', 'operand': ad, }] ad_service.mutate(ad_operations) ```
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

Par@ish

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值