RicardoRei commited on
Commit
5f1813e
1 Parent(s): 4bad052

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -3
README.md CHANGED
@@ -106,7 +106,11 @@ This is a [COMET](https://github.com/Unbabel/COMET) evaluation model: It receive
106
 
107
  [Unbabel’s Participation in the WMT20 Metrics Shared Task](https://aclanthology.org/2020.wmt-1.101) (Rei et al., WMT 2020)
108
 
109
- ## Usage (unbabel-comet)
 
 
 
 
110
 
111
  Using this model requires unbabel-comet to be installed:
112
 
@@ -138,13 +142,13 @@ model_output = model.predict(data, batch_size=8, gpus=1)
138
  print (model_output)
139
  ```
140
 
141
- ## Intended uses
142
 
143
  Our model is intented to be used for **MT evaluation**.
144
 
145
  Given a a triplet with (source sentence, translation, reference translation) outputs a single score. This score is unbounded but typically falls between -1 and 1 where 1 reflects a perfect translation.
146
 
147
- ## Languages Covered:
148
 
149
  This model builds on top of XLM-R which cover the following languages:
150
 
 
106
 
107
  [Unbabel’s Participation in the WMT20 Metrics Shared Task](https://aclanthology.org/2020.wmt-1.101) (Rei et al., WMT 2020)
108
 
109
+ # License
110
+
111
+ Apache-2.0
112
+
113
+ # Usage (unbabel-comet)
114
 
115
  Using this model requires unbabel-comet to be installed:
116
 
 
142
  print (model_output)
143
  ```
144
 
145
+ # Intended uses
146
 
147
  Our model is intented to be used for **MT evaluation**.
148
 
149
  Given a a triplet with (source sentence, translation, reference translation) outputs a single score. This score is unbounded but typically falls between -1 and 1 where 1 reflects a perfect translation.
150
 
151
+ # Languages Covered:
152
 
153
  This model builds on top of XLM-R which cover the following languages:
154