paper-with-me

Papers

SweCTRL-Mini: a data-transparent Transformer-based large language model for controllable text generation in Swedish

2023-04-27 · Dmytro Kalpakchi, Johan Boye

We present SweCTRL-Mini, a large Swedish language model that can be used for inference and fine-tuning on a single consumer-grade GPU. The model is based on the CTRL architecture by Keskar, McCann, Varshney, Xiong, and Socher (2019), which means that users of the SweCTRL-Mini model can control the genre of the generated text by inserting special tokens in the generation prompts. SweCTRL-Mini is trained on a subset of the Swedish part of the mC4 corpus and a set of Swedish novels. In this article, we provide (1) a detailed account of the utilized training data and text pre-processing steps, to the extent that it is possible to check whether a specific phrase/source was a part of the training data, and (2) an evaluation of the model on both discriminative tasks, using automatic evaluation methods, and generative tasks, using human referees. We also compare the generative capabilities of the model with those of GPT-3. SweCTRL-Mini is fully open and available for download.

📄 PDF Abstract BibTeX arXiv:2304.13994

Code (1)

dkalpakchi/swectrl-mini 공식 구현 pytorch

Tasks

GPULanguage ModelingLanguage ModellingLarge Language ModelText Generation

Methods 이 논문이 사용한 방법론

{Dispute@FaQ-s}How to file a dispute with Expedia? How to file a dispute with Expedia? To file a complaint against Expedia, first try contacting their customer service directly. You can reach them by phone at…
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
AdaGrad AdaGrad is a stochastic optimization method that adapts the learning rate to the parameters. It performs smaller updates for parameters associated with frequently occurring…
Adam 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…

Similar Papers 제목 키워드 기반

Segmenting Transparent Object in the Wild with Transformer

2021-01-21 · Enze Xie, Wenjia Wang, Wenhai Wang, Peize Sun 외

This work presents a new fine-grained transparent object segmentation dataset, termed Trans10K-v2, extending Trans10K-v1, the first large-scale transparent object segmentation dataset. Unlike Trans10K-v1 that only has tw…

DecoderObjectSegmentationSemantic Segmentation+1

TransMatting: Tri-token Equipped Transformer Model for Image Matting

2023-03-11 · Huanqia Cai, Fanglei Xue, Lele Xu, Lili Guo

Image matting aims to predict alpha values of elaborate uncertainty areas of natural images, like hairs, smoke, and spider web. However, existing methods perform poorly when faced with highly transparent foreground objec…

Image MattingTransparent objects

TODE-Trans: Transparent Object Depth Estimation with Transformer

2022-09-18 · Kang Chen, Shaochen Wang, Beihao Xia, Dongxu Li 외

Transparent objects are widely used in industrial automation and daily life. However, robust visual recognition and perception of transparent objects have always been a major challenge. Currently, most commercial-grade d…

Depth EstimationObjectTransparent Object Depth EstimationTransparent objects

Mechanistic Interpretability of Fine-Tuned Vision Transformers on Distorted Images: Decoding Attention Head Behavior for Transparent and Trustworthy AI

2025-03-24 · Nooshin Bahador

Mechanistic interpretability improves the safety, reliability, and robustness of large AI models. This study examined individual attention heads in vision transformers (ViTs) fine tuned on distorted 2D spectrogram images…

DiffDecompose: Layer-Wise Decomposition of Alpha-Composited Images via Diffusion Transformers

2025-05-24 · Zitong Wang, Hang Zhao, Qianyu Zhou, Xuequan Lu 외

Diffusion models have recently motivated great success in many generation tasks like object removal. Nevertheless, existing image decomposition methods struggle to disentangle semi-transparent or transparent layer occlus…

Flare Removal