-
Dear Xiaoyuan Zhang,
I am very interested in your project. This year, my research group published a paper titled "A Hyper-Transformer Model for Controllable Pareto Front Learning with Split Feasibi…
-
Achieving Code Execution in MathGPT via Prompt Injection - 28 января 2023
ChatGPT Plugin Privacy Leak - май 2023 г.
Attack on Machine Translation Services - 30 апреля 2020 г.
GPT-2 Model Replicatio…
-
My suggestions for 1.0 of the package, specifically for learning:
NB: if ticked, it means either it is complete or there is a good reason (which is provided) why this cannot go in for 1.0
- [x] …
-
SentenceVAE/
│
├── encoder.py
│ ```python
│ import torch
│ from torch import nn
│
│ class SentenceEncoder(nn.Module):
│ '''Sentence Encoder with byte-level BPE tokenization, lear…
-
Dear @Alan-LanFeng,
Thank you for your excellent work! I have two questions I’d like to discuss with you:
1. I encountered a similar issue with the MTR model not achieving the expected results o…
-
The nbases argument in learnErrors is set to 1e8 by default, i.e. 100 million = 100 000 000 bases to use for error rate learning. Still, I often see messages like this:
```
2304931075 total bases …
-
### Description of feature
Hi,
A few thoughts after working with CREsted:
1. Would you consider a `genome` style class like snapatac2 for handling the reference files (fasta, chrom sizes, gtf, …
-
We've recently added support for column-wise data split (feature parallelism) and vertical federated learning (#8424), but the user interface in python is limited to text inputs and numpy arrays (#936…
-
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…
-
My Code Editor Project
I've created a web-based code editor that allows real-time writing and previewing of HTML, CSS, and JavaScript.
Key features:
Split-panel interface with separate editors fo…