Spaces:
Runtime error
Runtime error
XquanL
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -42,6 +42,9 @@ In this project, we created a text classifier Hugging Face Spaces app and Gradio
|
|
42 |
* Run nvidia monitoring test: `nvidia-smi -l 1`
|
43 |
|
44 |
### DistilBERT transformer model
|
|
|
|
|
|
|
45 |
|
46 |
### Finetune text classifier model and upload to Hugging Face
|
47 |
* In terminal, run `huggingface-cli login`
|
@@ -54,4 +57,7 @@ In this project, we created a text classifier Hugging Face Spaces app and Gradio
|
|
54 |
* In terminal, run `python3 app.py`
|
55 |
* Open the browser
|
56 |
* Put reddit URL in *input_url* and get output
|
57 |
-
|
|
|
|
|
|
|
|
42 |
* Run nvidia monitoring test: `nvidia-smi -l 1`
|
43 |
|
44 |
### DistilBERT transformer model
|
45 |
+
<p align="center">
|
46 |
+
<img src="https://user-images.githubusercontent.com/112578003/207485065-b072a7d9-61cb-44e6-9c8d-95863b2f8aa3.png" />
|
47 |
+
</p>
|
48 |
|
49 |
### Finetune text classifier model and upload to Hugging Face
|
50 |
* In terminal, run `huggingface-cli login`
|
|
|
57 |
* In terminal, run `python3 app.py`
|
58 |
* Open the browser
|
59 |
* Put reddit URL in *input_url* and get output
|
60 |
+
<p align="center">
|
61 |
+
<img width="700" height="450" src="https://user-images.githubusercontent.com/112578003/207481683-9a38c9e9-fd8f-48d9-be59-27f1583f96b6.jpeg">
|
62 |
+
</p>
|
63 |
+
|