duwuonline commited on
Commit
2f844e1
1 Parent(s): c61f636

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +37 -0
README.md ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ base_model: xlm-roberta-base
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - f1
8
+ - accuracy
9
+ model-index:
10
+ - name: mymodel-classify-category-news
11
+ results: []
12
+ pipeline_tag: text-classification
13
+ widget:
14
+ - text: "Cảm giác buồn và cô đơn luôn âm thầm tồn tại trong tâm hồn tôi, như những cơn mưa dầm dề trong bóng đêm không lối thoát."
15
+ example_title: "Example 1"
16
+ - text: "10 điểm"
17
+ example_title: "Example 2"
18
+ ---
19
+
20
+ # Model Card for Model ID
21
+
22
+ <!-- Provide a quick summary of what the model is/does. -->
23
+
24
+ This modelcard aims to be a base template for new models. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/modelcard_template.md?plain=1).
25
+
26
+
27
+
28
+
29
+
30
+ ## Training and evaluation data
31
+
32
+ I will update later
33
+
34
+ #### Hardware
35
+
36
+ T4 GPU
37
+