Update README.md
#5
by antonypamo - opened
README.md
CHANGED
|
@@ -1,3 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Hugging Face Model Repo
|
| 2 |
|
| 3 |
This repository contains the exported model from `awe.ipynb`.
|
|
@@ -17,4 +34,4 @@ pip install -r requirements.txt
|
|
| 17 |
python inference.py
|
| 18 |
```
|
| 19 |
|
| 20 |
-
Replace `YourModelClass` in `inference.py` with the actual class defined in `model.py`.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
datasets:
|
| 4 |
+
- Smith42/galaxies
|
| 5 |
+
- antonypamo/ii
|
| 6 |
+
language:
|
| 7 |
+
- en
|
| 8 |
+
- es
|
| 9 |
+
metrics:
|
| 10 |
+
- accuracy
|
| 11 |
+
tags:
|
| 12 |
+
- music
|
| 13 |
+
- finance
|
| 14 |
+
- art
|
| 15 |
+
- code
|
| 16 |
+
- merge
|
| 17 |
+
---
|
| 18 |
# Hugging Face Model Repo
|
| 19 |
|
| 20 |
This repository contains the exported model from `awe.ipynb`.
|
|
|
|
| 34 |
python inference.py
|
| 35 |
```
|
| 36 |
|
| 37 |
+
Replace `YourModelClass` in `inference.py` with the actual class defined in `model.py`.
|