joe-xhedi commited on
Commit
2ec1d81
1 Parent(s): 4fee8a6

Upload model_card.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. model_card.json +10 -0
model_card.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_name": "es-en-transformer",
3
+ "model_description": "This model is a transformer model trained on the wmt dataset for Spanish-English translation.",
4
+ "intended_use": "This model can be used for translating English sentences to German sentences.",
5
+ "limitations_and_biases": "The model was trained on a limited dataset and may not be able to translate all sentences accurately. The model may also exhibit biases that are present in the training data.",
6
+ "ethical_considerations": "This model should not be used for any purpose that could be harmful or discriminatory.",
7
+ "contact_details": "For any questions or concerns about this model, please contact joe.xhedi@example.com.",
8
+ "citation": "If you use this model, please cite the following paper: Xhedi, J. (2023). A Transformer Model for English-German Translation.",
9
+ "license": "This model is licensed under the Apache License 2.0."
10
+ }