Update README.md
Browse files
README.md
CHANGED
@@ -11,6 +11,23 @@ metrics:
|
|
11 |
library_name: peft
|
12 |
pipeline_tag: text-generation
|
13 |
base_model: mistralai/Mistral-7B-v0.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
---
|
15 |
|
16 |
# Dragoman: English-Ukrainian Machine Translation Model
|
|
|
11 |
library_name: peft
|
12 |
pipeline_tag: text-generation
|
13 |
base_model: mistralai/Mistral-7B-v0.1
|
14 |
+
tags:
|
15 |
+
- translation
|
16 |
+
model-index:
|
17 |
+
- name: Dragoman
|
18 |
+
results:
|
19 |
+
- task:
|
20 |
+
type: translation # Required. Example: automatic-speech-recognition
|
21 |
+
name: English-Ukrainian Translation # Optional. Example: Speech Recognition
|
22 |
+
dataset:
|
23 |
+
type: facebook/flores # Required. Example: common_voice. Use dataset id from https://hf.co/datasets
|
24 |
+
name: FLORES-101 # Required. A pretty name for the dataset. Example: Common Voice (French)
|
25 |
+
config: eng_Latn-ukr_Cyrl # Optional. The name of the dataset configuration used in `load_dataset()`. Example: fr in `load_dataset("common_voice", "fr")`. See the `datasets` docs for more info: https://huggingface.co/docs/datasets/package_reference/loading_methods#datasets.load_dataset.name
|
26 |
+
split: devtest # Optional. Example: test
|
27 |
+
metrics:
|
28 |
+
- type: bleu # Required. Example: wer. Use metric id from https://hf.co/metrics
|
29 |
+
value: 32.34 # Required. Example: 20.90
|
30 |
+
name: Test BLEU # Optional. Example: Test WER
|
31 |
---
|
32 |
|
33 |
# Dragoman: English-Ukrainian Machine Translation Model
|