Instructions to use SEBIS/code_trans_t5_base_commit_generation with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SEBIS/code_trans_t5_base_commit_generation with Transformers:
# Use a pipeline as a high-level helper # Warning: Pipeline type "summarization" is no longer supported in transformers v5. # You must load the model directly (see below) or downgrade to v4.x with: # 'pip install "transformers<5.0.0' from transformers import pipeline pipe = pipeline("summarization", model="SEBIS/code_trans_t5_base_commit_generation")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("SEBIS/code_trans_t5_base_commit_generation") model = AutoModel.from_pretrained("SEBIS/code_trans_t5_base_commit_generation") - Notebooks
- Google Colab
- Kaggle
mehmeteminhazret commited on
Update README.md
Browse files---
license: apache-2.0
language: tr
tags:
- text-classification
- turk-dunyasi
- cultural-ai
- sozce
datasets:
- sozce_turk_dunyasi_train
model-index:
- name: sozce-turk-dunyasi
results: []
---
README.md
CHANGED
|
@@ -1,12 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
tags:
|
| 3 |
- summarization
|
| 4 |
widget:
|
| 5 |
- text: "new file mode 100644 index 000000000 . . 892fda21b Binary files / dev / null and b / src / plugins / gateway / lib / joscar . jar differ"
|
| 6 |
|
|
|
|
|
|
|
| 7 |
---
|
| 8 |
|
| 9 |
|
|
|
|
| 10 |
# CodeTrans model for git commit message generation
|
| 11 |
Pretrained model on git commit using the t5 base model architecture. It was first released in
|
| 12 |
[this repository](https://github.com/agemagician/CodeTrans). This model is trained on tokenized git commit: it works best with tokenized git commit.
|
|
|
|
| 1 |
+
-----
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
language: tr
|
| 4 |
+
tags:
|
| 5 |
+
- text-classification
|
| 6 |
+
- turk-dunyasi
|
| 7 |
+
- cultural-ai
|
| 8 |
+
- sozce
|
| 9 |
+
datasets:
|
| 10 |
+
- sozce_turk_dunyasi_train
|
| 11 |
+
model-index:
|
| 12 |
+
- name: sozce-turk-dunyasi
|
| 13 |
+
results: []
|
| 14 |
---
|
| 15 |
+
-
|
| 16 |
tags:
|
| 17 |
- summarization
|
| 18 |
widget:
|
| 19 |
- text: "new file mode 100644 index 000000000 . . 892fda21b Binary files / dev / null and b / src / plugins / gateway / lib / joscar . jar differ"
|
| 20 |
|
| 21 |
+
------
|
| 22 |
+
l
|
| 23 |
---
|
| 24 |
|
| 25 |
|
| 26 |
+
|
| 27 |
# CodeTrans model for git commit message generation
|
| 28 |
Pretrained model on git commit using the t5 base model architecture. It was first released in
|
| 29 |
[this repository](https://github.com/agemagician/CodeTrans). This model is trained on tokenized git commit: it works best with tokenized git commit.
|