-
Congratulations on your work and I am very interested in your paper. I am a novice and I would like to follow the tutorial to reproduce your tutorial. When working on task-specific student model disti…
-
I would like to express my gratitude for providing this remarkable platform. I am highly interested in How to deploy other reinforcement learning path planning algorithms and I'm eager to explore its…
-
-
## Issue:
- Unorganized Documentation: The documentation seems scattered across various pages, making it difficult to follow a structured learning path. This leads to confusion for a beginner as ther…
-
Hi,
I am currently working with a large OME-TIFF file (2_CD8.ome.tiff) that is quite high in resolution (9.59 GiB, Shape: (110319, 53873, 3)). For my downstream deep learning tasks, I need to downs…
-
I'm running post-training on a pruning model. After post-training, I get degraded performance - eg. mmlu goes down to 24%. is this expected?
```
MODEL=meta-llama/Llama-2-7b-hf
prune_ckpt_path=…
-
9/1/2024 8:54:43 File Input Output / Open file
"Hi,
I'm learning your Introduction to Python course. When i run the project, at first it gives an error at the path tests/test_task.py “open(“outfi…
-
### Current behavior / Resultado actual / Résultat actuel
If a student leaves a course open on a Learning Path page, when the page times out the login box is shown WITHIN the Learning Path. This res…
-
### bug描述 Describe the Bug
paddlepaddle-gpu 2.6.0.post117
paddlenlp : https://github.com/ZHUI/PaddleNLP, branch : sci/benckmark
commit id 20fe363530c0e3868414f65ec394124ffac6…
-
import logging
import os
import json
import torch
from datasets import load_from_disk
from transformers import TrainingArguments
from trl import SFTTrainer
from unsloth import FastLanguageModel…