Update README.md
Browse files
README.md
CHANGED
@@ -53,6 +53,17 @@ Model | train f1 | dev f1 | test f1 | Dataset Size
|
|
53 |
[`VRLLab/TurkishBERTweet-Lora-HS`](https://huggingface.co/VRLLab/TurkishBERTweet-Lora-HS) | 0.915 | 0.796 | 0.831 | 4,683 Turkish Tweets
|
54 |
# <a name="usage2"></a> Example usage
|
55 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
56 |
|
57 |
## <a name="preprocess"></a> Twitter Preprocessor
|
58 |
```python
|
@@ -209,4 +220,4 @@ Yes : kasmayin artik ya kac kere tanik olduk bu azgin tehlikeli “multecilerin
|
|
209 |
|
210 |
## Acknowledgments
|
211 |
We thank [Fatih Amasyali](https://avesis.yildiz.edu.tr/amasyali) for providing access to Tweet Sentiment datasets from Kemik group.
|
212 |
-
This material is based upon work supported by the Google Cloud Research Credits program with the award GCP19980904. We also thank TUBITAK (121C220 and 222N311) for funding this project.
|
|
|
53 |
[`VRLLab/TurkishBERTweet-Lora-HS`](https://huggingface.co/VRLLab/TurkishBERTweet-Lora-HS) | 0.915 | 0.796 | 0.831 | 4,683 Turkish Tweets
|
54 |
# <a name="usage2"></a> Example usage
|
55 |
|
56 |
+
```bash
|
57 |
+
git clone [email protected]:ViralLab/TurkishBERTweet.git
|
58 |
+
cd TurkishBERTweet
|
59 |
+
python -m venv venv
|
60 |
+
source venv/bin/activate
|
61 |
+
|
62 |
+
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
|
63 |
+
pip install peft
|
64 |
+
pip install transformers
|
65 |
+
```
|
66 |
+
|
67 |
|
68 |
## <a name="preprocess"></a> Twitter Preprocessor
|
69 |
```python
|
|
|
220 |
|
221 |
## Acknowledgments
|
222 |
We thank [Fatih Amasyali](https://avesis.yildiz.edu.tr/amasyali) for providing access to Tweet Sentiment datasets from Kemik group.
|
223 |
+
This material is based upon work supported by the Google Cloud Research Credits program with the award GCP19980904. We also thank TUBITAK (121C220 and 222N311) for funding this project.
|