aoiandroid commited on
Commit
1c589b7
·
verified ·
1 Parent(s): a80f32d

Upload metadata.yaml with huggingface_hub

Browse files
Files changed (1) hide show
  1. metadata.yaml +30 -0
metadata.yaml ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # OPUS-MT ONNX mirror - repository metadata
2
+ # Used for catalog and tooling; model card is README.md
3
+
4
+ repository:
5
+ name: opus-mt-onnx
6
+ description: "Mirror of VaishalBusiness/opus: 1000+ OPUS-MT ONNX translation models"
7
+ source_repo: "VaishalBusiness/opus"
8
+ source_title: "VGT ONNX Model Hub"
9
+ task: translation
10
+ format: onnx
11
+
12
+ content:
13
+ model_count: 1000
14
+ total_size_gb: 534
15
+ structure: "One folder per model (Helsinki-NLP-opus-mt-*), each with encoder/decoder ONNX + tokenizer files"
16
+ recommended_decoder: "decoder_model_merged.onnx"
17
+
18
+ attribution:
19
+ original_onnx_hub: "VaishalBusiness/opus"
20
+ original_models: "Helsinki-NLP (MarianMT / OPUS-MT)"
21
+ license_note: "Per-model; respect original authors and licenses"
22
+
23
+ usage:
24
+ repo_id_example: "aoiandroid/opus-mt-onnx"
25
+ allow_patterns_example: "Helsinki-NLP-opus-mt-tc-base-bat-zle/*"
26
+ dependencies:
27
+ - huggingface_hub
28
+ - onnxruntime
29
+ - transformers
30
+ - sentencepiece