Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,46 @@
|
|
1 |
-
---
|
2 |
-
license: cc-by-nc-nd-4.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-nd-4.0
|
3 |
+
widget:
|
4 |
+
- text: >-
|
5 |
+
Jumping on the bandwagon in the artificial intelligence race, Meta has
|
6 |
+
started rolling out AI chatbot feature for its social networking sites
|
7 |
+
WhatsApp and Instagram across India and Africa, India Today reported. The
|
8 |
+
AI-powered search bar feature was first introduced in WhatsApp beta for
|
9 |
+
Android 2.24.7.14 update. It allows users to use the search engine to ask
|
10 |
+
queries. The feature is mainly being tested out in certain regions such as
|
11 |
+
India and Africa and is expected to go global soon. Now, the company is
|
12 |
+
experimenting with putting Meta AI in the Instagram search bar. You can use
|
13 |
+
it to either chat with AI or to look up content.
|
14 |
+
example_title: 1st - Meta News
|
15 |
+
---
|
16 |
+
|
17 |
+
|
18 |
+
# Text Rewriter Paraphraser
|
19 |
+
|
20 |
+
This repository contains a fine-tuned text-rewriting model based on the T5 Base architecture with 223M parameters.
|
21 |
+
|
22 |
+
## Key Features:
|
23 |
+
|
24 |
+
* **Fine-tuned on t5-base:** Leverages the power of a pre-trained text-to-text transfer model for effective paraphrasing.
|
25 |
+
* **Large Dataset (430k examples):** Trained on a comprehensive dataset combining three open-source sources and cleaned using various techniques for optimal performance.
|
26 |
+
* **High Quality Paraphrases:** Generates paraphrases that significantly alter sentence structure while maintaining accuracy and factual correctness.
|
27 |
+
* **Non-AI Detectable:** Aims to produce paraphrases that appear natural and indistinguishable from human-written text.
|
28 |
+
|
29 |
+
**Model Performance:**
|
30 |
+
|
31 |
+
* Train Loss: 1.0645
|
32 |
+
* Validation Loss: 0.8761
|
33 |
+
|
34 |
+
## Getting Started:
|
35 |
+
|
36 |
+
(Instructions on how to use the model will be added here.
|
37 |
+
This section may include specific requirements, code examples, or links to
|
38 |
+
documentation.)
|
39 |
+
|
40 |
+
**Disclaimer:**
|
41 |
+
|
42 |
+
This model is intended for research and creative writing purposes. It is essential to use the paraphrased text responsibly and ethically, with proper attribution of the original source.
|
43 |
+
|
44 |
+
**Further Development:**
|
45 |
+
|
46 |
+
(Mention any ongoing development or areas for future improvement in Discussions.)
|