Text Generation
PEFT
Safetensors
English
code
type-inference
typescript
code-generation
type-ground
lora
code-t5
unixcoder
llama
qwen
deepseek
Instructions to use fumx66/TypeGround_weight with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use fumx66/TypeGround_weight with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
Update model card for TypeGround paper
Browse files
README.md
CHANGED
|
@@ -25,36 +25,9 @@ datasets:
|
|
| 25 |
|
| 26 |
Model weights for the paper **"TypeGround: Fine-Grained Benchmarking for TypeScript Type Inference"**.
|
| 27 |
|
| 28 |
-
>
|
| 29 |
-
>
|
| 30 |
-
> **Dataset:** [github.com/fumx66/TypeGround](https://github.com/fumx66/TypeGround)
|
| 31 |
|
| 32 |
-
##
|
| 33 |
-
|
| 34 |
-
```
|
| 35 |
-
TypeGround_weight/
|
| 36 |
-
βββ CodeT5/ # Full fine-tune (T5ForConditionalGeneration)
|
| 37 |
-
β βββ TypeGround/
|
| 38 |
-
β βββ ManyTypes4TypeScrip/
|
| 39 |
-
βββ CodeT5+/ # Full fine-tune (T5ForConditionalGeneration)
|
| 40 |
-
β βββ TypeGround/
|
| 41 |
-
β βββ ManyTypes4TypeScrip/
|
| 42 |
-
βββ UniXcoder/ # Full fine-tune (UniXcoder)
|
| 43 |
-
β βββ TypeGround/
|
| 44 |
-
β βββ ManyTypes4TypeScrip/
|
| 45 |
-
βββ Llama3-8B/ # LoRA adapters
|
| 46 |
-
β βββ ManyTypes4TypeScrip/lora/sft/
|
| 47 |
-
β βββ TypeGround/{slice,snippet}/lora/sft/
|
| 48 |
-
βββ Qwen3-14B/ # LoRA adapters
|
| 49 |
-
β βββ ManyTypes4TypeScrip/lora/sft/
|
| 50 |
-
β βββ TypeGround/{slice,snippet}/lora/sft/
|
| 51 |
-
βββ DeepSeek-Coder-6.7B/ # LoRA adapters
|
| 52 |
-
β βββ ManyTypes4TypeScrip/lora/sft/
|
| 53 |
-
β βββ TypeGround/{slice,snippet}/lora/sft/
|
| 54 |
-
βββ prediction.py # Batch prediction script
|
| 55 |
-
```
|
| 56 |
-
|
| 57 |
-
## π Usage
|
| 58 |
|
| 59 |
### Traditional Models (Full Fine-tune)
|
| 60 |
|
|
@@ -90,7 +63,7 @@ vllm serve meta-llama/Meta-Llama-3-8B-Instruct \
|
|
| 90 |
python prediction.py
|
| 91 |
```
|
| 92 |
|
| 93 |
-
##
|
| 94 |
|
| 95 |
| Model | Architecture | Type | LoRA Config |
|
| 96 |
|---|---|---|---|
|
|
@@ -101,7 +74,7 @@ python prediction.py
|
|
| 101 |
| Qwen3-14B | CausalLM + LoRA | Adapter | rank=8, Ξ±=16 |
|
| 102 |
| DeepSeek-Coder-6.7B | CausalLM + LoRA | Adapter | rank=8, Ξ±=16 |
|
| 103 |
|
| 104 |
-
##
|
| 105 |
|
| 106 |
```bibtex
|
| 107 |
@inproceedings{typeground,
|
|
@@ -113,6 +86,6 @@ python prediction.py
|
|
| 113 |
}
|
| 114 |
```
|
| 115 |
|
| 116 |
-
##
|
| 117 |
|
| 118 |
MIT License
|
|
|
|
| 25 |
|
| 26 |
Model weights for the paper **"TypeGround: Fine-Grained Benchmarking for TypeScript Type Inference"**.
|
| 27 |
|
| 28 |
+
> [TypeGround](https://github.com/fumx66/TypeGround)
|
|
|
|
|
|
|
| 29 |
|
| 30 |
+
## Usage
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 31 |
|
| 32 |
### Traditional Models (Full Fine-tune)
|
| 33 |
|
|
|
|
| 63 |
python prediction.py
|
| 64 |
```
|
| 65 |
|
| 66 |
+
## Models
|
| 67 |
|
| 68 |
| Model | Architecture | Type | LoRA Config |
|
| 69 |
|---|---|---|---|
|
|
|
|
| 74 |
| Qwen3-14B | CausalLM + LoRA | Adapter | rank=8, Ξ±=16 |
|
| 75 |
| DeepSeek-Coder-6.7B | CausalLM + LoRA | Adapter | rank=8, Ξ±=16 |
|
| 76 |
|
| 77 |
+
## Citation
|
| 78 |
|
| 79 |
```bibtex
|
| 80 |
@inproceedings{typeground,
|
|
|
|
| 86 |
}
|
| 87 |
```
|
| 88 |
|
| 89 |
+
## License
|
| 90 |
|
| 91 |
MIT License
|