You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,13 +74,13 @@ Directly fine-tune the pre-trained model (span-level + integrated corpus) to the
74
74
```
75
75
76
76
### Jointly Train
77
-
Initialize the model with based on the pre-trained model (span-level + integrated corpus). Then, jointly train the model with the source and target target domain data.
77
+
Initialize the model with based on the pre-trained model (span-level + integrated corpus). Then, jointly train the model with the source and target (politics) domain data.
Initialize the model with based on the pre-trained model (span-level + integrated corpus). Then, pre-train the model on the source domain data before fine-tuning to the target domain data.
83
+
Initialize the model with based on the pre-trained model (span-level + integrated corpus). Then, pre-train the model on the source domain data before fine-tuning to the target (politics) domain data.
0 commit comments