Know anyone who might be interested?
Apply here: https://docs.google.com/forms/d/e/1FAIpQLSc_786-_i_q4fo5ESqYnNyjIH0B5Rs45QIwejd_NV5AjNDZ7A/viewform
Hello,
Thank you for reaching out. I'm interested in learning more about its potential applications and dataset specifics. To ensure we’re aligned on objectives and timelines, would you mind detailing a bit further on the following in the Tally form? (https://tally.so/r/w2xe0A)
Please submit your responses via the form to streamline our discussion. Once we have the foundational details clarified, we can determine the next steps and see how best to leverage the Azure credits together.
Looking forward to exploring the possibilities.
Best regards, Louis
Hello @Siddartha10 ,
Thank you for reaching out! I'm excited to hear about your work and the potential for collaboration.
To help assess how best to support your project, could you please share a bit more detail? Specifically:
Feel free to submit your details via this form Tally form (https://tally.so/r/w2xe0A) so we can proceed efficiently.
Looking forward to learning more about your project and potentially collaborating!
Best regards,
Louis
Hi @Pankaj8922 ,
Thank you for reaching out and sharing your project concept! For this collaboration, I'm specifically seeking projects that already have data prepared and ready for immediate use, as the Azure credits are limited and focused on applications that can be initiated without additional data generation steps.
If you have any projects with data fully prepared, feel free to submit details through the form here: https://tally.so/r/w2xe0A.
Best of luck with your synthetic dataset project!
label2id = {
"Bénéfices professionnels": 0,
"Contrôle et contentieux": 1,
"Dispositifs transversaux": 2,
"Fiscalité des entreprises": 3,
"Patrimoine et enregistrement": 4,
"Revenus particuliers": 5,
"Revenus patrimoniaux": 6,
"Taxes sur la consommation": 7
}
id2label = {
0: "Bénéfices professionnels",
1: "Contrôle et contentieux",
2: "Dispositifs transversaux",
3: "Fiscalité des entreprises",
4: "Patrimoine et enregistrement",
5: "Revenus particuliers",
6: "Revenus patrimoniaux",
7: "Taxes sur la consommation"
}
from optimum.onnxruntime import ORTModelForSequenceClassification
# Load the model from the hub and export it to the ONNX format
model_id = "distilbert-base-uncased-finetuned-sst-2-english"
model = ORTModelForSequenceClassification.from_pretrained(model_id, export=True)
pip install huggingface_hub==0.26.0
nn.Module
implementation for easy customization.stool.py
for seamless job launching on Slurm clusters.