Update README.md
Browse files
README.md
CHANGED
@@ -21,7 +21,7 @@ This is the model card of a 🤗 transformers model that has been pushed on the
|
|
21 |
- **Funded by [optional]:** [More Information Needed]
|
22 |
- **Shared by [optional]:** [More Information Needed]
|
23 |
- **Model type:** [More Information Needed]
|
24 |
-
- **Language(s) (NLP):**
|
25 |
- **License:** [More Information Needed]
|
26 |
- **Finetuned from model [optional]:** [More Information Needed]
|
27 |
|
@@ -29,7 +29,7 @@ This is the model card of a 🤗 transformers model that has been pushed on the
|
|
29 |
|
30 |
<!-- Provide the basic links for the model. -->
|
31 |
|
32 |
-
- **Repository:**
|
33 |
- **Paper [optional]:** [More Information Needed]
|
34 |
- **Demo [optional]:** [More Information Needed]
|
35 |
|
@@ -69,7 +69,10 @@ Users (both direct and downstream) should be made aware of the risks, biases and
|
|
69 |
|
70 |
## How to Get Started with the Model
|
71 |
|
72 |
-
|
|
|
|
|
|
|
73 |
|
74 |
[More Information Needed]
|
75 |
|
|
|
21 |
- **Funded by [optional]:** [More Information Needed]
|
22 |
- **Shared by [optional]:** [More Information Needed]
|
23 |
- **Model type:** [More Information Needed]
|
24 |
+
- **Language(s) (NLP):** Lezgin, Russian
|
25 |
- **License:** [More Information Needed]
|
26 |
- **Finetuned from model [optional]:** [More Information Needed]
|
27 |
|
|
|
29 |
|
30 |
<!-- Provide the basic links for the model. -->
|
31 |
|
32 |
+
- **Repository:** https://github.com/leks-forever/nllb-tuning
|
33 |
- **Paper [optional]:** [More Information Needed]
|
34 |
- **Demo [optional]:** [More Information Needed]
|
35 |
|
|
|
69 |
|
70 |
## How to Get Started with the Model
|
71 |
|
72 |
+
```python
|
73 |
+
model = AutoModelForSeq2SeqLM.from_pretrained("leks-forever/nllb-200-distilled-600M")
|
74 |
+
tokenizer = NllbTokenizer.from_pretrained("leks-forever/nllb-200-distilled-600M")
|
75 |
+
```
|
76 |
|
77 |
[More Information Needed]
|
78 |
|