RicardoRei commited on
Commit
d4a17bc
1 Parent(s): a70f643

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -3
README.md CHANGED
@@ -106,8 +106,11 @@ This is a [COMET](https://github.com/Unbabel/COMET) quality estimation model: It
106
 
107
  [CometKiwi: IST-Unbabel 2022 Submission for the Quality Estimation Shared Task](https://aclanthology.org/2022.wmt-1.60) (Rei et al., WMT 2022)
108
 
 
109
 
110
- ## Usage (unbabel-comet)
 
 
111
 
112
  Using this model requires unbabel-comet to be installed:
113
 
@@ -137,13 +140,13 @@ model_output = model.predict(data, batch_size=8, gpus=1)
137
  print (model_output)
138
  ```
139
 
140
- ## Intended uses
141
 
142
  Our model is intented to be used for **reference-free MT evaluation**.
143
 
144
  Given a source text and its translation, outputs a single score between 0 and 1 where 1 represents a perfect translation.
145
 
146
- ## Languages Covered:
147
 
148
  This model builds on top of InfoXLM which cover the following languages:
149
 
 
106
 
107
  [CometKiwi: IST-Unbabel 2022 Submission for the Quality Estimation Shared Task](https://aclanthology.org/2022.wmt-1.60) (Rei et al., WMT 2022)
108
 
109
+ # License:
110
 
111
+ cc-by-nc-sa-4.0
112
+
113
+ # Usage (unbabel-comet)
114
 
115
  Using this model requires unbabel-comet to be installed:
116
 
 
140
  print (model_output)
141
  ```
142
 
143
+ # Intended uses
144
 
145
  Our model is intented to be used for **reference-free MT evaluation**.
146
 
147
  Given a source text and its translation, outputs a single score between 0 and 1 where 1 represents a perfect translation.
148
 
149
+ # Languages Covered:
150
 
151
  This model builds on top of InfoXLM which cover the following languages:
152