XSY commited on
Commit
1080481
1 Parent(s): 1a9aeff

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -1,6 +1,3 @@
1
- label_0: unsarcasitic
2
- label_1: sarcastic
3
-
4
  ---
5
  license: mit
6
  tags:
@@ -17,6 +14,10 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  # roberta-scarcasm-discriminator
19
 
 
 
 
 
20
  This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on an unknown dataset.
21
  It achieves the following results on the evaluation set:
22
  - Loss: 0.1844
 
 
 
 
1
  ---
2
  license: mit
3
  tags:
 
14
 
15
  # roberta-scarcasm-discriminator
16
 
17
+ label0: unsarcasitic
18
+ label1: sarcastic
19
+ The fine tune method in my github https://github.com/yangyangxusheng/Fine-tune-use-transformers
20
+
21
  This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on an unknown dataset.
22
  It achieves the following results on the evaluation set:
23
  - Loss: 0.1844