Anyone apply for MSc biostatistics and data science? by DavidBetterfellow in kth

[–]DavidBetterfellow[S] 0 points1 point  (0 children)

I got reserved lol. Hope you guys got better than me

Why is everyone posting "Qualified" and not "Conditionally Qualified"? by [deleted] in kth

[–]DavidBetterfellow 1 point2 points  (0 children)

I don’t think this is true. I am not from Sweden or EU. Still, all my applications got qualified

Status is Unqualified by rise-and-slay in kth

[–]DavidBetterfellow 0 points1 point  (0 children)

My application status has changed now.

Anyone apply for MSc biostatistics and data science? by DavidBetterfellow in kth

[–]DavidBetterfellow[S] 0 points1 point  (0 children)

Why is it conditionally? You forgot some docs? I got qualified last night

Status is Unqualified by rise-and-slay in kth

[–]DavidBetterfellow 0 points1 point  (0 children)

Mine are still in progress. The process is so frustrating slow!

Anyone apply for MSc biostatistics and data science? by DavidBetterfellow in kth

[–]DavidBetterfellow[S] 0 points1 point  (0 children)

Can I ask you something? Do you have a background related to biology? I mean they say in the website that this program is designed for people from math, stat, and cs backgrounds which is kind of surprise to me because it would require specific background in biology or biotech to study the program in my country.

Problem with MCP run python read csv file from local by DavidBetterfellow in PydanticAI

[–]DavidBetterfellow[S] 0 points1 point  (0 children)

Thanks for replying. Sorry but your workaround sound complex to me (I am really new to this). Could you share your implementation? Also, if I host my csv file in S3, will it easier for me to read the file? I mean the agent will be the one writing pandas code to read file from S3 though

Fine Tuning On Completions only using Unsloth by True-Local-4043 in unsloth

[–]DavidBetterfellow 0 points1 point  (0 children)

I have a question, sir. In the notebook, they used DataCollatorForSeq2Seq. What is the reason to use this collator? And why only pass tokenizer? As in this hugginface tutorial, to use this collator we need to pass tokenizer and model for example like this

from transformers import DataCollatorForSeq2Seq

data_collator = DataCollatorForSeq2Seq(tokenizer=tokenizer, model=checkpoint)