Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -7,20 +7,20 @@ tags:
|
|
| 7 |
- onnx
|
| 8 |
- translation
|
| 9 |
- multilingual
|
| 10 |
-
-
|
| 11 |
base_model: facebook/nllb-200-distilled-1.3B
|
| 12 |
pipeline_tag: translation
|
| 13 |
---
|
| 14 |
|
| 15 |
# Nllb 200 Distilled 1.3B
|
| 16 |
|
| 17 |
-
|
| 18 |
|
| 19 |
## Model Details
|
| 20 |
|
| 21 |
- **Source Model**: [facebook/nllb-200-distilled-1.3B](https://huggingface.co/facebook/nllb-200-distilled-1.3B)
|
| 22 |
- **Format**: ONNX
|
| 23 |
-
- **Converted by**: [
|
| 24 |
|
| 25 |
## Usage
|
| 26 |
|
|
@@ -36,12 +36,12 @@ session = ort.InferenceSession("nllb-200-distilled-1.3B-onnx.onnx")
|
|
| 36 |
|
| 37 |
```python
|
| 38 |
from optimum.onnxruntime import ORTModelForSequenceClassification
|
| 39 |
-
model = ORTModelForSequenceClassification.from_pretrained("
|
| 40 |
```
|
| 41 |
|
| 42 |
-
## About
|
| 43 |
|
| 44 |
-
[
|
| 45 |
|
| 46 |
All conversions are optimized for edge deployment within browser and mobile memory constraints.
|
| 47 |
|
|
|
|
| 7 |
- onnx
|
| 8 |
- translation
|
| 9 |
- multilingual
|
| 10 |
+
- forkjoin-ai
|
| 11 |
base_model: facebook/nllb-200-distilled-1.3B
|
| 12 |
pipeline_tag: translation
|
| 13 |
---
|
| 14 |
|
| 15 |
# Nllb 200 Distilled 1.3B
|
| 16 |
|
| 17 |
+
Forkjoin.ai conversion of [facebook/nllb-200-distilled-1.3B](https://huggingface.co/facebook/nllb-200-distilled-1.3B) to ONNX format for edge deployment.
|
| 18 |
|
| 19 |
## Model Details
|
| 20 |
|
| 21 |
- **Source Model**: [facebook/nllb-200-distilled-1.3B](https://huggingface.co/facebook/nllb-200-distilled-1.3B)
|
| 22 |
- **Format**: ONNX
|
| 23 |
+
- **Converted by**: [Forkjoin.ai](https://forkjoin.ai)
|
| 24 |
|
| 25 |
## Usage
|
| 26 |
|
|
|
|
| 36 |
|
| 37 |
```python
|
| 38 |
from optimum.onnxruntime import ORTModelForSequenceClassification
|
| 39 |
+
model = ORTModelForSequenceClassification.from_pretrained("forkjoin-ai/nllb-200-distilled-1.3B-onnx")
|
| 40 |
```
|
| 41 |
|
| 42 |
+
## About Forkjoin.ai
|
| 43 |
|
| 44 |
+
[Forkjoin.ai](https://forkjoin.ai) runs AI models at the edge -- in-browser, on-device, zero cloud cost. These converted models power real-time inference, speech recognition, and natural language capabilities.
|
| 45 |
|
| 46 |
All conversions are optimized for edge deployment within browser and mobile memory constraints.
|
| 47 |
|