Spaces:
Runtime error
Runtime error
File size: 1,638 Bytes
e0456c7 134e3ba 7e18848 e0456c7 01348d9 e0456c7 01348d9 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 |
---
title: Flan-T5-Large-Demo
emoji: π
colorFrom: green
colorTo: gray
sdk: gradio
sdk_version: 3.18.0
app_file: app.py
pinned: false
license: mit
---
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
The Flan-T5 model is a variant of the T5 (Text-to-Text Transfer Transformer) model, which is a large-scale neural network architecture designed for a wide range of natural language processing tasks, including language translation, question-answering, and summarization, among others.
The Flan-T5 model was trained on a combination of several large-scale datasets, including:
C4: The Colossal Clean Crawled Corpus - a large, multilingual dataset of web pages collected by crawling the internet, containing over 700GB of text in more than 100 languages.
Wikipedia: A dataset of text extracted from Wikipedia articles in various languages.
Common Crawl News: A dataset of news articles collected from various news sources.
BooksCorpus: A large dataset of text passages extracted from over 11,000 books, containing over 800 million words.
OpenWebText: A dataset of text scraped from web pages, similar to C4.
WebText: A smaller dataset of web pages containing around 40GB of text.
English-language books and articles from the JSTOR database.
These datasets were preprocessed and used to train the Flan-T5 model on a range of natural language processing tasks, including text classification, question-answering, and summarization, among others. The Flan-T5 model has been fine-tuned on various downstream tasks, including sentiment analysis, summarization, and language translation. |