mrm8488 / bart-legal-base-es

huggingface.co
Total runs: 56
24-hour runs: 1
7-day runs: 23
30-day runs: 47
Model's Last Updated: March 24 2023
text-generation

Introduction of bart-legal-base-es

Model Details of bart-legal-base-es

Alpacoom logo
BART Legal Spanish ⚖️

BART Legal Spanish (base) is a BART-like model trained on A collection of corpora of Spanish legal domain .

BART is a transformer encoder-decoder (seq2seq) model with a bidirectional (BERT-like) encoder and an autoregressive (GPT-like) decoder. BART is pre-trained by (1) corrupting text with an arbitrary noising function and (2) learning a model to reconstruct the original text.

This model is particularly effective when fine-tuned for text generation tasks (e.g., summarization, translation) but also works well for comprehension tasks (e.g., text classification, question answering).

Training details
  • Dataset: Spanish-legal-corpora - 90% for training / 10% for validation.
  • Training script: see here
Evaluation metrics
Metric # Value
Accuracy 0.86
Loss 0.68
Benchmarks 🔨

WIP 🚧

How to use with transformers
from transformers import BartForConditionalGeneration, BartTokenizer

model_id = "mrm8488/bart-legal-base-es"

model = BartForConditionalGeneration.from_pretrained(model_id, forced_bos_token_id=0)
tokenizer = BartTokenizer.from_pretrained(model_id)

def fill_mask_span(text):
  batch = tokenizer(text, return_tensors="pt")
  generated_ids = model.generate(batch["input_ids"])
  print(tokenizer.batch_decode(generated_ids, skip_special_tokens=True))

text = "Los españoles son <mask> ante la ley."
fill_mask_span(text)
# Output: ['Los españoles son iguales ante la ley.1.ª y 2.ª ante la']

text = "Los proyectos de reforma Constitucional deberán <mask> por una mayoría de tres quintos de cada una de las Cámaras."
fill_mask_span(text)
# Output: ['Los proyectos de reforma Constitucional deberán ser aprobados por una mayoría de tres quintos de cada']
Acknowledgments
Citation

If you want to cite this model, you can use this:

@misc {manuel_romero_2023,
    author       = { {Manuel Romero} },
    title        = { bart-legal-base-es (Revision c33ed22) },
    year         = 2023,
    url          = { https://huggingface.co/mrm8488/bart-legal-base-es },
    doi          = { 10.57967/hf/0472 },
    publisher    = { Hugging Face }
}

Created by Manuel Romero/@mrm8488

Made with in Spain

Runs of mrm8488 bart-legal-base-es on huggingface.co

56
Total runs
1
24-hour runs
10
3-day runs
23
7-day runs
47
30-day runs

More Information About bart-legal-base-es huggingface.co Model

bart-legal-base-es huggingface.co

bart-legal-base-es huggingface.co is an AI model on huggingface.co that provides bart-legal-base-es's model effect (), which can be used instantly with this mrm8488 bart-legal-base-es model. huggingface.co supports a free trial of the bart-legal-base-es model, and also provides paid use of the bart-legal-base-es. Support call bart-legal-base-es model through api, including Node.js, Python, http.

bart-legal-base-es huggingface.co Url

https://huggingface.co/mrm8488/bart-legal-base-es

mrm8488 bart-legal-base-es online free

bart-legal-base-es huggingface.co is an online trial and call api platform, which integrates bart-legal-base-es's modeling effects, including api services, and provides a free online trial of bart-legal-base-es, you can try bart-legal-base-es online for free by clicking the link below.

mrm8488 bart-legal-base-es online free url in huggingface.co:

https://huggingface.co/mrm8488/bart-legal-base-es

bart-legal-base-es install

bart-legal-base-es is an open source model from GitHub that offers a free installation service, and any user can find bart-legal-base-es on GitHub to install. At the same time, huggingface.co provides the effect of bart-legal-base-es install, users can directly use bart-legal-base-es installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

bart-legal-base-es install url in huggingface.co:

https://huggingface.co/mrm8488/bart-legal-base-es

Url of bart-legal-base-es

bart-legal-base-es huggingface.co Url

Provider of bart-legal-base-es huggingface.co

mrm8488
ORGANIZATIONS

Other API from mrm8488

huggingface.co

Total runs: 855
Run Growth: 264
Growth Rate: 30.88%
Updated:February 23 2024
huggingface.co

Total runs: 232
Run Growth: 117
Growth Rate: 51.09%
Updated:March 19 2023
huggingface.co

Total runs: 72
Run Growth: 32
Growth Rate: 44.44%
Updated:January 24 2024
huggingface.co

Total runs: 70
Run Growth: 54
Growth Rate: 83.08%
Updated:June 20 2023