KurtMica commited on
Commit
ec5632e
1 Parent(s): 73136b2

Model card.

Browse files
Files changed (1) hide show
  1. README.md +19 -1
README.md CHANGED
@@ -1,6 +1,24 @@
1
  ---
 
 
 
 
2
  tags:
 
 
3
  - allennlp
 
4
  ---
5
 
6
- # TODO: Fill this model card
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language:
3
+ - mt
4
+ datasets:
5
+ - mt-sentiment-analysis
6
  tags:
7
+ - sentiment-analysis
8
+ - text-classification
9
  - allennlp
10
+ license: cc-by-nc-sa-4.0
11
  ---
12
 
13
+ # BERTu for Sentiment Classification
14
+
15
+ This is a fine-tuned version of [BERTu](https://huggingface.co/MLRS/BERTu) on Sentiment Classification using the [Maltese Sentiment Analysis data](https://github.com/jerbarnes/typology_of_crosslingual/tree/master/data/sentiment/mt).
16
+ To make use of this model, customised modules are needed; refer to the [codebase](https://github.com/MLRS/BERTu#evaluation) for more details.
17
+
18
+ ## License
19
+
20
+ Refer to the [base model licensing information](https://huggingface.co/MLRS/BERTu#license).
21
+
22
+ ## Citation
23
+
24
+ Refer to the [base model citation information](https://huggingface.co/MLRS/BERTu#citation).