Spaces:
Runtime error
Runtime error
update model size in readme
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ from transformers import pipeline
|
|
4 |
|
5 |
|
6 |
title = "InCoder Generator"
|
7 |
-
description = "This is a subspace to make code generation with [InCoder](https://huggingface.co/facebook/incoder-
|
8 |
example = [
|
9 |
["def count_words(filename):", 40, 0.6, 42],
|
10 |
["def print_hello_world():", 8, 0.6, 42],
|
|
|
4 |
|
5 |
|
6 |
title = "InCoder Generator"
|
7 |
+
description = "This is a subspace to make code generation with [InCoder-1B](https://huggingface.co/facebook/incoder-1B), it is used in a larger [space](https://huggingface.co/spaces/loubnabnl/Code-generation-models-v1) for model comparison. You can find the original demo for InCoder [here](https://huggingface.co/spaces/facebook/incoder-demo)."
|
8 |
example = [
|
9 |
["def count_words(filename):", 40, 0.6, 42],
|
10 |
["def print_hello_world():", 8, 0.6, 42],
|