krishnagarg09
commited on
Commit
•
7829217
1
Parent(s):
71a2c39
Edit README
Browse files
README.md
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
<<<<<<< HEAD
|
2 |
# Model Card for krishnagarg09/stance-detection-semeval2016
|
3 |
|
4 |
## Model Description
|
@@ -51,11 +50,13 @@ dataset = load_dataset("krishnagarg09/SemEval2016Task6")
|
|
51 |
```
|
52 |
|
53 |
## Training Details
|
|
|
54 |
optimizer: Adam
|
55 |
lr: 2e-5
|
56 |
loss: crossentropy
|
57 |
epochs: 5 (best weights chosen over validation)
|
58 |
batch_size: 32
|
|
|
59 |
|
60 |
### Preprocessing
|
61 |
Text lowercased, `#semst` tags removed, `p.OPT.URL,p.OPT.EMOJI,p.OPT.RESERVED` removed using `tweet-preprocessor` package, normalization done using `emnlp_dict.txt` and `noslang_data.json`
|
@@ -73,18 +74,4 @@ F1: 65.56
|
|
73 |
Nvidia RTX A5000 24GB
|
74 |
|
75 |
## Model Card Contact
|
76 | |
77 |
-
=======
|
78 |
-
---
|
79 |
-
license: mit
|
80 |
-
datasets:
|
81 |
-
- krishnagarg09/SemEval2016Task6
|
82 |
-
language:
|
83 |
-
- en
|
84 |
-
metrics:
|
85 |
-
- f1
|
86 |
-
pipeline_tag: text-classification
|
87 |
-
tags:
|
88 |
-
- stance-detection
|
89 |
-
---
|
90 |
-
>>>>>>> 99d010d9c3077fa4c11c1e4fde96695b5c48a5cf
|
|
|
|
|
1 |
# Model Card for krishnagarg09/stance-detection-semeval2016
|
2 |
|
3 |
## Model Description
|
|
|
50 |
```
|
51 |
|
52 |
## Training Details
|
53 |
+
```
|
54 |
optimizer: Adam
|
55 |
lr: 2e-5
|
56 |
loss: crossentropy
|
57 |
epochs: 5 (best weights chosen over validation)
|
58 |
batch_size: 32
|
59 |
+
```
|
60 |
|
61 |
### Preprocessing
|
62 |
Text lowercased, `#semst` tags removed, `p.OPT.URL,p.OPT.EMOJI,p.OPT.RESERVED` removed using `tweet-preprocessor` package, normalization done using `emnlp_dict.txt` and `noslang_data.json`
|
|
|
74 |
Nvidia RTX A5000 24GB
|
75 |
|
76 |
## Model Card Contact
|
77 | |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|