Update README.md
Browse files
README.md
CHANGED
@@ -2,12 +2,16 @@
|
|
2 |
language: multilingual
|
3 |
license: mit
|
4 |
tags:
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
# Miscovery Transformer Model
|
@@ -38,7 +42,7 @@ The model was trained in two stages:
|
|
38 |
1. Install the package:
|
39 |
|
40 |
```bash
|
41 |
-
pip install
|
42 |
```
|
43 |
|
44 |
2. Run the model using a script:
|
@@ -56,4 +60,4 @@ print(result)
|
|
56 |
|
57 |
## Limitations
|
58 |
|
59 |
-
This model was trained on specific datasets and may not generalize well to all domains.
|
|
|
2 |
language: multilingual
|
3 |
license: mit
|
4 |
tags:
|
5 |
+
- transformer
|
6 |
+
- summarization
|
7 |
+
- translation
|
8 |
+
- question-answering
|
9 |
+
- english
|
10 |
+
- arabic
|
11 |
+
datasets:
|
12 |
+
- miscovery/arabic_egypt_english_world_facts
|
13 |
+
pipeline_tag: translation
|
14 |
+
library_name: transformers
|
15 |
---
|
16 |
|
17 |
# Miscovery Transformer Model
|
|
|
42 |
1. Install the package:
|
43 |
|
44 |
```bash
|
45 |
+
pip install miscovery-model
|
46 |
```
|
47 |
|
48 |
2. Run the model using a script:
|
|
|
60 |
|
61 |
## Limitations
|
62 |
|
63 |
+
This model was trained on specific datasets and may not generalize well to all domains.
|