license stringlengths 2 30 | tags stringlengths 2 513 | is_nc bool 1
class | readme_section stringlengths 201 597k | hash stringlengths 32 32 |
|---|---|---|---|---|
bsd-3-clause | ['code', 'generative'] | false | Model description CodeGen is a family of autoregressive language models for **program synthesis** from the paper: [A Conversational Paradigm for Program Synthesis](https://arxiv.org/abs/2203.13474) by Erik Nijkamp, Bo Pang, Hiroaki Hayashi, Lifu Tu, Huan Wang, Yingbo Zhou, Silvio Savarese, Caiming Xiong. The models a... | c2f96b26f58c23c903420a07eeae89c3 |
bsd-3-clause | ['code', 'generative'] | false | Training data This checkpoint (CodeGen-Multi 350M) was firstly initialized with *CodeGen-NL 350M*, and then pre-trained on [BigQuery](https://console.cloud.google.com/marketplace/details/github/github-repos), a large-scale dataset of multiple programming languages from GitHub repositories. The data consists of 119.2B... | 307965ed40e9eb8102f602a197c572ad |
bsd-3-clause | ['code', 'generative'] | false | Training procedure Initially: CodeGen was trained using cross-entropy loss to maximize the likelihood of sequential inputs. The family of models are trained using multiple TPU-v4-512 by Google, leveraging data and model parallelism. See Section 2.3 of the [paper](https://arxiv.org/abs/2203.13474) for more details. F... | 871df1b23e7fa366140600b6e3676937 |
bsd-3-clause | ['code', 'generative'] | false | How to use This model can be easily loaded using the `AutoModelForCausalLM` functionality: ```python from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("Salesforce/codegen-350M-multi") model = AutoModelForCausalLM.from_pretrained("alecsharpie/codegen_350m_css") t... | 7b5326de3e3a7179001d29135c1354a5 |
apache-2.0 | [] | false | Details of ByT5 - Base 🧠 ByT5 is a tokenizer-free version of [Google's T5](https://ai.googleblog.com/2020/02/exploring-transfer-learning-with-t5.html) and generally follows the architecture of [MT5](https://huggingface.co/google/mt5-base). ByT5 was only pre-trained on [mC4](https://www.tensorflow.org/datasets/catalog... | ddad1f79e2f741772239ee50663e7fc4 |
apache-2.0 | [] | false | c4multilingual) excluding any supervised training with an average span-mask of 20 UTF-8 characters. Therefore, this model has to be fine-tuned before it is useable on a downstream task. ByT5 works especially well on noisy text data,*e.g.*, `google/byt5-base` significantly outperforms [mt5-base](https://huggingface.co/g... | 6b92a060840780c5609df593bda05e56 |
apache-2.0 | [] | false | Details of byt5-is-ocr-post-processing-old-texts This model generates a revised version of a given Icelandic OCRed text. The model was trained with [simpleT5](https://github.com/Shivanandroy/simpleT5) on 900.000 lines (\~7.000.000 tokens) of which only 50.000 (\~400.000 tokens) were from real OCRed texts. The rest wer... | 8d226e01a99726e85c0b82c3a12ea7c4 |
apache-2.0 | [] | false | Usage ```python from transformers import pipeline from transformers.pipelines.pt_utils import KeyDataset from datasets import load_dataset MODEL = 'atlijas/byt5-is-ocr-post-processing-old-texts' correct_ocr = pipeline('text2text-generation', model=MODEL, tokenizer=MODEL, num_return_sequences=1) dataset = load_datas... | 52c88d9da86c96771b3aecb2b42eaef6 |
apache-2.0 | [] | false | Evaluation results The test set for this model consists of various Icelandic texts from the 19th and early 20th century. On it, the model achieves a chrF error rate reduction of 39.3%, with the original text's score being 94.6, and the processed one's 96.7. The model achieves a proportional BLEU improvement of 51.6%, ... | 364c0eeac293873ef7c41c1f7b052ffb |
apache-2.0 | [] | false | Acknowledgments This project was funded by the Language Technology Programme for Icelandic 2019-2023. The programme, which is managed and coordinated by [Almannarómur](https://almannaromur.is/), is funded by the Icelandic Ministry of Education, Science and Culture. | d27cf584d4883357c17ee235dd3287f0 |
other | ['generated_from_trainer'] | false | distilroberta-propaganda-2class This model is a fine-tuned version of [distilroberta-base](https://huggingface.co/distilroberta-base) on the QCRI propaganda dataset. It achieves the following results on the evaluation set: - Loss: 0.5087 - Acc: 0.7424 | 4e856404d11c5042b888d9c99ff4eccc |
other | ['generated_from_trainer'] | false | Training results | Training Loss | Epoch | Step | Validation Loss | Acc | |:-------------:|:-----:|:----:|:---------------:|:------:| | 0.5737 | 1.0 | 493 | 0.5998 | 0.6515 | | 0.4954 | 2.0 | 986 | 0.5530 | 0.7080 | | 0.4774 | 3.0 | 1479 | 0.5331 | 0.7258 | |... | 4298423ee45d1fa914398a4c999fdc80 |
cc-by-4.0 | ['named-entity-recognition', 'legal', 'ner'] | false | Model description This model is a fine-tuned version of [bert-base-german-cased](https://huggingface.co/bert-base-german-cased) on the [German LER Dataset](https://huggingface.co/datasets/elenanereiss/german-ler). Distribution of classes in the dataset: | | | **Fine-grained classes** | ** | 6706a8150d79cb497cf71aea0273c373 |
cc-by-4.0 | ['named-entity-recognition', 'legal', 'ner'] | false | ** | **%** | |----|---------|--------------------------|------------|---------| | 1 | **PER** | _Person_ | 1,747 | 3.26 | | 2 | **RR** | _Judge_ | 1,519 | 2.83 | | 3 | **AN** | _Lawyer_ | 111 | 0.21 | | 4 | **LD** | _Country_ ... | 8fb60ed901c76144c895d0c3ad52643f |
cc-by-4.0 | ['named-entity-recognition', 'legal', 'ner'] | false | Results on the dev set: ``` precision recall f1-score support AN 0.75 0.50 0.60 12 EUN 0.92 0.93 0.92 116 GRT 0.95 0.99 0.97 331 GS 0.98 0.98 0.98 1720 INN ... | 3ff2751c66bad1e2c958ee9fe3781861 |
cc-by-4.0 | ['named-entity-recognition', 'legal', 'ner'] | false | Results on the test set: ``` precision recall f1-score support AN 1.00 0.89 0.94 9 EUN 0.90 0.97 0.93 150 GRT 0.98 0.98 0.98 321 GS 0.98 0.99 0.98 1818 INN ... | e56b51658a76d44a7b51c7067b44e366 |
cc-by-4.0 | ['named-entity-recognition', 'legal', 'ner'] | false | Reference ``` @misc{https://doi.org/10.48550/arxiv.2003.13016, doi = {10.48550/ARXIV.2003.13016}, url = {https://arxiv.org/abs/2003.13016}, author = {Leitner, Elena and Rehm, Georg and Moreno-Schneider, Julián}, keywords = {Computation and Language (cs.CL), Information Retrieval (cs.IR), FOS: Computer and ... | 025515b2ab2fba82babcdbd080858097 |
afl-3.0 | [] | false | This model is used detecting **abusive speech** in **Code-Mixed Urdu**. It is finetuned on MuRIL model using code-mixed Urdu abusive speech dataset. The model is trained with learning rates of 2e-5. Training code can be found at this [url](https://github.com/hate-alert/IndicAbusive) LABEL_0 :-> Normal LABEL_1 :-> Abu... | c03e9f18922a8f0cef136efca3c94133 |
apache-2.0 | ['generated_from_trainer'] | false | bert-large-cased-sigir-support-no-label-40-sigir-tune2nd-LR10-labelled-40 This model is a fine-tuned version of [jojoUla/bert-large-cased-sigir-support-no-label-40](https://huggingface.co/jojoUla/bert-large-cased-sigir-support-no-label-40) on an unknown dataset. It achieves the following results on the evaluation set... | fe6ef22e6a53fa8ab1772702d34aa9b6 |
apache-2.0 | ['generated_from_trainer'] | false | Training results | Training Loss | Epoch | Step | Validation Loss | |:-------------:|:-----:|:----:|:---------------:| | 3.0728 | 1.0 | 1 | 3.3883 | | 3.6431 | 2.0 | 2 | 4.0303 | | 3.4087 | 3.0 | 3 | 2.1767 | | 2.522 | 4.0 | 4 | 2.3348 ... | 08d7f071d5902504abcc2426e85ee3be |
mit | ['speech', 'text', 'cross-modal', 'unified model', 'self-supervised learning', 'SpeechT5', 'Voice Conversion'] | false | SpeechT5 VC Manifest | [**Github**](https://github.com/microsoft/SpeechT5) | [**Huggingface**](https://huggingface.co/mechanicalsea/speecht5-vc) | This manifest is an attempt to recreate the Voice Conversion recipe used for training [SpeechT5](https://aclanthology.org/2022.acl-long.393). This manifest was constructe... | 55604fc826d8d3a251b16ebd6bdd3462 |
mit | ['speech', 'text', 'cross-modal', 'unified model', 'self-supervised learning', 'SpeechT5', 'Voice Conversion'] | false | News - 8 February 2023: SpeechT5 is integrated as an official model into the Hugging Face Transformers library [[Blog](https://huggingface.co/blog/speecht5)] and [[Demo](https://huggingface.co/spaces/Matthijs/speecht5-vc-demo)]. | 0e287be8389a72f04f78675c508456b0 |
mit | ['speech', 'text', 'cross-modal', 'unified model', 'self-supervised learning', 'SpeechT5', 'Voice Conversion'] | false | Model and Samples - [`speecht5_vc.pt`](./speecht5_vc.pt) are reimplemented Voice Conversion fine-tuning on the released manifest **but with a smaller batch size or max updates** (Ensure the manifest is ok). - `samples` are created by the released fine-tuned model and vocoder. | b7059932ad2d3ca9b3788357b2ccae4b |
apache-2.0 | ['generated_from_trainer'] | false | tiny-mlm-glue-mrpc-target-glue-mrpc This model is a fine-tuned version of [muhtasham/tiny-mlm-glue-mrpc](https://huggingface.co/muhtasham/tiny-mlm-glue-mrpc) on the None dataset. It achieves the following results on the evaluation set: - Loss: 1.0963 - Accuracy: 0.7034 - F1: 0.7738 | c1dfcab37bf90602519435b2ab82d096 |
apache-2.0 | ['generated_from_trainer'] | false | Training results | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:| | 0.5884 | 4.35 | 500 | 0.5523 | 0.7059 | 0.8046 | | 0.4494 | 8.7 | 1000 | 0.5547 | 0.7574 | 0.8358 | | 0.304 |... | 209de4774473df69b53fcda713f3dde3 |
apache-2.0 | ['translation'] | false | eng-spa * source group: English * target group: Spanish * OPUS readme: [eng-spa](https://github.com/Helsinki-NLP/Tatoeba-Challenge/tree/master/models/eng-spa/README.md) * model: transformer * source language(s): eng * target language(s): spa * model: transformer * pre-processing: normalization + SentencePiece (s... | e6a2fee49b42b42aa2cb09b5a1170b43 |
apache-2.0 | ['translation'] | false | Benchmarks | testset | BLEU | chr-F | |-----------------------|-------|-------| | newssyscomb2009-engspa.eng.spa | 31.0 | 0.583 | | news-test2008-engspa.eng.spa | 29.7 | 0.564 | | newstest2009-engspa.eng.spa | 30.2 | 0.578 | | newstest2010-engspa.eng.spa | 36.9 | 0.620 | | newstest2011-engspa.e... | e455aee2895c42526afb2cf8c2f0207d |
apache-2.0 | ['translation'] | false | System Info: - hf_name: eng-spa - source_languages: eng - target_languages: spa - opus_readme_url: https://github.com/Helsinki-NLP/Tatoeba-Challenge/tree/master/models/eng-spa/README.md - original_repo: Tatoeba-Challenge - tags: ['translation'] - languages: ['en', 'es'] - src_constituents: {'eng'} - tgt_const... | dc3aa6b89330222f930794dfc1072086 |
apache-2.0 | ['summarization', 'generated_from_trainer'] | false | t5-small-finetuned-amazon-en This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the amazon_reviews_multi dataset. It achieves the following results on the evaluation set: - eval_loss: 5.1622 - eval_rouge1: 14.7056 - eval_rouge2: 6.5373 - eval_rougeL: 13.8753 - eval_rougeLsum: 13.9924... | 5f87145f4031ee46e87246853c4712a1 |
apache-2.0 | ['summarization', 'generated_from_trainer'] | false | Training hyperparameters The following hyperparameters were used during training: - learning_rate: 5.6e-05 - train_batch_size: 8 - eval_batch_size: 8 - seed: 42 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - num_epochs: 100 | 33da635b61c6ed99fc7dd293a34cfc30 |
apache-2.0 | ['summarization', 'generated_from_trainer'] | false | mt5-small-finetuned-amazon-en-es This model is a fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) on the amazon_reviews_multi dataset. It achieves the following results on the evaluation set: - Loss: 2.8942 - Rouge1: 10.9755 - Rouge2: 4.1273 - Rougel: 10.7296 - Rougelsum: 10.8385 | 23120b9f6ce25bd5f300581aa3e19618 |
apache-2.0 | ['summarization', 'generated_from_trainer'] | false | Training results | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | |:-------------:|:-----:|:----:|:---------------:|:-------:|:------:|:-------:|:---------:| | 10.5642 | 1.0 | 439 | 3.4153 | 7.3011 | 1.5565 | 7.0922 | 7.2304 | | 4.6623 | 2.0 |... | 7ffe40b7ec61e969db73e941102b1596 |
apache-2.0 | ['sentence-transformers', 'feature-extraction', 'sentence-similarity'] | false | average_word_embeddings_glove.6B.300d **This model is a copy of [this model repository](https://huggingface.co/sentence-transformers/average_word_embeddings_glove.6B.300d) from sentence-transformers at the specific commit `5d2b7d1c127036ae98b9d487eca4d48744edc709`.** This is a [sentence-transformers](https://www.SBE... | 73be9d18ee033929271d51d1062b9243 |
apache-2.0 | ['sentence-transformers', 'feature-extraction', 'sentence-similarity'] | false | Usage (Sentence-Transformers) Using this model becomes easy when you have [sentence-transformers](https://www.SBERT.net) installed: ``` pip install -U sentence-transformers ``` Then you can use the model like this: ```python from sentence_transformers import SentenceTransformer sentences = ["This is an example sen... | 57f075f93374bd92664d3e3d7a79d507 |
apache-2.0 | ['sentence-transformers', 'feature-extraction', 'sentence-similarity'] | false | Evaluation Results For an automated evaluation of this model, see the *Sentence Embeddings Benchmark*: [https://seb.sbert.net](https://seb.sbert.net?model_name=sentence-transformers/average_word_embeddings_glove.6B.300d) | 66ae1d966b99398fa3aee6f64d9f1cab |
apache-2.0 | ['sentence-transformers', 'feature-extraction', 'sentence-similarity'] | false | Full Model Architecture ``` SentenceTransformer( (0): WordEmbeddings( (emb_layer): Embedding(400001, 300) ) (1): Pooling({'word_embedding_dimension': 300, 'pooling_mode_cls_token': False, 'pooling_mode_mean_tokens': True, 'pooling_mode_max_tokens': False, 'pooling_mode_mean_sqrt_len_tokens': False}) ) ``` | f24056dbac0d28bb8f57054d4883a3a5 |
mit | ['generated_from_trainer'] | false | Training hyperparameters The following hyperparameters were used during training: - learning_rate: 5e-05 - train_batch_size: 32 - eval_batch_size: 8 - seed: 42 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - num_epochs: 12 | 00b9c4a8986e0e62d868dfdf0fd8527f |
apache-2.0 | ['translation'] | false | opus-mt-en-ROMANCE * source languages: en * target languages: fr,fr_BE,fr_CA,fr_FR,wa,frp,oc,ca,rm,lld,fur,lij,lmo,es,es_AR,es_CL,es_CO,es_CR,es_DO,es_EC,es_ES,es_GT,es_HN,es_MX,es_NI,es_PA,es_PE,es_PR,es_SV,es_UY,es_VE,pt,pt_br,pt_BR,pt_PT,gl,lad,an,mwl,it,it_IT,co,nap,scn,vec,sc,ro,la * OPUS readme: [en-fr+fr_BE+f... | 87e89c5da4aee563be6676f3d04825ab |
apache-2.0 | ['generated_from_trainer'] | false | wav2vec2-large-xls-r-300m-chuvash-colab This model is a fine-tuned version of [facebook/wav2vec2-xls-r-300m](https://huggingface.co/facebook/wav2vec2-xls-r-300m) on the common_voice dataset. It achieves the following results on the evaluation set: - eval_loss: 0.6998 - eval_wer: 0.7356 - eval_runtime: 233.6193 - eval... | 736aac66b86ce41c43b2c9d098546d62 |
apache-2.0 | ['automatic-speech-recognition', 'sv-SE'] | false | exp_w2v2t_sv-se_vp-100k_s904 Fine-tuned [facebook/wav2vec2-large-100k-voxpopuli](https://huggingface.co/facebook/wav2vec2-large-100k-voxpopuli) for speech recognition using the train split of [Common Voice 7.0 (sv-SE)](https://huggingface.co/datasets/mozilla-foundation/common_voice_7_0). When using this model, make s... | 0a1f8114e405faf6475d6f85bfe89e2a |
apache-2.0 | ['generated_from_trainer'] | false | scideberta-cs-tdm-pretrained-finetuned-ner-finetuned-ner This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the generator dataset. It achieves the following results on the evaluation set: - Loss: 0.7548 - Overall Precision: 0.5582 - Overall Recall: 0.7048 - Overall ... | 0510f92535f14d535a14a68dd1bdcf41 |
apache-2.0 | ['generated_from_trainer'] | false | Training results | Training Loss | Epoch | Step | Validation Loss | Overall Precision | Overall Recall | Overall F1 | Overall Accuracy | Datasetname F1 | Hyperparametername F1 | Hyperparametervalue F1 | Methodname F1 | Metricname F1 | Metricvalue F1 | Taskname F1 | |:-------------:|:-----:|:----:|:---------------:|:-... | bac460aca0db67306b3c40255f030169 |
cc-by-4.0 | ['espnet', 'audio', 'text-to-speech'] | false | `kan-bayashi/ljspeech_fastspeech` ♻️ Imported from https://zenodo.org/record/3986231/ This model was trained by kan-bayashi using ljspeech/tts1 recipe in [espnet](https://github.com/espnet/espnet/). | 9b8fa5d94dd96d5a83a5350e64010335 |
apache-2.0 | ['generated_from_trainer'] | false | bert-finetuned-ner This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on an unknown dataset. It achieves the following results on the evaluation set: - Loss: 0.3619 - Precision: 0.7737 - Recall: 0.7568 - F1: 0.7651 - Accuracy: 0.8876 | 2f6cd472a26a1deb953352c7156e92ad |
apache-2.0 | ['generated_from_trainer'] | false | Training results | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy | |:-------------:|:-----:|:-----:|:---------------:|:---------:|:------:|:------:|:--------:| | 0.3965 | 1.0 | 6529 | 0.3917 | 0.7565 | 0.7324 | 0.7442 | 0.8791 | | 0.361 | 2.0 ... | abefb9d1a6f210b54ab9e3599061763a |
cc-by-4.0 | [] | false | Icelandic ConvBERT-Base This model was pretrained on the [Icelandic Gigaword Corpus](http://igc.arnastofnun.is/), which contains approximately 1.69B tokens, using default settings. The model uses a WordPiece tokenizer with a vocabulary size of 32,105. | 17297712864ed3ed5957d32fc76d0c02 |
apache-2.0 | ['generated_from_trainer'] | false | Training hyperparameters The following hyperparameters were used during training: - learning_rate: 2e-05 - train_batch_size: 4 - eval_batch_size: 8 - seed: 42 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - num_epochs: 15 | b5e57e9bbe4aa08b9a7cb8c55ef92416 |
apache-2.0 | ['setfit', 'sentence-transformers', 'text-classification'] | false | fathyshalab/massive_takeaway-roberta-large-v1-5-88 This is a [SetFit model](https://github.com/huggingface/setfit) that can be used for text classification. The model has been trained using an efficient few-shot learning technique that involves: 1. Fine-tuning a [Sentence Transformer](https://www.sbert.net) with con... | 6bd3a7c91fd654dd07a6fbc33fbae666 |
apache-2.0 | ['whisper-event', 'generated_from_trainer'] | false | Whisper Small fy-NL - RuudVelo This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Common Voice 11.0 dataset. It achieves the following results on the test set: - Loss: 0.1443 - Wer: 21.03 | 076a1e711d922ba64282665977102ff4 |
apache-2.0 | ['whisper-event', 'generated_from_trainer'] | false | Training hyperparameters The following hyperparameters were used during training: - learning_rate: 1e-05 - train_batch_size: 64 - eval_batch_size: 8 - training_steps: 5000 - mixed_precision_training: Native AMP | 89cee473f1015cdf087022b73f3e033e |
apache-2.0 | ['whisper-event', 'generated_from_trainer'] | false | Training results | Training Loss | Step | Validation Loss | Wer | |:-------------:|:-----:|:---------------:|:------:| | 0.0053 | 1000 | 0.4201 | 21.64 | | 0.0008 | 2000 | 0.4607 | 21.03 | | 0.0004 | 3000 | 0.4853 | 21.11 | | 0.0003 | 4000 | 0.5015 ... | 906af8f3cb9f8a963c2825f23ae6665f |
apache-2.0 | ['generated_from_trainer'] | false | distilbert-base-uncased-gc-art3e This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset. It achieves the following results on the evaluation set: - Loss: 0.0841 - Accuracy: 0.983 - F1: 0.9755 | 0a921da476d1d918c839dcb7db902d93 |
apache-2.0 | ['generated_from_trainer'] | false | Training results | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:| | 0.0576 | 1.0 | 32 | 0.0846 | 0.982 | 0.9731 | | 0.0388 | 2.0 | 64 | 0.0878 | 0.98 | 0.9737 | | 0.0372 |... | b03e642dbfdf44942cce432dff48fad6 |
apache-2.0 | ['generated_from_trainer'] | false | Training results | Training Loss | Epoch | Step | Validation Loss | |:-------------:|:-----:|:----:|:---------------:| | No log | 1.0 | 187 | 2.4258 | | No log | 2.0 | 374 | 2.3627 | | 2.5802 | 3.0 | 561 | 2.3284 | | 2.5802 | 4.0 | 748 | 2.3109 ... | cfc52e66863ed802b898aee131433651 |
apache-2.0 | ['translation'] | false | Model Details - **Model Description:** This model has been pre-trained for English-Chinese Translation, and use datasets of THUOCL to fine tune the model. - **source group**: English - **target group**: Chinese - **Parent Model:** Helsinki-NLP/opus-mt-en-zh, see https://huggingface.co/Helsinki-NLP/opus-mt-en-zh - **... | c872c4ddd055517fa0ed255e75797e6c |
apache-2.0 | ['translation'] | false | How to Get Started With the Model ```python from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("BubbleSheep/Hgn_trans_en2zh") model = AutoModelForSeq2SeqLM.from_pretrained("BubbleSheep/Hgn_trans_en2zh") ``` | 763d06ccdd0dff8df61b67f28a7f5b0b |
mit | ['generated_from_trainer'] | false | Training hyperparameters The following hyperparameters were used during training: - learning_rate: 2e-05 - train_batch_size: 8 - eval_batch_size: 8 - seed: 42 - distributed_type: tpu - gradient_accumulation_steps: 4 - total_train_batch_size: 32 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler... | a2fc6f8e957969e50d1c88309c5e2454 |
apache-2.0 | ['generated_from_trainer'] | false | distilbert-base-uncased-new2-cola This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset. It achieves the following results on the evaluation set: - Loss: 0.2107 - Matthews Correlation: 0.9155 | 6df663b4dad207b21e5156b7125d16c1 |
apache-2.0 | ['generated_from_trainer'] | false | Training results | Training Loss | Epoch | Step | Validation Loss | Matthews Correlation | |:-------------:|:-----:|:----:|:---------------:|:--------------------:| | No log | 1.0 | 164 | 0.4352 | 0.8059 | | No log | 2.0 | 328 | 0.2626 | 0.8950 | | No ... | e6b16887b7c584a56a7008b17cac76c1 |
other | ['stable-diffusion', 'text-to-image'] | false | dnditem --- Examples | Examples :-------------------------:|:-------------------------: <img src="https://i.imgur.com/XCg4JmW.png" width="50%"/> | <img src="https://i.imgur.com/HRoKRlY.png" width="50%"/> <img src="https://i.imgur.com/9KTpaIZ.png" width="50%"/> | This is a model (dnditem) fo... | b67613d3d4b208aff944e3246d529140 |
other | ['stable-diffusion', 'text-to-image'] | false | Prompting --- The keywork is "dnditem", and the prompts should be done in the following way: "dnditem, [item type], [item style], [background]" So, for example, a prompt could look like: "dnditem, a pair of boots, spellguard style, light red circle inner background with white outer background". or "dnditem, a shi... | d3dd79085da19a7d8169da22bd1a9f43 |
other | ['stable-diffusion', 'text-to-image'] | false | item type --- Currently the model supports and was trained on the following types: "a pair of boots", "a cloak", "a pair of gloves", "a helmet", "a necklace", "a ring", "a robe", "a rod", "a shield", "a staff", "a sword", "a wand" | 228d0b113bdca97b8d15c9f4f3af74b0 |
other | ['stable-diffusion', 'text-to-image'] | false | item_styles --- The item styles, or abilities, can be found in the itemstyles.txt file. There are over 100 of them, of all sorts of different types of dnditems. Some cool ones to check out are "ultimate evil style", "blue and green transparent animated style", and "spell storing style". | 48ddc2061530e2ecb627c10fd44f5368 |
other | ['stable-diffusion', 'text-to-image'] | false | background --- Backgrounds should be promopted with an inner and an other background, as well as a "shape" that is either "circle" or "stripe". So Something like "light blue circle inner background with white outer background". | f17bec7cc41fbd8a6f5973c6c98acef4 |
apache-2.0 | ['generated_from_trainer'] | false | test_trainer This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the yelp_review_full dataset. It achieves the following results on the evaluation set: - Loss: 1.1174 - Accuracy: 0.557 | c71ea993ab7ece0fc565523047955a5c |
apache-2.0 | ['generated_from_trainer'] | false | Training results | Training Loss | Epoch | Step | Validation Loss | Accuracy | |:-------------:|:-----:|:----:|:---------------:|:--------:| | No log | 1.0 | 16 | 1.4821 | 0.384 | | No log | 2.0 | 32 | 1.2059 | 0.535 | | No log | 3.0 | 48 | 1.1174 | 0.... | 6e0a499918ed30849c5c917ad1163dac |
cc-by-4.0 | ['espnet', 'audio', 'audio-to-audio'] | false | Demo: How to use in ESPnet2 ```bash cd espnet pip install -e . cd egs2/chime4/enh1 ./run.sh --skip_data_prep false --skip_train true --download_model espnet/Wangyou_Zhang_chime4_enh_train_enh_conv_tasnet_raw ``` | 2d285a0381e94ac97ad6906fb5fb9098 |
cc-by-4.0 | ['espnet', 'audio', 'audio-to-audio'] | false | ENH config <details><summary>expand</summary> ``` config: conf/tuning/train_enh_conv_tasnet.yaml print_config: false log_level: INFO dry_run: false iterator_type: chunk output_dir: exp/enh_train_enh_conv_tasnet_raw ngpu: 1 seed: 0 num_workers: 4 num_att_plot: 3 dist_backend: nccl dist_init_method: env:// dist_world_... | 2314851791fdc917b7e47fbf20a623b9 |
apache-2.0 | ['generated_from_trainer'] | false | bert-finetuned-ner This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the conll2003 dataset. It achieves the following results on the evaluation set: - Loss: 0.0633 - Precision: 0.9306 - Recall: 0.9485 - F1: 0.9395 - Accuracy: 0.9859 | 4818ad52debaa7803fb779a2cf181f53 |
apache-2.0 | ['generated_from_trainer'] | false | Training results | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy | |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:| | 0.0834 | 1.0 | 1756 | 0.0676 | 0.9162 | 0.9315 | 0.9238 | 0.9824 | | 0.0388 | 2.0 |... | ddf8a1192bc83e3099dbac37a0a79463 |
apache-2.0 | ['generated_from_keras_callback'] | false | hsohn3/mayo-bert-visit-uncased-wordlevel-block512-batch4-ep100 This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset. It achieves the following results on the evaluation set: - Train Loss: 0.9559 - Epoch: 99 | 3bd1913aabe6b4be9df5a7648435fb5a |
apache-2.0 | ['generated_from_keras_callback'] | false | Training results | Train Loss | Epoch | |:----------:|:-----:| | 4.1247 | 0 | | 3.5129 | 1 | | 3.4726 | 2 | | 3.4483 | 3 | | 3.4395 | 4 | | 3.4301 | 5 | | 3.4260 | 6 | | 3.4131 | 7 | | 3.3831 | 8 | | 3.2925 | 9 | | 3.2454 | 10 | | ... | 880ea8409ee9e8fd15e863171fe22b2c |
apache-2.0 | ['automatic-speech-recognition', 'fr'] | false | exp_w2v2t_fr_r-wav2vec2_s251 Fine-tuned [facebook/wav2vec2-large-robust](https://huggingface.co/facebook/wav2vec2-large-robust) for speech recognition using the train split of [Common Voice 7.0 (fr)](https://huggingface.co/datasets/mozilla-foundation/common_voice_7_0). When using this model, make sure that your speec... | 0cebe9ced4a369ddc55372ae39b3a3bc |
mit | [] | false | million-live-akane-shifuku-3k on Stable Diffusion This is the `<akane>` concept taught to Stable Diffusion via Textual Inversion. You can load this concept into the [Stable Conceptualizer](https://colab.research.google.com/github/huggingface/notebooks/blob/main/diffusers/stable_conceptualizer_inference.ipynb) notebook... | 206cfaa597b7df159112110da0f5a79e |
apache-2.0 | ['thai', 'token-classification', 'pos', 'wikipedia', 'dependency-parsing'] | false | Model Description This is a RoBERTa model pre-trained on Thai Wikipedia texts for POS-tagging and dependency-parsing, derived from [roberta-base-thai-syllable](https://huggingface.co/KoichiYasuoka/roberta-base-thai-syllable). Every word is tagged by [UPOS](https://universaldependencies.org/u/pos/) (Universal Part-Of-... | 5e6c796c4306a0eb88574aab16d9d916 |
apache-2.0 | ['thai', 'token-classification', 'pos', 'wikipedia', 'dependency-parsing'] | false | How to Use ```py import torch from transformers import AutoTokenizer,AutoModelForTokenClassification tokenizer=AutoTokenizer.from_pretrained("KoichiYasuoka/roberta-base-thai-syllable-upos") model=AutoModelForTokenClassification.from_pretrained("KoichiYasuoka/roberta-base-thai-syllable-upos") s="หลายหัวดีกว่าหัวเดียว"... | a1479cc86dbbd5b92fea32b2b1acfa46 |
apache-2.0 | ['generated_from_trainer'] | false | wav2vec2-base-TPU-cv-fine-tune This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the common_voice dataset. It achieves the following results on the evaluation set: - Loss: 1.6987 - Wer: 0.6019 | e153b4b121686a21d10a22b408bf22d6 |
apache-2.0 | ['generated_from_trainer'] | false | Training results | Training Loss | Epoch | Step | Validation Loss | Wer | |:-------------:|:-----:|:----:|:---------------:|:------:| | 3.1017 | 8.88 | 400 | 1.4635 | 0.7084 | | 0.436 | 17.77 | 800 | 1.4765 | 0.6231 | | 0.1339 | 26.66 | 1200 | 1.6987 | 0.6019 | ... | f73ca6b2157cca16703413f924426842 |
apache-2.0 | ['translation'] | false | opus-mt-fi-sm * source languages: fi * target languages: sm * OPUS readme: [fi-sm](https://github.com/Helsinki-NLP/OPUS-MT-train/blob/master/models/fi-sm/README.md) * dataset: opus * model: transformer-align * pre-processing: normalization + SentencePiece * download original weights: [opus-2020-01-20.zip](https://... | 5fc8b9a52b24d80fd9d42abd70f2a7b5 |
apache-2.0 | ['image-classification', 'pytorch', 'onnx'] | false | Usage instructions ```python from PIL import Image from torchvision.transforms import Compose, ConvertImageDtype, Normalize, PILToTensor, Resize from torchvision.transforms.functional import InterpolationMode from holocron.models import model_from_hf_hub model = model_from_hf_hub("frgfm/rexnet1_3x").eval() img = Im... | a24ca4a23ce70907f8bec951c75a689b |
apache-2.0 | ['multiberts', 'multiberts-seed_1', 'multiberts-seed_1-step_1300k'] | false | MultiBERTs, Intermediate Checkpoint - Seed 1, Step 1300k MultiBERTs is a collection of checkpoints and a statistical library to support robust research on BERT. We provide 25 BERT-base models trained with similar hyper-parameters as [the original BERT model](https://github.com/google-research/bert) but with different... | 8c3b008a220f2cd0f89d71e53041e783 |
apache-2.0 | ['multiberts', 'multiberts-seed_1', 'multiberts-seed_1-step_1300k'] | false | How to use Using code from [BERT-base uncased](https://huggingface.co/bert-base-uncased), here is an example based on Tensorflow: ``` from transformers import BertTokenizer, TFBertModel tokenizer = BertTokenizer.from_pretrained('google/multiberts-seed_1-step_1300k') model = TFBertModel.from_pretrained("google/multib... | b9fb7ffb4c568d2d2dc8c519fed28d6c |
apache-2.0 | ['generated_from_trainer'] | false | vit-base-patch16-224-in21k_Human_Activity_Recognition This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on the imagefolder dataset. It achieves the following results on the evaluation set: - Loss: 0.7403 - Accuracy: 0.8381 - Weighted f1... | e90850ad06497a9c07f6e92a2f31a200 |
apache-2.0 | ['generated_from_trainer'] | false | Training hyperparameters The following hyperparameters were used during training: - learning_rate: 0.0002 - train_batch_size: 16 - eval_batch_size: 8 - seed: 42 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - num_epochs: 5 | 11a6603e83debf947a506422a0e1af7b |
apache-2.0 | ['generated_from_trainer'] | false | Training results | Training Loss | Epoch | Step | Validation Loss | Accuracy | Weighted f1 | Micro f1 | Macro f1 | Weighted recall | Micro recall | Macro recall | Weighted precision | Micro precision | Macro precision | |:-------------:|:-----:|:----:|:---------------:|:--------:|:-----------:|:--------:|:--------:|:... | 426b7f19b0fbb7be44e273ad3a89592c |
afl-3.0 | [] | false | Mixing reward model with sampling We can use reward model to rank the best answer using this example code: ``` import torch from transformers import AutoModelForSequenceClassification from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("facebook/galactica-1.3b-base-... | 8edf6e528dd9f0b865e7cd7e90df646d |
afl-3.0 | [] | false | ", "^'''", "\n\n\n"]) question, answer = output.split('<answer>', maxsplit=1) answer = answer.split('<question>')[0].replace('<|endoftext|>', '').lstrip().split('<answer>')[0] rank_inputs = rank_tokenizer(question, answer, return_tensors="pt", padding=True, max_length=512, truncation=True).to(1)... | 1385343b9a51db79e1e08af937740e3e |
apache-2.0 | ['generated_from_trainer'] | false | bert-base-uncased-Ganapati This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the None dataset. It achieves the following results on the evaluation set: - Loss: 0.0000 | 7b8b5f2e02e46fcd11069d353838c5de |
apache-2.0 | ['generated_from_trainer'] | false | Training results | Training Loss | Epoch | Step | Validation Loss | |:-------------:|:-----:|:----:|:---------------:| | 0.0 | 1.0 | 2273 | 0.0000 | | 0.0 | 2.0 | 4546 | 0.0000 | | 0.0 | 3.0 | 6819 | 0.0000 | | b67e24fbf8a54eb239c51d78d1014935 |
apache-2.0 | ['NER'] | false | Model description **roberta-base-pcm** is a model based on the fine-tuned RoBERTa base model. It has been trained to recognize four types of entities: - dates & time (DATE) - Location (LOC) - Organizations (ORG) - Person (PER) | c96851e51c1a369ff6fb8a8f7535a4ae |
apache-2.0 | ['NER'] | false | Usage ```python from transformers import AutoTokenizer, AutoModelForTokenClassification from transformers import pipeline tokenizer = AutoTokenizer.from_pretrained("arnolfokam/roberta-base-pcm") model = AutoModelForTokenClassification.from_pretrained("arnolfokam/roberta-base-pcm") nlp = pipeline("ner", model=model, ... | f4820fde1209e514e1c8d06625c47f30 |
apache-2.0 | ['lexical normalization'] | false | Fine-tuned ByT5-small for MultiLexNorm (Italian version)  This is the official release of the fine-tuned models for **the winning entry** to the [*W-NUT 2021: Multilingual Lexical Normalization (MultiLexNorm)* shared task](https://noi... | 5edcfe7c3a19e989a685f6c8d3c47ace |
apache-2.0 | ['audio', 'automatic-speech-recognition', 'speech', 'xlsr-fine-tuning-week'] | false | Wav2Vec2-Large-XLSR-53-Assamese Fine-tuned [facebook/wav2vec2-large-xlsr-53](https://huggingface.co/facebook/wav2vec2-large-xlsr-53) in Assamese using the [Common Voice](https://huggingface.co/datasets/common_voice) When using this model, make sure that your speech input is sampled at 16kHz. | e8b417453d5905d6edde77d1646a95f4 |
apache-2.0 | ['audio', 'automatic-speech-recognition', 'speech', 'xlsr-fine-tuning-week'] | false | Usage The model can be used directly (without a language model) as follows: ```python import torch import torchaudio from datasets import load_dataset from transformers import Wav2Vec2ForCTC, Wav2Vec2Processor test_dataset = load_dataset("common_voice", "as", split="test[:2%]"). processor = Wav2Vec2Processor.from_pr... | e07465eaf6af66627bc14215a9a54560 |
apache-2.0 | ['audio', 'automatic-speech-recognition', 'speech', 'xlsr-fine-tuning-week'] | false | We need to read the aduio files as arrays def speech_file_to_array_fn(batch): speech_array, sampling_rate = torchaudio.load(batch["path"]) batch["speech"] = resampler(speech_array).squeeze().numpy() return batch test_dataset = test_dataset.map(speech_file_to_array_fn) inputs = processor(test_dataset["spee... | b9df7d2dc729301ffd77a54db6e531ec |
apache-2.0 | ['audio', 'automatic-speech-recognition', 'speech', 'xlsr-fine-tuning-week'] | false | Evaluation The model can be evaluated as follows on the {language} test data of Common Voice. ```python import torch import torchaudio from datasets import load_dataset, load_metric from transformers import Wav2Vec2ForCTC, Wav2Vec2Processor import re test_dataset = load_dataset("common_voice", "as", split="test") we... | 0928846d6efef2c26d79e6d231da7c17 |
apache-2.0 | ['audio', 'automatic-speech-recognition', 'speech', 'xlsr-fine-tuning-week'] | false | We need to read the audio files as arrays def speech_file_to_array_fn(batch): batch["sentence"] = re.sub(chars_to_ignore_regex, '', batch["sentence"]).lower() speech_array, sampling_rate = torchaudio.load(batch["path"]) batch["speech"] = resampler(speech_array).squeeze().numpy() return batch test_data... | 506fbdf08781dc6c8e4e505db8646b0d |
apache-2.0 | ['audio', 'automatic-speech-recognition', 'speech', 'xlsr-fine-tuning-week'] | false | We need to read the aduio files as arrays def evaluate(batch): inputs = processor(batch["speech"], sampling_rate=16_000, return_tensors="pt", padding=True) with torch.no_grad(): logits = model(inputs.input_values.to("cuda"), attention_mask=inputs.attention_mask.to("cuda")).logits pred_ids = torch.a... | 77415856b54166f6ea2d006cac065a47 |
cc-by-4.0 | ['generated_from_trainer'] | false | roberta-base-squad2-finetuned-squad This model is a fine-tuned version of [deepset/roberta-base-squad2](https://huggingface.co/deepset/roberta-base-squad2) on an unknown dataset. It achieves the following results on the evaluation set: - Loss: 5.0220 | 4bf6c0201a8001e5304a644433afb8d3 |
cc-by-4.0 | ['generated_from_trainer'] | false | Training hyperparameters The following hyperparameters were used during training: - learning_rate: 0.0001 - train_batch_size: 16 - eval_batch_size: 16 - seed: 42 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - num_epochs: 30 | 6ab8cf03f83184aabff0bf1162932e99 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.