ybelkada

82 models • 1 total models in database
Sort by:

tiny-random-T5ForConditionalGeneration-calibrated

A "better calibrated" tiny T5 model for testing purposes

104,070
1

opt-350m-lora

10,884
1

opt-125m-gptq-4bit

NaNK
7,548
0

flan-t5-xl-sharded-bf16

2,359
12

blip2-opt-2.7b-fp16-sharded

NaNK
1,257
3

gpt2-xl-8bit

NaNK
310
0

bloom-1b7-8bit

NaNK
302
6

falcon-7b-sharded-bf16

NaNK
189
21

TinyLlama-1.1B-Chat-v1.0-Q4_0-GGUF

NaNK
llama-cpp
122
2

Mixtral-8x7B-Instruct-v0.1-AWQ

NaNK
98
16

japanese-roberta-question-answering

license:cc-by-sa-3.0
91
1

random-tiny-BertGenerationModel

89
0

hubert-tiny-random

82
0

tiny-wav2vec2-stable-ln

72
0

blip-image-captioning-base-football-finetuned

license:bsd-3-clause
32
2

llava-1.5-7b-hf-awq

NaNK
31
2

test-tags-model-2

llama
21
0

t5-3b-sharded

NaNK
19
1

Mixtral-8x7B-Instruct-v0.1-bnb-4bit

NaNK
license:apache-2.0
15
59

test-gguf-trainer-Q4_K_M-GGUF

llama-cpp
10
0

switch-base-8-xsum

license:apache-2.0
9
3

pix2struct-base-football

8
1

test-opt-lora

license:apache-2.0
8
0

gpt-j-6b-detox

NaNK
7
0

mpt-7b-bf16-sharded

NaNK
7
0

falcon-7b-sharded

NaNK
6
2

gpt-neo-2.7B-detox

NaNK
6
0

gpt-j-6b-detoxified-20shdl

NaNK
6
0

tiny-random-llama-Q4_K_M-GGUF

llama-cpp
6
0

tiny-random-llama-Q6_K-GGUF

llama-cpp
6
0

Mistral-7B-v0.1-bf16-sharded

NaNK
5
3

test-opt-lora-2

license:apache-2.0
5
0

opt-125m-awq

5
0

test-gguf-trainer-Q8_0-GGUF

llama-cpp
5
0

T5 11b Sharded

1. Model Details 2. Uses 3. Bias, Risks, and Limitations 4. Training Details 5. Evaluation 6. Environmental Impact 7. Citation 8. Model Card Authors 9. How To Get Started With the Model The developers of the Text-To-Text Transfer Transformer (T5) write: > With T5, we propose reframing all NLP tasks into a unified text-to-text-format where the input and output are always text strings, in contrast to BERT-style models that can only output either a class label or a span of the input. Our text-to-text framework allows us to use the same model, loss function, and hyperparameters on any NLP task. T5-11B is the checkpoint with 11 billion parameters. - Developed by: Colin Raffel, Noam Shazeer, Adam Roberts, Katherine Lee, Sharan Narang, Michael Matena, Yanqi Zhou, Wei Li, Peter J. Liu. See associated paper and GitHub repo - Model type: Language model - Language(s) (NLP): English, French, Romanian, German - License: Apache 2.0 - Related Models: All T5 Checkpoints - Resources for more information: - Research paper - Google's T5 Blog Post - GitHub Repo - Hugging Face T5 Docs The developers write in a blog post that the model: > Our text-to-text framework allows us to use the same model, loss function, and hyperparameters on any NLP task, including machine translation, document summarization, question answering, and classification tasks (e.g., sentiment analysis). We can even apply T5 to regression tasks by training it to predict the string representation of a number instead of the number itself. See the blog post and research paper for further details. The model is pre-trained on the Colossal Clean Crawled Corpus (C4), which was developed and released in the context of the same research paper as T5. The model was pre-trained on a on a multi-task mixture of unsupervised (1.) and supervised tasks (2.). Thereby, the following datasets were being used for (1.) and (2.): 1. Datasets used for Unsupervised denoising objective: 2. Datasets used for Supervised text-to-text language modeling objective - Sentence acceptability judgment - CoLA Warstadt et al., 2018 - Sentiment analysis - SST-2 Socher et al., 2013 - Paraphrasing/sentence similarity - MRPC Dolan and Brockett, 2005 - STS-B Ceret al., 2017 - QQP Iyer et al., 2017 - Natural language inference - MNLI Williams et al., 2017 - QNLI Rajpurkar et al.,2016 - RTE Dagan et al., 2005 - CB De Marneff et al., 2019 - Sentence completion - COPA Roemmele et al., 2011 - Word sense disambiguation - WIC Pilehvar and Camacho-Collados, 2018 - Question answering - MultiRC Khashabi et al., 2018 - ReCoRD Zhang et al., 2018 - BoolQ Clark et al., 2019 > In this paper, we explore the landscape of transfer learning techniques for NLP by introducing a unified framework that converts every language problem into a text-to-text format. Our systematic study compares pre-training objectives, architectures, unlabeled datasets, transfer approaches, and other factors on dozens of language understanding tasks. The framework introduced, the T5 framework, involves a training procedure that brings together the approaches studied in the paper. See the research paper for further details. The developers evaluated the model on 24 tasks, see the research paper for full details. For full results for T5-11B, see the research paper, Table 14. Carbon emissions can be estimated using the Machine Learning Impact calculator presented in Lacoste et al. (2019). - Hardware Type: Google Cloud TPU Pods - Hours used: More information needed - Cloud Provider: GCP - Compute Region: More information needed - Carbon Emitted: More information needed APA: - Raffel, C., Shazeer, N., Roberts, A., Lee, K., Narang, S., Matena, M., ... & Liu, P. J. (2020). Exploring the limits of transfer learning with a unified text-to-text transformer. J. Mach. Learn. Res., 21(140), 1-67. This model card was written by the team at Hugging Face. Before `transformers` v3.5.0, due do its immense size, `t5-11b` required some special treatment. If you're using transformers `<= v3.4.0`, `t5-11b` should be loaded with flag `usecdn` set to `False` as follows: Secondly, a single GPU will most likely not have enough memory to even load the model into memory as the weights alone amount to over 40 GB. - Model parallelism has to be used here to overcome this problem as is explained in this PR. - DeepSpeed's ZeRO-Offload is another approach as explained in this post. See the Hugging Face T5 docs and a Colab Notebook created by the model developers for more context.

NaNK
license:apache-2.0
4
2

bloom-560m-8bit

NaNK
4
0

gpt-j-6b-sharded-bf16

NaNK
3
2

chatglm3-6b-hf

NaNK
3
1

tiny-mobilebertmodel

3
0

tiny-random-flava

3
0

gpt-neo-2.7B-sharded-bf16

NaNK
3
0

whisper-lora-test-auto-mapping

3
0

mistral-7b-instruct-v0.1-sharded

NaNK
3
0

test-ddpo-tag

license:apache-2.0
3
0

Falcon-E-1B-Instruct-bf16

NaNK
llama
3
0

fuyu-8b-sharded

NaNK
2
5

vit_base_r50_s16_384

2
0

gpt-neo-125m-detoxified-long-context

license:apache-2.0
2
0

gpt-neo-x-20b-sharded-bf16

NaNK
2
0

japanese-novel-gpt-j-6b-sharded

NaNK
2
0

mistral-7b-instruct-v0.1-sharded-2

NaNK
2
0

vicuna-7b-1.5-awq

NaNK
llama
2
0

tiny-random-LlamaForCausalLM-GQA

llama
2
0

lora-trained-xl

NaNK
2
0

out-test

license:mit
2
0

test-axolotl

2
0

test-bert-tags

2
0

tiny-random-llama

llama
2
0

blip2-opt-6.7b-fp16-sharded

NaNK
1
2

llama-7b-GPTQ-test

NaNK
llama
1
2

test-gguf-trainer

llama
1
1

opt-125m-debug

1
0

gpt2-ppo-scratch

1
0

clap-fused-htsat

1
0

bertin-gpt-j-6B-bf-16-sharded

NaNK
1
0

mpt-7b-transformers

NaNK
1
0

vicuna-7b-awq-test-2

NaNK
llama
1
0

test-llava-1.5

1
0

llava-1.5-7b

NaNK
1
0

test-axolotl-axolotlmambatrainer

1
0

test-axolotl-onecyclelrschedulertrainer

1
0

test-tags-model

llama
1
0

test-tiny-llama-unsloth

llama
1
0

stable-diffusion-v1-5

1
0

segment-anything

license:apache-2.0
0
121

falcon-7b-guanaco-lora

NaNK
0
9

flan-t5-large-financial-phrasebank-lora

license:apache-2.0
0
4

falcon-40b-guanaco-lora

NaNK
0
4

japanese-dummy-tokenizer

license:mit
0
1

opt-6.7b-lora

NaNK
0
1

clap-model-card

license:apache-2.0
0
1

llama-xformers

0
1