#gemini-long-context
1 messages ยท Page 1 of 1 (latest)
Hello, I am interested!
Nice to know
anybody looking for teaming up?
yes sir
i'd like to fund some efforts for gemini long context
i want to investigate/interrogate gigantic mailboxes
Hey I am interested.
I want to be able to search through vast piles of company docs and mailboxes with more advanced LLM reasoning and find crucial evidence in criminal/fraud legal cases.
For example, we could use the Enron dataset to search for evidence of fraud and deceptive practices. These cases happen all the time.
In the legal world they might spend millions on low-level legally trained staff to decide what docs/emails might be relevant (or not) to a case. I believe Gemini long context is an amazing candidate to help save $$$ in this realm.
Of course, using my imagination I can think of way more uses for this kind of system but this is just the one that occurs to me with an immediate cost-benefit.
There are companies working on this that could be worth multi-millions but I think Gemini long-context cracks open the use-case to make it more accessible. Iโd love to open source it and see it used to investigate corrupt companies and government agencies by analysing their comms at scale.
Iโve done months and months of planning on this idea but I just canโt crack the technical side. Iโd be willing to fund some time spent on entering this competition together to see what we can achieve.
hello, guys nice to see you , i have a question which dataset do we use?
there is nothing to train, why would you need a dataset
to use with the long-context window?
yeah, thats just prompt ig, why would that be dataset?
You have to use Gemini with the API, there is nothing to fine-tune. I don't think there is a possibility to fine-tune the model in the way GPT offers it on their platform.
No means I know only we use the context window but I just want to know any specific data or something. that's why
this competition is interesting but I realized that my use case was too difficult for Gemini, it only considered a fraction of the data :((
nothing specific that they have said of
you guys focusing on gemini 1.5 pro or flash?
https://ai.google.dev/gemini-api/docs/long-context Quite helpful resource
What is your data? What do you mean by too difficult for Gemini?
hey are you guys working on this and if so i want to be in, and like to understand and contribute. @meager pond @mystic hawk
does the data used for the model as input have to be publicly available or not neccsary ?
It need to be a public dataset when submitting final submission as per rules
anyone got this error "ResourceExhausted: 429 Resource has been exhausted (e.g. check quota)."
Hi ! Is anyone aware if google provides API keys for this....if they want us to use that large a context size, will it be possible without subscription ?
They does give us free API keys at https://aistudio.google.com/ but the usage quota is limited to 1 million tokens ig
I think gemini 1.5 pro also has free version in which u can use 2m token
the only limit would be rate limits for tokens and no context caching
The Gemini API for developers offers a robust free tier and flexible pricing as you scale.
Hmm yeah
but you are limited to 32K TPM , so I'm not sure how you can reach the large context with the free tier ..
Same error again "ResourceExhausted: 429 Resource has been exhausted (e.g. check quota)."
Are we supposed to do this on Kaggle notebook or Colab Notebook
Get this message on Kaggle Notebook: FailedPrecondition: 400 Use of API-based models is not allowed for Internet-disabled notebooks
I guess I'll do this locally for now.
have you enabled internet in the notebook ?
Seems like I that option isn't there for me ... (is that Kaggle Pro or something)
Hello here. I hope everyone is doing well.
Is it possible for us to use agents in our solutions, and if so, which ones would you recommend? I've tried Crewai, but I'm getting a lot of conflicts between it and the google-generative package.
Hello i am searching for a team mate ? Anyone to join?
I'm interested
Okey we can talk in chat
how do we delete cached content? https://ai.google.dev/gemini-api/docs/caching?lang=python#list-caches doesn't really seem to deleting all cachced content or by ID
nm - goes like:
cache = caching.CachedContent.get("cachedContents/cy0m9ud7ecf")
cache.delete()
btw, whats the api url endpoint you used sir
could i chat in dms?
i having problems getting my code to run due to the error
I was trying automated matchmaking of many dating profiles. Looks like Gemini isn't able to analyze hundreds of thousands of tokens of these. It also didn't think about the compatibility well enough.
But I have a new idea related to predicting things with Gemini ๐
How is the competition going so far for everyone?
Hello everyone,
I have a query about this competition. Please help me out.
Whether I need to create a RAG agent with Gemini AI, where I can chat with my own data or something else?
Please clarify it to me. Anyone.
Thanks
would anyone be able to point me towards a function list with syntax for the Gemini API in Python?
Anyone getting internal error 500 for chat session?
Works now I guess cold start issue for the first time
I am encountering a 429 Resource has been exhausted (e.g. check quota)
Any way to increases the quota?
Hey all, I am getting "429 Resource has been exhausted (e.g. check quota)." API Error - It has to do with the numbers of API calls you make in a given time
randomly wait for 5-10 seconds to avoid "429 Resource has been exhausted (e.g. check quota)." API Error
time.sleep(random.uniform(5, 10))
try this, to prevent the quota error
Entire doc :https://ai.google.dev/gemini-api/docs
When should I do this?
Before calling the request?
I have 2 docs of approx 700 pages and a single request, so I highly doubt if it is related to number of api calls
I have the API call in a loop, so I add this wait time at the end of my loop
I have only one request, no repeated calls, just a big document
Is there no way to increase quota?
Did you try that API call numerous times in a given day ?
I think they limited API calls with long context per hour per API key (in your case 700 pages)
I was encountering something similar, so I chopped my pdf into multiple parts but to reach my final conclusion I have to use all parts of the pdf
How do you suggest I go about this?
do your text generation in chunks first, and then club those outputs and put it under another API call for your text generation to get to final conclusion
Wont that hinder my output?
Token limits are really difficult to get around in this age of AI. They limit how much you can feed the models and as a result, it makes it really difficult to summarize longer texts that go over the limit. Last time we encountered this issue with GPT-3, we did a recursive summary, this time around, we try again with all the refinements expect...
the idea is called recursive text generation (see the video above, it is about long-form text summarization using recursive text summarization)
I would cache the 700 page document using context-caching and then do recursive text generation on let's say 4 chunks (700/4=175 pages chunk, you get 4 outputs, then you stuff those four outputs in another prompt to get final output)
Thanks man
is this a good token count?
prompt_token_count: 26690
candidates_token_count: 1445
total_token_count: 28135
has anyone started getting this error message: (this is not my project)
using the same API key i generated from https://aistudio.google.com/app/u/1/apikey, i click on that link for project 85461904965 that leads me to nowhere (since it's not my project)
Back up now
Hello there guys! Short question. Does long video input count as long context window for the competition? From the context i understand it does, but wanted to ask first so i dont get derailed by this.
Yes. The "context" is whatever you input to Gemini. A quick way to track how much of your 2 million token context window a given task requires is to experiment on https://aistudio.google.com/ and take note of the Token Count in the right-side panel.
Thank you very much Paul ๐ No worries I am aware of technicalities. Just wanted to make sure that my idea would not be out of subject.
One of the eligibility requirements is that your method uses at least 100k tokens. For more detail see https://www.kaggle.com/competitions/gemini-long-context/overview/submission-instructions. Remember the goal is to score as highly as possible according to the evaluation rubric, while also satisfying everything from the eligibility criteria.
Made sense, just wanted to make sure before start implement it
I have a use case where i need more than million - if i use multiple API tokens to leverage more than million (say 1 million tokens across 3 'accounts' or something) would that break rules?
If it is, I'd just re-cache every time and basically mimic/serialize "agent" like behavior of using the cache X --> wipe cache X --> cache Y --> wipe cache Y based on usage.
How do you activate the internet capabilites of a Kaggle notebook?
On the right hand settings panel there is an option to turn it on.
Has anyone managed to get context caching working?
I've been trying the code example from the docs (https://ai.google.dev/api/caching), but for some reasons I keep getting the same 403 error when trying to create the cache content. The same file seems to work fine if I directly upload and using it without caching.
PermissionDenied: 403 You do not have permission to access the File <ID> or it may not exist.
@vast hamlet Cool to use Gemini via Vertex AI on this? Or does it have to be the non-Vertex version of the API?
please could anyone provide me the feedback for my project and also feature updates
https://www.kaggle.com/code/shreeshaaithal/transform-long-videos-into-engaging-short
May be a section with FAQ and answers could be useful given that I see people having the same issues ? What do you think about that? I think it would save everyone a lot of time
Can we use RAG in this competition
Hi guys, the use of the gemini flash model is by our own billing or is kaggle providing some free credits to use it?
It seems like one of the points of this contest is demonstrate that with a large context window methods line vector databases or RAG can being put aside:
"With large context windows, methods like vector databases and RAG (that were built to overcome short context windows) become less important"
thanks
I think you can try to obtain free Gemini usage using the Google Cloud free trial
Hey everyone , just joined this competition , I would be glad to join a team if anyone needs member . I am a Professional Data Scientist with 1 year of work experience , currently working in Conversational Generative AI.
Hi everyone! It's great to be part of this group. I'm encountering an error message when trying to load documents using the method caching.CachedContent.create: "ServiceUnavailable: 503 upstream request timeout". Considering the context, testing Gemini's capacity for a large corpus this is a bit confusing ๐
. Has anyone else experienced this error or found a workaround? Thanks for your help
Hello everyone!! Glad to be here
I think in this scenario the service seems to be down. Probably just wait for a bit or switch to another model.
They do a good job of detailing some of the error codes here:
https://ai.google.dev/gemini-api/docs/troubleshooting?lang=python#error-codes
hello @vast hamlet ,
We wanted to make an vs code extension to interact with the model. Will that be taken into consideration along with notebook?
Thank you for your response. Iโve tried multiple times over several hours but continue to encounter the same errors, even after switching to the paid version where Iโm being charged for API calls without any results.
Hello people!!! I had a query
I am making use of examples that are AI generated. Should I include the method to generate the examples in the main notebook itself or should I link another notebook where I generate the examples . Those generated examples will be saved in a text file
It's better to include your generated text in the kaggle dataset I guess
Yes Im planning to do that but I wanted to ask that the method used to generate the method should be included in another seperate notebook or in the same notebook as my solution ? I fear it becoming too cluttered
Think about what matters to them, based on the contest instructions...
Oooh , ok . Thanks
Is there any advantage submitting earlier than the deadline? Are there any guardrails preventing people from taking an early public submission, improving it a little bit, and winning with it?
I also have this concern
If we are using data of our own in kaggle datasets do we have to make it public ?
<@&1303433601177751593> Could you please take care of the spam?
Anyone experiencing issues with the API returning no candidates and no errors?
I'm passing a log context (100k+) in the prompt directly, and getting this behavior. Exponential backoff does not seem to help.
I switched to Vertex. Do I get it right that it has a 5 RPM limit, and I need to request an increase if I want more? That's really weird, because I get a lot more RPM when going through Google Generative AI.
https://www.kaggle.com/code/yatharthbisht/generating-openapi-specs-for-crms-using-gemini
Hello ppl ! Do check out my solution and give me your valuable feedback๐
I am seeing much higher rate limits for Gemini on Vertex AI: https://cloud.google.com/vertex-ai/generative-ai/docs/quotas#view-the-quotas-by-region-and-by-model
Please review the submission instructions and the eligibility requirements here: https://www.kaggle.com/competitions/gemini-long-context/overview/submission-instructions
Demonstrate interesting use cases for Gemini's long context window
@vast hamlet Oh, Google quietly approved my quota increase. This was 5 before.
You can use whatever Gemini model or API that you prefer.
There is a generous free tier. For more detail see https://ai.google.dev/pricing#1_5flash
The Gemini API for developers offers a robust free tier and flexible pricing as you scale.
I'm running into this when I use tqdm on Kaggle. The progress bar does not show. And if I use the text-based progress bar, Kaggle can't handle showing multiple.
Any chance we could submit as a Colab notebook? Honestly, the Kaggle notebook experience has been pretty bad.
@vast hamlet ?
Can someone assist me here?
I'm dealing with a token size of combined files totaling 164,767, and I'm encountering the following error:
ResourceExhausted: 429 Resource has been exhausted (e.g., check quota).
@blissful zealot pretty self-explanatory, no?
My bad... I'm feeling quite exhausted from working on my project. When I saw that we needed to handle more than 1 lakh tokens in the notebook, I mistakenly thought we had to submit at least 1 lakh tokens.
@blissful zealot Yo do need to make use of at least 100k tokens of input context, that is correct.
The current rate is set at 30k TPM, correct? Iโve submitted a request to increase it. If you have any leads or suggestions that could help, Iโd really appreciate it. By the way, Iโm working with over 100k token sizes in my notebook.
Pretty sure it's 30K output tokens.
Hm, Actually, no, that must be input.
I switched my key to paid (and it's actually not cheap when you have to iterate with a lot of large calls), so IDK.
Are you sure you are not hitting the 2 RPM limit though?
Is notebook import feature now broken on Kaggle? The notebook open fine in Jupyeter, but if I import it into Kaggle, it does
Really appreciate Kaggle hosting the compentions, but the notebook experie has been a solid 2/10. I remember using Kaggle a couple years back, and the notebooks were working mostly fine.
I was able to import by committing to Github and linking the notebook, but the code looks like this. Kaggle just added extra newlines.
I have a feeling I must be doing something wrong, because I can't believe Kaggle notebooks are this broken.
For anyone trying to work with video, I made a dataset of public domain movies: https://www.kaggle.com/datasets/teosoares/public-domain-movies/data. The files are stored in a public GCS bucket, so it should be easy to feed them to Gemini via Vertex. For reference, here's my competition notebook: https://www.kaggle.com/code/teosoares/is-this-sad-better-content-warnings-for-movies.
Hello everyone , I wanted to confirm whether the final submission google form will also stay open till 11:59 of 1st December
Also just to make sure, it is not necessary that our video has a lot of views / likes/ how long back it was posted right?
HI... can someone tell me how to get started?
i have a idea but i believe i would need lanchain/langgraph for it
does this competition allow that?
if not, which docs to follow to create multi agentic system
do we have to link billing account in order to run gemini on 2m token window for this competition?
have you guys attached billing accounts? if not, is free tier sufficient?
In general the free tier should be good enough unless you're running a lot of prompts daily. It depends a bit on what your data is - I'd probably check here to see what fits https://ai.google.dev/pricing#1_5pro
The Gemini API for developers offers a robust free tier and flexible pricing as you scale.
Okay... But I believe while testing it during development I'll exceed 50 requests for sure ๐ซ
In that case Gemini Flash has better rate limits, would be worth looking at that too.
I see... But that wouldn't "stress test" the Gemini right? Only the pro version has 2m token window size
From what I've seen very few notebooks seem to come close to the 2m mark. Most just show novel use cases with context windows well above the industry standard of ~128k. Also off the top of my head using a 2M input prompt currently would run you around 5USD per prompt which I doubt most would be willing to do...
haha
For your sake, I hope you win. ๐ฅฒ
sigh i racked up $400 as well - curious if there any way for Google to wave this....
@iron bolt contact the billing support. They said they will issue a refund as a one time courtesy.
Thanks will try
can you share your project?
@tame ridge Today.
okkk
Anyone got consistently hit with Recitation errors when doing some OCR???? Im dead ๐๐
anyone facing long wait times to interact with cached contexts?
@meager parcel You just found out? ๐ญ ๐ญ
# Remove the anti-reciting hack.
def remove_recitation_hack(markdown: str):
return markdown.replace("[end of paragraph]", "")
prompt = """
...
Insert [end of paragraph] after each paragraph.
"""
This is the single most annoying thing about Gemini that severely limits its usability.
Luckily, at least for now, it's easy to fool it.
Im a bit confused
With the trick above.
remove_recitation_hack(response.text) ???
Yes?
Just ask it to insert something after each paragraph (or sentence), and remove it later.
mhmm i'll try it out
ValueError: Invalid operation: The response.text quick accessor requires the response to contain a valid Part, but none were returned. The candidate's finish_reason is 4. Meaning that the model was reciting from copyrighted material.
Just to confirm, this is the error u met right @upper moth
4 is recitation.
Idk, [end of pararagraph] works for me.
Maybe you will need to ask it to insert something else.
Like [end of sentence] for each sentence.
thank u Alexey
How do I add my notebook to the competition? :)
I can create a new notebook under the competition, but how do I add an existing one?
I don't get it. There is no "submit" button. Do I have to create the notebook under the competition, and re-import my existing one???
I have not uploaded yet, but i think u just follow the instruction in submission_instruction
To make a submission to the competition, use this Google Form:
- Include a link to a public Kaggle notebook that is attached to this competition.
- Include a link to a public Kaggle dataset that contains the data your model used as context.
- Include a link to a YouTube or YouTube Short video that outlines your completed project.
Eligibility Requirements:
- The notebook made use of either the Gemini-1.5-Pro, Gemini-1.5-Flash, or Gemini-1.5-Flash-8B API.
- The notebook demonstrated how to process inputs greater than 10,000 tokens, and contained discussion of why it was helpful for the selected use case.
- The video summarized a notebook from the Gemini long-context window competition where the author was a contributing member.
- The video is public and was posted to either YouTube or YouTube Shorts.
So create a public notebook and put the link in the google form?
Yeah, but how do I get it to show here? https://www.kaggle.com/competitions/gemini-long-context/code
yes i think that may work
There must be a better way!
Yes, in order to link a notebook to a competition, you need to add the competition dataset as an input!
No way they are going to review the submissions manually, this is clearly a task for AI. :)
It would be a cool meta-submission - rate notebooks according to the rules. But I don't think it would require 100k input context.
Could also try cool prompt injection - add invisible text to the notebook that instructs the AI to rate it highly. :)
very curious what you submit Alexey
^^
hey did you ever get an answer to this?
I did a deep dive in the rules section of the Kaggle comp but didn't see a specific time. + the hp of the competition just says "a day to go"
lol just received this 1min ago.
So you have until 2024-12-01 at 23:59PM UTC
How's everyone doing with the videos? Videos are hard, eh?
ugh my notebook won't upload properly so im just doing cell by cell copy
It's broken. The easy way is to link it to GitHub and pull
But then it inserts extra new lines and you need to find-replace them.
Guys when i make calls to my cache from my local notebook it responds in 2-3m and context of output is huge
when i use Kaggle everything breaks. The call timeouts most of the time and if it succeeds is after 8-9min and the content is half lenght at max probably because of it
anyone else has same issues? i dont think i will finish is like that since i made the notebook
@stable hearth are you streaming the response?
no should i?
No
What do you mean by half content?
For timeout, adjust the connection setting. See my notebook, link above
I think you can adjust the timeout.
And configure retries if it fails.
Pretty sure Gemini rate-limits by IP, and Kaggle probably looks like 1 IP to it. Can't explain the difference in behavior otherwise.
I have set a timeout to 10mins
by half content lenght i mean that when the call doesnt timeout and it does happen i get half token size repsponse at best than what i do when i call the same thing from my local notebook
which is very weird
yes that happens like 3/4 times
How many are you getting?
but you know waiting 10min for it to fail is crazy everytime ๐
I limit to 2k, and call in multiple steps
locally i get around 7000k+
Yeah, try multistep
used to bust oout of context
i am not sure if i want to do that i mean it should work
i have already used about 100$ on this ๐ฉ
This is the most frustrating competition because Kaggle notebooks are broken, and Gemini in Kaggle notebooks is even more broken.
Well i ll see what i will do thanks for the help
makes sense to at least try what you say here
Idk if it's within competition rules. You can use the multistep code from my notebook if you think this is within the rules
Time is the only issue now
what if i am using one data source which needs api key?
can we share it with the judging team somehow?
any idea?
has anybody faced MALFORMED FUNCTION CALL randomly? sometimes it throws error and sometimes it just works
perfectly fine i submited today :D,
the bugs in the kaggle page where nasty af, but i got around it by changing markdown to code, erasing everything and back to markdown again, until no glitchy text was left behind.
yea i got it when i spammed gemini
i wish everyone the best of luck here ๐ โค๏ธ
any way to avoid?
hmm yea dont get longer then 500000 characters, and dont call api too often, ratelimit your calls
really hate the fact that Kaggle is terrible and im racking up cloud bills
iv been analyzing quantum computation data and using gemini as a filter, had the same issue beacuse data inut was too great.
yea it really is
okkk
ngl ai will really change alot about the future and quantum computing. like i guess first symmetric encrypton break will somehow happen with quantum computation + ai as a filter.
Wasn't the deadline supposed to be ~12 hours ago? Saw the one day left announcement just now ๐
think we have like 12-13 hours to go
yea its on dec 1. 12:00pm
its soooooooo frustrating
i know but, just do it there is no other option
you need to create a video that is interesting in some way, and max 5 minutes and it needs to be about your project in kaggle.
Hi all,
model = genai.GenerativeModel(model_name='gemini-1.5-pro-latest')
daily_csv = genai.upload_file(daily_csv_path)
response = model.generate_content(
[daily_csv, "Give me a summary of this csv file in one paragraph."],
request_options={"timeout": 1000} # needed for timeouts for slightly large files
)
print(response.text)
I am trying to do this, but this is not finishing and I am getting : Timeout of 600.0s exceeded, last exception: 503 upstream request timeout
the file is a 4.5MB csv file
what seems to be going wrong?
Kaggle notebook is unusable for this
Basically if you want to use Gemini 1.5 pro you need to use vertexAI and it's a paid service so you can't use gemini 1.5 pro more then 50k token or below, using langchain or google_geni_ai module.
How will we get to know who is the winner in google long context window where will they announce it?
good question
@tame ridge yeah, used it no problem.
Well, maybe not no problem. Same problems as with other models. :)
When will the result be announced? Any idea?
@upper moth how did you reach them about the billing?
Google Cloud Platform lets you build, deploy, and scale applications, websites, and services on the same infrastructure as Google.
You can also ask the robot, it gave me the link.
Don't remember if it was this one
My video is so bad, I kept it unlisted.
Apparently speaking is very hard for me.
Also, 10 sec over the time limit.
Idk if I'm screwed
@ocean canopy also, I hope you mean it's been done since yesterday.
yeah I submitted to the google doc before the deadline yesterday -- just hadn't come back here since then
making good videos is a really underrated skill
even more so making them ab technical things
thanks
@vast hamlet when can we expect the results to be declared
To be fair to Google, they refunded it.
๐๐
Winners are not announced until after all of the submissions have been graded, and the amount of time that it takes to grade the submissions can vary. In the past we've aimed for ~2 weeks.
What was the limit?
@eternal lava 5 minutes
Was literally doing the last take, and did not have time to edit.
Wow, my video was 2 minutes and 35 seconds but I did not have time to record myself so it is just text but I made it look aesthetically pleasing.
If you go to the YouTube settings of the video, I think you can clip off seconds.
I just saw this https://www.youtube.com/watch?v=dbDgcFnlZlE
Introducing KeepTrack, a system that harnesses the Gemini API to keep track of anything with video.
This is my entry to the Gemini Long Context Kaggle Competition.
- My code notebook (Kaggle): https://www.kaggle.com/code/mrdbourke/keeptrack-use-gemini-to-keep-track-of-anything
- Dataset (video walkthrough of house): https://www.kaggle.com/data...
Think Daniel should take 2 first places. :)
I think that was another competition, maybe im wrong though.
No, it's this one
He did not add the competition dataset to the notebook, so it's not showing the the code page.
Does that affect him qualifying?
No, there is no such requirement.
I feel bad for my video now ๐
Nah, just feel good for his video. :)
Is the Jupyter Notebook better than the Kaggle notebook because in the Kaggle one u have access to the gpu and tpus.
https://kaggle.com/code/null23420/cybersecurity-and-quantum-analysis-via-gemini-1-5
This benchmarking project illustrates the significant potential of AI models like Google Gemini 1.5 in transforming code analysis and data interpretation. By effectively handling large-scale, complex datasets and providing actionable insights, Gemini proves to b...
i also did quantum data filtering :D
Cool project!!
Gemini 1.5: Revolutionizing Patent Analysis with Long-Context AI | Kaggle Competition Entry
Explore how Gemini 1.5 Flash is transforming patent analysis with its groundbreaking long-context window and ability to handle up to 2 million tokens in a single prompt. This video is my entry for the Kaggle Gemini Long-Context Window competition, where participants showcase innovative applications of this cutting-edge AI model.
Using a dataset...
I watched your video yesterday โผ๏ธ
Hallucination-Free Prompts with Gemini 1.5 Pro | Google - Gemini Long Context - Kaggle Competition
Don't let AI hallucinations ruin your chat.
In this video, we break down our submission to the Google - Gemini Long Context - Kaggle Competition.
See and use our new approach to minimize hallucinations and write explicit prompts. Using Google Gemini 1.5 Pro's massive context window, we've developed a Kaggle notebook that scores and optimizes p...
damn some of you are so good at videos
https://www.youtube.com/watch?v=ZXW96Kp2SCk&t=1s mines really dry i feel, but biomedical / clinical ontology focused
Showcasing is a novel way to leverage Google's 1-2 million context length and context caching - by loading the entire ontology (usually 200-1 million tokens), for submission for Kaggle.
Public Kaggle Notebook is here: https://www.kaggle.com/junghoonson/ai-ontology-entity-linking-for-clinical-content
Anyone else made a short?
Better than a database. Better than a calculator. I believe this is demo is the first of it's kind anywhere. See what is enabled when long context becomes widely available.
Learn how to use long context and context caching with my notebook: [https://www.kaggle.com/code/haotiannnnn/intro-to-long-context-and-context-caching]
#ai...
I watched yours already too ๐คฃโผ๏ธ
What did you think?
Multilingual Gemini Powered Finance Assistant for India's Finance Budget - DelhiGen Innovators
โถ Link to the notebook : https://www.kaggle.com/code/bhattbhavesh91/multilingual-gemini-powered-finance-assistant/
โถ Sponsor me on GitHub : https://github.com/sponsors/bhattbhavesh91/
โถ Join this channel to get access to perks: https://bit.ly/Bhavesh...
I love ittt!! Everybody here did really great.
Can folks drop their kaggle notebooks, here? I'll upvote for visibility.
yeah! here's mine: https://www.kaggle.com/code/erichpromptperfect/prompt-hallucination-score
what's yours? i'll return the favor.
Upvoted both! This is mine: https://www.kaggle.com/code/haotiannnnn/intro-to-long-context-and-context-caching
Hi all , newbie at kaggle competitions
I would like to have feedback on my first work
https://www.kaggle.com/code/beastgokul/nami-the-research-navigator
Both great submissions!
Thanks
This one's quite creative
I realize my notebook isn't being listed in the competition page https://www.kaggle.com/code/junghoonson/ai-ontology-entity-linking-for-clinical-content because I didn't create the new notebook from the competition page. Curious how I can add this notebook to the competition site? Will I be DQ-ed on technicality ๐ญ
Open the notebook, and on the right side bar their should be something to 'add competition' normally. (but I am not sure if it will still let you.)
Seems like I can just add it to a new revision (without publishing) but i'll just leave it be
I don't think you'll get DQ as long as the links you submit in the google form are working.
I like what you've done with the notebook it's very detailed.
When are the results being announced guys its pretty late already
The results are out
https://www.kaggle.com/code/sajjadalishah/loan-approval-prediction-xgb
please upvote if you like the notebook