kelingwang
commited on
Commit
•
4448954
1
Parent(s):
a506761
Update README.md
Browse files
README.md
CHANGED
@@ -42,7 +42,7 @@ datasets:
|
|
42 |
---
|
43 |
# Model description
|
44 |
This `bert-causation-rating-dr2` model is a fine-tuned [biobert-base-cased-v1.2](https://huggingface.co/dmis-lab/biobert-base-cased-v1.2) model on a small set of manually annotated texts with causation labels. This model is tasked with classifying a sentence into different levels of strength of causation expressed in this sentence.
|
45 |
-
|
46 |
The sentences in the dataset were rated independently by two researchers. This `dr2` version is tuned on the set of sentences with labels rated by Rater 2 and 3.
|
47 |
|
48 |
# Intended use and limitations
|
@@ -86,6 +86,7 @@ This performance is achieved with the following hyperparameters:
|
|
86 |
# Training settings
|
87 |
|
88 |
The following training configurations apply:
|
|
|
89 |
* `seed`: 114514
|
90 |
* `batch_size`: 128
|
91 |
* `epoch`: 8
|
|
|
42 |
---
|
43 |
# Model description
|
44 |
This `bert-causation-rating-dr2` model is a fine-tuned [biobert-base-cased-v1.2](https://huggingface.co/dmis-lab/biobert-base-cased-v1.2) model on a small set of manually annotated texts with causation labels. This model is tasked with classifying a sentence into different levels of strength of causation expressed in this sentence.
|
45 |
+
Before tuning on this dataset, the `biobert-base-cased-v1.2` model is fine-tuned on a dataset containing causation labels from a published paper. This model starts from pre-trained [`kelingwang/bert-causation-rating-pubmed`](https://huggingface.co/kelingwang/bert-causation-rating-pubmed). For more information please view the link and my [GitHub page](https://github.com/Keling-Wang/causation_rating).
|
46 |
The sentences in the dataset were rated independently by two researchers. This `dr2` version is tuned on the set of sentences with labels rated by Rater 2 and 3.
|
47 |
|
48 |
# Intended use and limitations
|
|
|
86 |
# Training settings
|
87 |
|
88 |
The following training configurations apply:
|
89 |
+
* Pre-trained model: `kelingwang/bert-causation-rating-pubmed`
|
90 |
* `seed`: 114514
|
91 |
* `batch_size`: 128
|
92 |
* `epoch`: 8
|