Human-CentricAI commited on
Commit
f1ce0fb
·
verified ·
1 Parent(s): 2d95fd7

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ ---
4
+ This model is a fine-tuned version of RoBERTa-large [1]. It was trained on 2,100 VR game reviews to measure sentiment on UX dimensions. Specifically, this model measures the sentiment on the UX dimension **Presence**.
5
+
6
+ The model assigns one of four possible labels:
7
+
8
+ 0 (**neutral**): The text describes the UX dimension neutrally or is not discussed <br />
9
+ 1 (**positive**): The text describes the UX dimension positively <br />
10
+ 2 (**negative**): The text describes the UX dimension negatively <br />
11
+
12
+ References <br />
13
+ [1] Liu, Y.; Ott, M.; Goyal, N.; Du, J.; Joshi, M.; Chen, D.; ... & Stoyanov, V. (2019). Roberta: A robustly optimized bert pretraining approach. arXiv preprint arXiv:1907.11692.