license stringlengths 2 30 | tags stringlengths 2 513 | is_nc bool 1
class | readme_section stringlengths 201 597k | hash stringlengths 32 32 |
|---|---|---|---|---|
apache-2.0 | ['translation'] | false | System Info: - hf_name: tur-ara - source_languages: tur - target_languages: ara - opus_readme_url: https://github.com/Helsinki-NLP/Tatoeba-Challenge/tree/master/models/tur-ara/README.md - original_repo: Tatoeba-Challenge - tags: ['translation'] - languages: ['tr', 'ar'] - src_constituents: {'tur'} - tgt_const... | bd1e7854f9508f755bce9af83a9769ec |
apache-2.0 | ['automatic-speech-recognition', 'th'] | false | exp_w2v2t_th_no-pretraining_s414 Fine-tuned randomly initialized wav2vec2 model for speech recognition on Thai using the train split of [Common Voice 7.0](https://huggingface.co/datasets/mozilla-foundation/common_voice_7_0). When using this model, make sure that your speech input is sampled at 16kHz. This model has ... | 4736d7a3e2a1d83f51e4f50490f43546 |
mit | [] | false | madhubani art on Stable Diffusion This is the `<madhubani-art>` 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. You ca... | 77f80b2477c106aabff9f546c4d2f7fc |
apache-2.0 | ['generated_from_trainer'] | false | tiny-mlm-glue-cola-custom-tokenizer-target-glue-cola This model is a fine-tuned version of [muhtasham/tiny-mlm-glue-cola-custom-tokenizer](https://huggingface.co/muhtasham/tiny-mlm-glue-cola-custom-tokenizer) on the None dataset. It achieves the following results on the evaluation set: - Loss: 0.7759 - Matthews Corre... | e612a129a59a72370aad9f056426d7fe |
apache-2.0 | ['generated_from_trainer'] | false | Training results | Training Loss | Epoch | Step | Validation Loss | Matthews Correlation | |:-------------:|:-----:|:----:|:---------------:|:--------------------:| | 0.6088 | 1.87 | 500 | 0.6180 | 0.0 | | 0.5968 | 3.73 | 1000 | 0.6118 | -0.0207 | | 0.5... | 415e6f41a32a35847efd3008ee8de965 |
apache-2.0 | [] | false | distilbert-base-fr-cased We are sharing smaller versions of [distilbert-base-multilingual-cased](https://huggingface.co/distilbert-base-multilingual-cased) that handle a custom number of languages. Our versions give exactly the same representations produced by the original model which preserves the original accuracy... | 780a1e65b5a42425601faedcb9f4c670 |
apache-2.0 | [] | false | How to use ```python from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("Geotrend/distilbert-base-fr-cased") model = AutoModel.from_pretrained("Geotrend/distilbert-base-fr-cased") ``` To generate other smaller versions of multilingual transformers please visit [our Github r... | 4bbab634f0d6dfdcffc38646d692ea60 |
apache-2.0 | ['generated_from_trainer'] | false | bert-base-uncased-finetuned-vr-comfort-description-review-epoch15-20221107_2125 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: 1.0521 - Accuracy: 0.8443 - F1: 0.8449 | d47c554c6dfe6aa5e389e524312e6e75 |
apache-2.0 | ['generated_from_trainer'] | false | Training results | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:| | 0.7304 | 1.0 | 157 | 0.5838 | 0.7521 | 0.6457 | | 0.6062 | 2.0 | 314 | 0.5416 | 0.7593 | 0.7487 | | 0.4363 |... | 521f06840e8ce11d4c0eea673ff5ceb1 |
mit | ['generated_from_trainer'] | false | xlm-roberta-base-finetuned-panx-en This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on the xtreme dataset. It achieves the following results on the evaluation set: - Loss: 0.3909 - F1: 0.6901 | 44ba00f3a5afc034f6d4c838170d05ce |
mit | ['generated_from_trainer'] | false | Training results | Training Loss | Epoch | Step | Validation Loss | F1 | |:-------------:|:-----:|:----:|:---------------:|:------:| | 1.1446 | 1.0 | 50 | 0.6385 | 0.3858 | | 0.5317 | 2.0 | 100 | 0.4248 | 0.6626 | | 0.3614 | 3.0 | 150 | 0.3909 | 0.6901 | ... | fe31c6c6972f549b1c3961b97ac5a593 |
cc-by-4.0 | [] | false | roberta-base for QA NOTE: This is version 2 of the model. See [this github issue](https://github.com/deepset-ai/FARM/issues/552) from the FARM repository for an explanation of why we updated. If you'd like to use version 1, specify `revision="v1.0"` when loading the model in Transformers 3.5. For exmaple: ``` model_... | acf501bba393a87c832f481b682cd8fd |
cc-by-4.0 | [] | false | Overview **Language model:** roberta-base **Language:** English **Downstream-task:** Extractive QA **Training data:** SQuAD 2.0 **Eval data:** SQuAD 2.0 **Code:** See [example](https://github.com/deepset-ai/FARM/blob/master/examples/question_answering.py) in [FARM](https://github.com/deepset-ai/FARM/blob/ma... | d225102d4dff5af755e8b71ad50e0e66 |
cc-by-4.0 | [] | false | In FARM ```python from farm.modeling.adaptive_model import AdaptiveModel from farm.modeling.tokenization import Tokenizer from farm.infer import Inferencer model_name = "deepset/roberta-base-squad2" | 7f8defac50552f79e90cdc783bcf1642 |
cc-by-4.0 | [] | false | a) Get predictions nlp = Inferencer.load(model_name, task_type="question_answering") QA_input = [{"questions": ["Why is model conversion important?"], "text": "The option to convert models between FARM and transformers gives freedom to the user and let people easily switch between frameworks."}] res = nlp... | 49922d66c9155ae82e76a296e82ff56b |
cc-by-4.0 | [] | false | In haystack For doing QA at scale (i.e. many docs instead of single paragraph), you can load the model also in [haystack](https://github.com/deepset-ai/haystack/): ```python reader = FARMReader(model_name_or_path="deepset/roberta-base-squad2") | c4ca74b9616d8d10522ba19d8c1a4c5c |
mit | [] | false | dalle-paint on Stable Diffusion This is the `<dalle-paint>` 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. You can al... | 153211d5c62e0a32999013ca776ece9a |
apache-2.0 | ['generated_from_trainer'] | false | finetuned_sentence_itr5_2e-05_all_26_02_2022-04_25_39 This model is a fine-tuned version of [distilbert-base-uncased-finetuned-sst-2-english](https://huggingface.co/distilbert-base-uncased-finetuned-sst-2-english) on the None dataset. It achieves the following results on the evaluation set: - Loss: 0.4676 - Accuracy:... | 566a5aa85ad480bd9a78d58ec0df30f8 |
cc-by-4.0 | ['norwegian', 'GPT2', 'casual language modeling'] | false | Description Experimental Norwegian GPT-2-model trained on a 37GB mainly social corpus. The following sub-corpora are used: ```bash wikipedia_download_nb.jsonl wikipedia_download_nn.jsonl newspapers_online_nb.jsonl newspapers_online_nn.jsonl twitter_2016_2018_no.jsonl twitter_news_2016_2018_no.jsonl open_subtitles_no.... | fe5daa968f8a740ebb50cb3236cdd616 |
apache-2.0 | ['translation'] | false | opus-mt-hr-fi * source languages: hr * target languages: fi * OPUS readme: [hr-fi](https://github.com/Helsinki-NLP/OPUS-MT-train/blob/master/models/hr-fi/README.md) * dataset: opus * model: transformer-align * pre-processing: normalization + SentencePiece * download original weights: [opus-2020-01-09.zip](https://... | 9e09c217ba5dd57525ca3a0366317599 |
mit | ['generated_from_trainer'] | false | Training hyperparameters The following hyperparameters were used during training: - learning_rate: 0.0005 - train_batch_size: 32 - eval_batch_size: 32 - seed: 42 - gradient_accumulation_steps: 8 - total_train_batch_size: 256 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: cosine - lr_s... | 06f23dc9f652d85e078b7e682a16976a |
apache-2.0 | ['legal', 'spanish'] | false | Model description The **RoBERTalex** is a transformer-based masked language model for the Spanish language. It is based on the [RoBERTa](https://arxiv.org/abs/1907.11692) base model and has been pre-trained using a large [Spanish Legal Domain Corpora](https://zenodo.org/record/5495529), with a total of 8.9GB of text. ... | 7b687a7b7bc2a50f607f360e309b8869 |
apache-2.0 | ['legal', 'spanish'] | false | Intended uses and limitations The **RoBERTalex** model is ready-to-use only for masked language modeling to perform the Fill Mask task (try the inference API or read the next section). However, it is intended to be fine-tuned on non-generative downstream tasks such as Question Answering, Text Classification, or Named ... | 185dcaef60284c23841ca9bbc8f9f417 |
apache-2.0 | ['legal', 'spanish'] | false | How to use Here is how to use this model: ```python >>> from transformers import pipeline >>> from pprint import pprint >>> unmasker = pipeline('fill-mask', model='PlanTL-GOB-ES/RoBERTalex') >>> pprint(unmasker("La ley fue <mask> finalmente.")) [{'score': 0.21217258274555206, 'sequence': ' La ley fue modificada fin... | 65bf6c4659cf4c46905df7c8cc2e557f |
apache-2.0 | ['legal', 'spanish'] | false | Training data The [Spanish Legal Domain Corpora](https://zenodo.org/record/5495529) corpora comprise multiple digital resources and it has a total of 8.9GB of textual data. Part of it has been obtained from [previous work](https://aclanthology.org/2020.lt4gov-1.6/). To obtain a high-quality training corpus, the corpus... | e27c4f4193b2fc568320cdaab9814267 |
apache-2.0 | ['legal', 'spanish'] | false | Training procedure The training corpus has been tokenized using a byte version of Byte-Pair Encoding (BPE) used in the original [RoBERTA](https://arxiv.org/abs/1907.11692) model with a vocabulary size of 50,262 tokens. The **RoBERTalex** pre-training consists of a masked language model training, that follows the appr... | ce7cab805f148f42ff5b3fa7c465d977 |
apache-2.0 | ['legal', 'spanish'] | false | Evaluation Due to the lack of domain-specific evaluation data, the model was evaluated on general domain tasks, where it obtains reasonable performance. We fine-tuned the model in the following task: | Dataset | Metric | **RoBERtalex** | |--------------|----------|------------| | UD-POS | F1 | ... | 797344c644777f61e364ecdd47759150 |
apache-2.0 | ['legal', 'spanish'] | false | Citing information ``` @misc{gutierrezfandino2021legal, title={Spanish Legalese Language Model and Corpora}, author={Asier Gutiérrez-Fandiño and Jordi Armengol-Estapé and Aitor Gonzalez-Agirre and Marta Villegas}, year={2021}, eprint={2110.12201}, archivePrefix={arXiv}, primaryCla... | 1d8cc7288c5018753eea9b2b6343b4d7 |
cc-by-4.0 | ['question generation'] | false | Model Card of `research-backup/bart-base-subjqa-vanilla-electronics-qg` This model is fine-tuned version of [facebook/bart-base](https://huggingface.co/facebook/bart-base) for question generation task on the [lmqg/qg_subjqa](https://huggingface.co/datasets/lmqg/qg_subjqa) (dataset_name: electronics) via [`lmqg`](https... | 032bd41b8575647ec8b92606b5b0a92c |
cc-by-4.0 | ['question generation'] | false | Overview - **Language model:** [facebook/bart-base](https://huggingface.co/facebook/bart-base) - **Language:** en - **Training data:** [lmqg/qg_subjqa](https://huggingface.co/datasets/lmqg/qg_subjqa) (electronics) - **Online Demo:** [https://autoqg.net/](https://autoqg.net/) - **Repository:** [https://github.com/... | 0a094c6966a6d182d682f28b9cbf0907 |
cc-by-4.0 | ['question generation'] | false | model prediction questions = model.generate_q(list_context="William Turner was an English painter who specialised in watercolour landscapes", list_answer="William Turner") ``` - With `transformers` ```python from transformers import pipeline pipe = pipeline("text2text-generation", "research-backup/bart-base-subjqa-... | 7b85788e535ed77995a6831a566176f0 |
cc-by-4.0 | ['question generation'] | false | Evaluation - ***Metric (Question Generation)***: [raw metric file](https://huggingface.co/research-backup/bart-base-subjqa-vanilla-electronics-qg/raw/main/eval/metric.first.sentence.paragraph_answer.question.lmqg_qg_subjqa.electronics.json) | | Score | Type | Dataset ... | 03aa637da6947e5bed4384460637fd19 |
cc-by-4.0 | ['question generation'] | false | Training hyperparameters The following hyperparameters were used during fine-tuning: - dataset_path: lmqg/qg_subjqa - dataset_name: electronics - input_types: ['paragraph_answer'] - output_types: ['question'] - prefix_types: ['qg'] - model: facebook/bart-base - max_length: 512 - max_length_output: 32 - epoch... | ba7a5d99e8fce814924d38e3d981bae0 |
apache-2.0 | ['generated_from_trainer'] | false | patent-summarization-fb-bart-base-2022-09-20 This model is a fine-tuned version of [facebook/bart-base](https://huggingface.co/facebook/bart-base) on the farleyknight/big_patent_5_percent dataset. It achieves the following results on the evaluation set: - Loss: 2.4088 - Rouge1: 39.4401 - Rouge2: 14.2445 - Rougel: 26.... | 2e91d3e648c3d83ef458466b8e7bc624 |
apache-2.0 | ['generated_from_trainer'] | false | Training results | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len | |:-------------:|:-----:|:-----:|:---------------:|:-------:|:------:|:-------:|:---------:|:-------:| | 3.0567 | 0.08 | 5000 | 2.8864 | 18.9387 | 7.1014 | 15.4506 | 16.8377 | 19... | ae691e7f9637d6dfe5794ad9f4edb783 |
mit | ['generated_from_trainer'] | false | xlm-roberta-base-finetuned-panx-de This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on the xtreme dataset. It achieves the following results on the evaluation set: - Loss: 0.1358 - F1: 0.8495 | abc31d898555bd774a9ccb8182e7b77b |
mit | ['generated_from_trainer'] | false | Training hyperparameters The following hyperparameters were used during training: - learning_rate: 5e-05 - train_batch_size: 128 - eval_batch_size: 128 - seed: 42 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - num_epochs: 3 | ac51df732ee42d970dc13464f8b962d5 |
mit | ['generated_from_trainer'] | false | Training results | Training Loss | Epoch | Step | Validation Loss | F1 | |:-------------:|:-----:|:----:|:---------------:|:------:| | 0.3842 | 1.0 | 99 | 0.1687 | 0.8120 | | 0.1526 | 2.0 | 198 | 0.1447 | 0.8355 | | 0.1139 | 3.0 | 297 | 0.1358 | 0.8495 | ... | befbd3e18b63ca4ca2f5d3ca38b07bdf |
apache-2.0 | ['automatic-speech-recognition', 'ja'] | false | exp_w2v2t_ja_wavlm_s664 Fine-tuned [microsoft/wavlm-large](https://huggingface.co/microsoft/wavlm-large) for speech recognition using the train split of [Common Voice 7.0 (ja)](https://huggingface.co/datasets/mozilla-foundation/common_voice_7_0). When using this model, make sure that your speech input is sampled at 1... | 42bc1100f270eabd7d9e2d6cb082bde6 |
apache-2.0 | ['translation'] | false | ru-he * source group: Russian * target group: Hebrew * OPUS readme: [rus-heb](https://github.com/Helsinki-NLP/Tatoeba-Challenge/tree/master/models/rus-heb/README.md) * model: transformer * source language(s): rus * target language(s): heb * model: transformer * pre-processing: normalization + SentencePiece (spm3... | 7ae93244f15917ca8506d5e93c1adba9 |
apache-2.0 | ['translation'] | false | System Info: - hf_name: ru-he - source_languages: rus - target_languages: heb - opus_readme_url: https://github.com/Helsinki-NLP/Tatoeba-Challenge/tree/master/models/rus-heb/README.md - original_repo: Tatoeba-Challenge - tags: ['translation'] - languages: ['ru', 'he'] - src_constituents: ('Russian', {'rus'}) ... | bc48bbc7c446d9501e165475c91667e2 |
apache-2.0 | ['image-classification', 'generated_from_trainer'] | false | exper_batch_8_e4 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 sudo-s/herbier_mesuem1 dataset. It achieves the following results on the evaluation set: - Loss: 0.3353 - Accuracy: 0.9183 | 7fe3490b8cdf4c9187994e6db1066ebf |
apache-2.0 | ['image-classification', 'generated_from_trainer'] | false | Training hyperparameters The following hyperparameters were used during training: - learning_rate: 0.0002 - 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: 4 - mixed_precision_training: Apex, opt level O1 | ea1619f6b308415f548e964566a0db4f |
apache-2.0 | ['image-classification', 'generated_from_trainer'] | false | Training results | Training Loss | Epoch | Step | Validation Loss | Accuracy | |:-------------:|:-----:|:----:|:---------------:|:--------:| | 4.2251 | 0.08 | 100 | 4.1508 | 0.1203 | | 3.4942 | 0.16 | 200 | 3.5566 | 0.2082 | | 3.2871 | 0.23 | 300 | 3.0942 | 0.... | 3108f85490685d5172b94b2cbb02b7cf |
apache-2.0 | ['text-classification', 'generated_from_trainer'] | false | platzi-distilroberta-base-glue-mrpc-eduardo-ag This model is a fine-tuned version of [distilroberta-base](https://huggingface.co/distilroberta-base) on the glue and the mrpc datasets. It achieves the following results on the evaluation set: - Loss: 0.6614 - Accuracy: 0.8186 - F1: 0.8635 | 3545db0f849f8828be33e0327ef97f4f |
apache-2.0 | ['text-classification', 'generated_from_trainer'] | false | Training results | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:| | 0.5185 | 1.09 | 500 | 0.4796 | 0.8431 | 0.8889 | | 0.3449 | 2.18 | 1000 | 0.6614 | 0.8186 | 0.8635 | | 05a6321a697fd402ee25195a286000ec |
apache-2.0 | ['hf-asr-leaderboard', 'generated_from_trainer'] | false | atcosim_corpus This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the atcosim_corpus dataset. It achieves the following results on the evaluation set: - Loss: 0.0623 - Wer: 2.4909 | c66e67ba282d762729255f8309105830 |
apache-2.0 | ['hf-asr-leaderboard', 'generated_from_trainer'] | false | Training results | Training Loss | Epoch | Step | Validation Loss | Wer | |:-------------:|:-----:|:----:|:---------------:|:------:| | 0.0281 | 2.1 | 1000 | 0.0716 | 4.1957 | | 0.0051 | 4.19 | 2000 | 0.0650 | 2.7162 | | 0.0009 | 6.29 | 3000 | 0.0624 | 2.4733 | |... | 61f405e02598a3e31bbd98d07d236be8 |
apache-2.0 | ['vision', 'depth-estimation', 'generated_from_trainer'] | false | glpn-nyu-finetuned-diode-221121-063504 This model is a fine-tuned version of [vinvino02/glpn-nyu](https://huggingface.co/vinvino02/glpn-nyu) on the diode-subset dataset. It achieves the following results on the evaluation set: - Loss: 0.3533 - Mae: 0.2668 - Rmse: 0.3716 - Abs Rel: 0.3427 - Log Mae: 0.1167 - Log Rmse:... | 5de8a7699e39ed6532ceb556d283698e |
apache-2.0 | ['vision', 'depth-estimation', 'generated_from_trainer'] | false | Training results | Training Loss | Epoch | Step | Validation Loss | Mae | Rmse | Abs Rel | Log Mae | Log Rmse | Delta1 | Delta2 | Delta3 | |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:-------:|:-------:|:--------:|:------:|:------:|:------:| | 1.3991 | 1.0 | 72 | 1.2199 ... | c8ccba3c5ba40ddb592b4fe904a4a5b3 |
apache-2.0 | ['hf-asr-leaderboard', 'generated_from_trainer'] | false | Whisper Tiny it 9 This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the Common Voice 11.0 dataset. It achieves the following results on the evaluation set: - Loss: 0.777710 - Wer: 45.327232 | 05b61781c5c4409a75a0cc43ffe16df9 |
apache-2.0 | ['hf-asr-leaderboard', 'generated_from_trainer'] | false | Model description This model is the openai whisper small transformer adapted for Italian audio to text transcription. This model has weight decay set to 0.1 and the learning rate has been set to 1e-4 in the hyperparameter tuning process. | 53d5c8508bf7d729c7a9364aa4670ab6 |
apache-2.0 | ['hf-asr-leaderboard', 'generated_from_trainer'] | false | Training and evaluation data Data used for training is the initial 10% of train and validation of [Italian Common Voice](https://huggingface.co/datasets/mozilla-foundation/common_voice_11_0/viewer/it/train) 11.0 from Mozilla Foundation. The dataset used for evaluation is the initial 10% of test of Italian Common Voic... | 1ba661fe44f9cead5555b33bcb717e46 |
apache-2.0 | ['hf-asr-leaderboard', 'generated_from_trainer'] | false | Training results | Training Loss | Epoch | Step | Validation Loss | Wer | |:-------------:|:-----:|:----:|:---------------:|:-------:| | 1.5158 | 0.95 | 1000 | 0.9359 | 64.8780 | | 0.9302 | 1.91 | 2000 | 0.8190 | 50.6864 | | 0.5034 | 2.86 | 3000 | 0.7768 | 45.3688... | b1e23bfdddaa74dce6f76253e80cf239 |
apache-2.0 | ['generated_from_trainer'] | false | results This model is a fine-tuned version of [sshleifer/distilbart-xsum-12-3](https://huggingface.co/sshleifer/distilbart-xsum-12-3) on an unknown dataset. It achieves the following results on the evaluation set: - Loss: 4.8564 - Rouge1: 12.9538 - Rouge2: 3.654 - Rougel: 12.3643 - Rougelsum: 12.521 - Gen Len: 13.14 ... | a8d1f460843c4ce24a5cbd85a18ccb30 |
apache-2.0 | ['generated_from_keras_callback'] | false | new_vit This model is a fine-tuned version of [google/vit-base-patch16-224](https://huggingface.co/google/vit-base-patch16-224) on an unknown dataset. It achieves the following results on the evaluation set: | 8fadda2c9d3034d0cfcf2c6b3bbc98bc |
apache-2.0 | ['generated_from_trainer'] | false | bert-large-uncased-finetuned-DA-Zero-shot-20 This model is a fine-tuned version of [bert-large-uncased](https://huggingface.co/bert-large-uncased) on an unknown dataset. It achieves the following results on the evaluation set: - Loss: 1.0118 | 02bd942b9f633af3240c2bb1e23b5a63 |
apache-2.0 | ['generated_from_trainer'] | false | Training hyperparameters The following hyperparameters were used during training: - learning_rate: 1e-05 - train_batch_size: 32 - eval_batch_size: 32 - seed: 42 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - num_epochs: 20.0 - mixed_precision_training: Native AMP | 5709fe6d68679d42537a9c6bda0059dd |
apache-2.0 | ['generated_from_trainer'] | false | Training results | Training Loss | Epoch | Step | Validation Loss | |:-------------:|:-----:|:----:|:---------------:| | 0.6214 | 1.0 | 435 | 1.1818 | | 0.6285 | 2.0 | 870 | 1.2124 | | 0.713 | 3.0 | 1305 | 1.1673 | | 0.7902 | 4.0 | 1740 | 1.1342 ... | f84202bd93e34ad98313b61930d2b828 |
cc-by-sa-4.0 | ['japanese', 'token-classification', 'pos', 'dependency-parsing'] | false | Model Description This is a DeBERTa(V2) model pre-trained on 青空文庫 texts for POS-tagging and dependency-parsing, derived from [deberta-large-japanese-aozora](https://huggingface.co/KoichiYasuoka/deberta-large-japanese-aozora). Every short-unit-word is tagged by [UPOS](https://universaldependencies.org/u/pos/) (Univers... | 038aec35eb631398cac016ac1652c806 |
cc-by-sa-4.0 | ['japanese', 'token-classification', 'pos', 'dependency-parsing'] | false | How to Use ```py import torch from transformers import AutoTokenizer,AutoModelForTokenClassification tokenizer=AutoTokenizer.from_pretrained("KoichiYasuoka/deberta-large-japanese-upos") model=AutoModelForTokenClassification.from_pretrained("KoichiYasuoka/deberta-large-japanese-upos") s="国境の長いトンネルを抜けると雪国であった。" t=token... | 10f79c1526dbc7913ec47d25b9b3966a |
mit | ['generated_from_trainer'] | false | rubert-tiny2_finetuned_emotion_experiment This model is a fine-tuned version of [cointegrated/rubert-tiny2](https://huggingface.co/cointegrated/rubert-tiny2) on an unknown dataset. It achieves the following results on the evaluation set: - Loss: 0.3947 - Accuracy: 0.8616 - F1: 0.8577 | 6d0969cdbef4a81ab388b159586b88cf |
mit | ['generated_from_trainer'] | false | Training results | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:| | 0.651 | 1.0 | 54 | 0.5689 | 0.8172 | 0.8008 | | 0.5355 | 2.0 | 108 | 0.4842 | 0.8486 | 0.8349 | | 0.4561 |... | f0212498db985d822f133a7c4ff28a45 |
apache-2.0 | ['generated_from_trainer'] | false | Training hyperparameters The following hyperparameters were used during training: - learning_rate: 1e-05 - train_batch_size: 4 - eval_batch_size: 8 - seed: 42 - gradient_accumulation_steps: 4 - total_train_batch_size: 16 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - lr_sched... | 164d6736991ae5662a94ff9df10a25f8 |
cc-by-4.0 | ['espnet', 'audio', 'automatic-speech-recognition'] | false | Demo: How to use in ESPnet2 ```bash cd espnet git checkout 716eb8f92e19708acfd08ba3bd39d40890d3a84b pip install -e . cd egs2/commonvoice/asr1 ./run.sh --skip_data_prep false --skip_train true --download_model espnet/arabic_commonvoice_blstm ``` <!-- Generated by scripts/utils/show_asr_result.sh --> | 0e597c893dc58698e36e5fb3ed9869ea |
cc-by-4.0 | ['espnet', 'audio', 'automatic-speech-recognition'] | false | Environments - date: `Sat Apr 16 17:11:01 EDT 2022` - python version: `3.9.5 (default, Jun 4 2021, 12:28:51) [GCC 7.5.0]` - espnet version: `espnet 0.10.6a1` - pytorch version: `pytorch 1.8.1+cu102` - Git hash: `5e6e95d087af8a7a4c33c4248b75114237eae64b` - Commit date: `Mon Apr 4 21:04:45 2022 -0400` | e6338bdcaedc4b35ab595a956020c182 |
cc-by-4.0 | ['espnet', 'audio', 'automatic-speech-recognition'] | false | ASR config <details><summary>expand</summary> ``` config: conf/tuning/train_asr_rnn.yaml print_config: false log_level: INFO dry_run: false iterator_type: sequence output_dir: exp/asr_train_asr_rnn_raw_ar_bpe150_sp ngpu: 1 seed: 0 num_workers: 1 num_att_plot: 3 dist_backend: nccl dist_init_method: env:// dist_world_... | 1bbde949c01ccde2f9251717b5b3611c |
apache-2.0 | ['generated_from_keras_callback'] | false | QA-finetuned-distilbert-TFv2 This model is a fine-tuned version of [distilbert-base-cased](https://huggingface.co/distilbert-base-cased) on an unknown dataset. It achieves the following results on the evaluation set: | 03bf453af47af3d6b1f04632b72308f9 |
mit | ['conversational'] | false | This classification model is based on [DeepPavlov/rubert-base-cased-sentence](https://huggingface.co/DeepPavlov/rubert-base-cased-sentence). The model should be used to produce relevance and specificity of the last message in the context of a dialogue. The labels explanation: - `relevance`: is the last message in the... | dd542c75c1b5274574abd6eaa4bda53a |
cc-by-4.0 | ['translation', 'opus-mt-tc'] | false | opus-mt-tc-base-fi-uk Neural machine translation model for translating from Finnish (fi) to Ukrainian (uk). This model is part of the [OPUS-MT project](https://github.com/Helsinki-NLP/Opus-MT), an effort to make neural machine translation models widely available and accessible for many languages in the world. All mo... | 0a5c3a924557869a9c8ca06717ee63d0 |
cc-by-4.0 | ['translation', 'opus-mt-tc'] | false | Model info * Release: 2022-03-07 * source language(s): fin * target language(s): ukr * model: transformer-align * data: opusTCv20210807+pbt ([source](https://github.com/Helsinki-NLP/Tatoeba-Challenge)) * tokenization: SentencePiece (spm32k,spm32k) * original model: [opusTCv20210807+pbt_transformer-align_2022-03-07.zi... | 94ecb54b417b945d3bb62feff6874331 |
cc-by-4.0 | ['translation', 'opus-mt-tc'] | false | Usage A short example code: ```python from transformers import MarianMTModel, MarianTokenizer src_text = [ "Afrikka on ihmiskunnan kehto.", "Yksi, kaksi, kolme, neljä, viisi, kuusi, seitsemän, kahdeksan, yhdeksän, kymmenen." ] model_name = "pytorch-models/opus-mt-tc-base-fi-uk" tokenizer = MarianTokenizer.... | 11761a76d78885df575df7709f613177 |
cc-by-4.0 | ['translation', 'opus-mt-tc'] | false | Один, два, три, чотири, п'ять, шість, сім, вісім, дев'ять, десять. ``` You can also use OPUS-MT models with the transformers pipelines, for example: ```python from transformers import pipeline pipe = pipeline("translation", model="Helsinki-NLP/opus-mt-tc-base-fi-uk") print(pipe("Afrikka on ihmiskunnan kehto.")) ... | 2925dac2c7daf5100b42582b4b46c984 |
cc-by-4.0 | ['translation', 'opus-mt-tc'] | false | Benchmarks * test set translations: [opusTCv20210807+pbt_transformer-align_2022-03-07.test.txt](https://object.pouta.csc.fi/Tatoeba-MT-models/fin-ukr/opusTCv20210807+pbt_transformer-align_2022-03-07.test.txt) * test set scores: [opusTCv20210807+pbt_transformer-align_2022-03-07.eval.txt](https://object.pouta.csc.fi/Ta... | a8d96b7e4ca171674a81705563a96c88 |
apache-2.0 | ['generated_from_trainer'] | false | wav2vec2-base-finetuned-sentiment-mesd-v2 This model is a fine-tuned version of [facebook/wav2vec2-base](https://huggingface.co/facebook/wav2vec2-base) on the None dataset. It achieves the following results on the evaluation set: - Loss: 1.7213 - Accuracy: 0.3923 | 3cd5348fd4c904a28cade58a75401eef |
apache-2.0 | ['generated_from_trainer'] | false | Training hyperparameters The following hyperparameters were used during training: - learning_rate: 1.25e-05 - train_batch_size: 64 - eval_batch_size: 40 - seed: 42 - gradient_accumulation_steps: 4 - total_train_batch_size: 256 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - lr... | 306935bc32c9aad6046442c6d40ca8ae |
apache-2.0 | ['generated_from_trainer'] | false | Training results | Training Loss | Epoch | Step | Validation Loss | Accuracy | |:-------------:|:-----:|:----:|:---------------:|:--------:| | No log | 0.86 | 3 | 1.7961 | 0.1462 | | 1.9685 | 1.86 | 6 | 1.7932 | 0.1692 | | 1.9685 | 2.86 | 9 | 1.7891 | 0.... | 73a49d4169001dabd389a7f55fbba708 |
creativeml-openrail-m | ['stable-diffusion', 'text-to-image'] | false | Files 6 files available (Best version is 4000steps): -Boichi2_style-1000 - 1000 steps -Boichi2_style-1000 - 2000 steps -Boichi2_style-1000 - 3000 steps -Boichi2_style-1000 - 4000 steps (recommended) -Boichi2_style-1000 - 5000 steps -Boichi2_style-1000 - 6000 steps | d5b6b2f233707db8be5f629c605e7399 |
creativeml-openrail-m | ['stable-diffusion', 'text-to-image'] | false | Prompt You need to use DeepDanBooru Tags (https://gigazine.net/gsc_news/en/20221012-automatic1111-stable-diffusion-webui-deep-danbooru/) I also used Nixeu_style embedding (not necessary): https://huggingface.co/sd-concepts-library/nixeu) And Elysium_Anime_V2.ckpt (https://huggingface.co/hesw23168/SD-Elysium-Model)... | 68192243727e3cd52c41637f5ca09730 |
creativeml-openrail-m | ['stable-diffusion', 'text-to-image'] | false | Example Positive Prompt: (Nixeu_style:1.2), (Boichi2_style-4000:1.2), (1boy:1.4), (muscular:1.2), (muscular_chest:1.2),pectorals, abs,(male_focus:1.5), (black_eyes:1.2), (white_hair:1.3),(muscular:1.2), (half_shaved_hair:1.1), (gel_spiked_hair:1.2), (white_hair:1.3), attractive, facing_camera, (male_focus:1.4), (sol... | 7a7f882a7d8f7df1902c9e2b72f53961 |
creativeml-openrail-m | ['stable-diffusion', 'text-to-image'] | false | Bad Example Used on another model or with bad prompt <img src="https://huggingface.co/Akumetsu971/SD_Boichi_Art_Style/resolve/main/03461-2842380376-1boy%2C%20(highly%20detailed)%2C%20masterpiece%2C%20Boichi_style.png" width="50%"/> ``` | bac035daa42ea62fab4ecde24f7ce6ed |
apache-2.0 | ['translation'] | false | jpn-heb * source group: Japanese * target group: Hebrew * OPUS readme: [jpn-heb](https://github.com/Helsinki-NLP/Tatoeba-Challenge/tree/master/models/jpn-heb/README.md) * model: transformer-align * source language(s): jpn_Hani jpn_Hira jpn_Kana * target language(s): heb * model: transformer-align * pre-processin... | 57a9b8591ab3161514ac1bd3639ca1b8 |
apache-2.0 | ['translation'] | false | System Info: - hf_name: jpn-heb - source_languages: jpn - target_languages: heb - opus_readme_url: https://github.com/Helsinki-NLP/Tatoeba-Challenge/tree/master/models/jpn-heb/README.md - original_repo: Tatoeba-Challenge - tags: ['translation'] - languages: ['ja', 'he'] - src_constituents: {'jpn_Hang', 'jpn', ... | afdf73e7ac24ff4aa551873f98789571 |
apache-2.0 | ['translation'] | false | opus-mt-en-umb * source languages: en * target languages: umb * OPUS readme: [en-umb](https://github.com/Helsinki-NLP/OPUS-MT-train/blob/master/models/en-umb/README.md) * dataset: opus * model: transformer-align * pre-processing: normalization + SentencePiece * download original weights: [opus-2020-01-08.zip](http... | 80d73e77109a97f2cf4d8fb74aab3f91 |
creativeml-openrail-m | ['stable-diffusion'] | false | Description > Kobo Kanaeru (こぼ・かなえる) is a female Indonesian Virtual YouTuber associated with hololive, > debuting as part of its Indonesian (ID) branch third generation of VTubers alongside Vestia Zeta and Kaela Kovalskia. > ([Fandom](https://virtualyoutuber.fandom.com/wiki/Kobo_Kanaeru)) | 1fa9c07be73b941a0e7df88172f215e8 |
creativeml-openrail-m | ['stable-diffusion'] | false | Preview > **Model:** [anything-v4.5-pruned.ckpt](https://huggingface.co/andite/anything-v4.0/tree/main)\ > **Model VAE:** [anything-v4.0.vae.pt](https://huggingface.co/andite/anything-v4.0/tree/main)\ > **Prompt:** TI-EMB_kobo-kanaeru\ > **Negative Prompt:** obese, (ugly:1.3), (duplicate:1.3), (morbid), (mutilated), o... | 1f744633adaeee109e7e3b7b269289ca |
apache-2.0 | ['automatic-speech-recognition', 'et'] | false | exp_w2v2t_et_vp-it_s992 Fine-tuned [facebook/wav2vec2-large-it-voxpopuli](https://huggingface.co/facebook/wav2vec2-large-it-voxpopuli) for speech recognition using the train split of [Common Voice 7.0 (et)](https://huggingface.co/datasets/mozilla-foundation/common_voice_7_0). When using this model, make sure that you... | 9983b0fc53981a4f78a3bac121cfad7e |
apache-2.0 | ['generated_from_trainer'] | false | Training results | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Gen Len | |:-------------:|:-----:|:----:|:---------------:|:-------:|:------:|:-------:|:---------:|:-------:| | No log | 1.0 | 27 | 6.1310 | 11.5882 | 3.2614 | 10.0378 | 11.2317 | 17.2 ... | 68a73eca5939f696e4b30f7f8155ba9c |
apache-2.0 | ['generated_from_trainer'] | false | distilbart-cnn-12-6-finetuned-1.2.3 This model is a fine-tuned version of [sshleifer/distilbart-cnn-12-6](https://huggingface.co/sshleifer/distilbart-cnn-12-6) on an unknown dataset. It achieves the following results on the evaluation set: - Loss: 2.0679 - Rouge1: 39.561 - Rouge2: 19.2826 - Rougel: 33.2976 - Rougelsu... | d670e5856a2aa648549e5108527100ba |
apache-2.0 | ['generated_from_trainer'] | false | Training results | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | |:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:-------:|:---------:| | 2.6987 | 1.0 | 98 | 2.2214 | 39.1186 | 19.1018 | 32.9027 | 33.0949 | | 1.8484 | 2.0 ... | 6fe7dbca45f09fa45fc4f90007172e17 |
creativeml-openrail-m | ['text-to-image'] | false | yeah Dreambooth model trained by duben with [Hugging Face Dreambooth Training Space](https://huggingface.co/spaces/multimodalart/dreambooth-training) with the v2-1-768 base model You run your new concept via `diffusers` [Colab Notebook for Inference](https://colab.research.google.com/github/huggingface/notebooks/blob... | 1e78a496cf91b3a120026f170ae602d7 |
mit | ['generated_from_trainer'] | false | Training hyperparameters The following hyperparameters were used during training: - learning_rate: 3e-05 - train_batch_size: 16 - eval_batch_size: 16 - seed: 42 - distributed_type: multi-GPU - num_devices: 2 - total_train_batch_size: 32 - total_eval_batch_size: 32 - optimizer: Adam with betas=(0.9,0.999) and epsilon=... | 133e905ed1e584cc7db8b8683a5e0b12 |
apache-2.0 | ['generated_from_keras_callback'] | false | Jasmine8596/distilbert-finetuned-imdb 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: - Train Loss: 2.8423 - Validation Loss: 2.6128 - Epoch: 0 | d107507cf1272d3b65f9a66d8adb6aaf |
mit | ['generated_from_trainer'] | false | ko-en-m2m This model is a fine-tuned version of [facebook/m2m100_418M](https://huggingface.co/facebook/m2m100_418M) on the None dataset. It achieves the following results on the evaluation set: - Loss: 0.4282 - Bleu: 25.8137 - Gen Len: 10.9556 | 163c4435e034b60540c714896ec951a2 |
mit | ['generated_from_trainer'] | false | Training hyperparameters The following hyperparameters were used during training: - learning_rate: 0.0003 - 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: 6 - mixed_precision_training: Native AMP | 177ee8011ca9414ec59eccb7bfb50365 |
mit | ['generated_from_trainer'] | false | Training results | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len | |:-------------:|:-----:|:-----:|:---------------:|:-------:|:-------:| | 0.5891 | 0.3 | 5000 | 0.7640 | 12.7212 | 10.465 | | 0.5653 | 0.6 | 10000 | 0.7211 | 13.4957 | 11.5844 | | 0.5464 ... | c9c6389ac1364e401cb30c2e3b2a1f0c |
apache-2.0 | ['hf-asr-leaderboard', 'generated_from_trainer'] | false | Whisper Tiny it 9 This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the Common Voice 11.0 dataset. It achieves the following results on the evaluation set: - Loss: 0.732505 - Wer: 45.327232 | 81b01161e52facf36309d1c5f27aa620 |
apache-2.0 | ['hf-asr-leaderboard', 'generated_from_trainer'] | false | Training results | Training Loss | Epoch | Step | Validation Loss | Wer | |:-------------:|:-----:|:----:|:---------------:|:-------:| | 1.5103 | 0.95 | 1000 | 0.8238 | 52.6830 | | 1.2030 | 1.91 | 2000 | 0.7581 | 49.4038 | | 1.0094 | 2.86 | 3000 | 0.7364 | 47.7884... | 7a7900c5782eea55d06edcb7baabf129 |
mit | [] | false | Description This model is a fine-tuned version of [BETO (spanish bert)](https://huggingface.co/dccuchile/bert-base-spanish-wwm-uncased) that has been trained on the *Datathon Against Racism* dataset (2022) We performed several experiments that will be described in the upcoming paper "Estimating Ground Truth in a Low-... | c4ab544b693c5961ad3719e3470fc47c |
mit | [] | false | Usage ```python from transformers import AutoTokenizer, AutoModelForSequenceClassification, pipeline model_name = 'raw-label-epoch-1' tokenizer = AutoTokenizer.from_pretrained("dccuchile/bert-base-spanish-wwm-uncased") full_model_path = f'MartinoMensio/racism-models-{model_name}' model = AutoModelForSequenceClassi... | 4ed80db0e8523c0a237a06cb69188243 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.